Home
last modified time | relevance | path

Searched defs:prop_name (Results 1 – 16 of 16) sorted by relevance

/system/extras/simpleperf/
Dmain.cpp41 std::string prop_name = "security.perf_harden"; in AndroidSecurityCheck() local
Denvironment.cpp341 const std::string prop_name = "security.perf_harden"; in CheckPerfEventLimit() local
377 static bool SetProperty(const char* prop_name, uint64_t value) { in SetProperty()
/system/core/init/
Daction_parser.cpp39 bool IsActionableProperty(Subcontext* subcontext, const std::string& prop_name) { in IsActionableProperty()
64 std::string prop_name(trigger.substr(prop_str.length())); in ParsePropertyTrigger() local
Dservice.cpp169 std::string prop_name = "init.svc." + name_; in NotifyStateChange() local
Dutil.cpp311 std::string prop_name; in ExpandProps() local
Dproperty_service.cpp546 char prop_name[PROP_NAME_MAX]; in handle_property_set_fd() local
Dbuiltins.cpp655 std::string prop_name = "ro.boottime.init.mount_all."s + prop_post_fix; in do_mount_all() local
/system/tools/sysprop/
DTypeChecker.cpp103 for (auto& prop_name : prop_names) { in CheckPropertyTypes() local
Dsysprop.proto60 string prop_name = 5; field
DCppGen.cpp408 std::string prop_name = prop.prop_name(); local
DCommon.cpp137 std::string prop_name = prop.prop_name(); in ValidateProp() local
/system/libufdt/
Dufdt_prop_dict.c54 const char *prop_name = fdt_string(dict->fdtp, fdt32_to_cpu(prop->nameoff)); in _ufdt_prop_dict_find_index_by_name() local
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp104 auto prop_name = GetStatusPropertyName(image_name); in IsImageMapped() local
546 auto prop_name = GetStatusPropertyName(name); in MapImageDevice() local
679 auto prop_name = GetStatusPropertyName(name); in GetMappedImageDevice() local
/system/bt/btif/src/
Dbtif_dm.cc444 bt_property_t prop_name; in check_cached_remote_name() local
464 bt_property_t prop_name; in get_cod() local
488 bt_property_t prop_name; in check_hid_le() local
518 bt_property_t prop_name; in check_sdp_bl() local
665 bt_property_t prop_name; in btif_update_remote_properties() local
Dbtif_hh.cc970 bt_property_t prop_name; in btif_hh_upstreams_evt() local
/system/netd/client/
DNetdClient.cpp83 static bool propertyValueIsTrue(const char* prop_name) { in propertyValueIsTrue()