Home
last modified time | relevance | path

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

/system/tools/sysprop/tests/
DCppGenIntegrationTest.cpp29 #define TEST_API(api_name, prop_name, prop_value, expected_raw_value) \ argument
39 #define TEST_LIST_API(api_name, prop_name, prop_values, expected_raw_value) \ argument
/system/extras/simpleperf/
Dmain.cpp58 std::string prop_name = "security.perf_harden"; in AndroidSecurityCheck() local
Dcmd_boot_record.cpp120 const std::string prop_name = "persist.simpleperf.boot_record"; in SetRecordOptions() local
Denvironment.cpp292 const std::string prop_name = "security.perf_harden"; in CheckPerfEventLimit() local
329 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.cpp176 std::string prop_name = "init.svc." + name_; in NotifyStateChange() local
Dutil.cpp330 std::string prop_name; in ExpandProps() local
Dbuiltins.cpp651 std::string prop_name = "ro.boottime.init.mount_all."s + prop_post_fix; in do_mount_all() local
Dproperty_service.cpp610 char prop_name[PROP_NAME_MAX]; in handle_property_set_fd() local
/system/tools/sysprop/
DTypeChecker.cpp106 for (auto& prop_name : prop_names) { in CheckPropertyTypes() local
Dsysprop.proto64 string prop_name = 5; field
DCppGen.cpp434 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/extras/mtectrl/
Dmtectrl.cc41 bool UpdateProp(const char* prop_name, const misc_memtag_message& m) { in UpdateProp()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp118 auto prop_name = GetStatusPropertyName(image_name); in IsImageMapped() local
562 auto prop_name = GetStatusPropertyName(name); in MapImageDevice() local
711 auto prop_name = GetStatusPropertyName(name); in GetMappedImageDevice() local
/system/librustutils/
Dsystem_properties.rs67 prop_name: CString, field
/system/netd/client/
DNetdClient.cpp83 static bool propertyValueIsTrue(const char* prop_name) { in propertyValueIsTrue()