/system/core/libcutils/tests/ |
D | PropertiesTest.cpp | 66 EXPECT_OK(property_set(PROPERTY_TEST_KEY, /*value*/NULL)); in SetUp() 70 EXPECT_OK(property_set(PROPERTY_TEST_KEY, /*value*/NULL)); in TearDown() 85 EXPECT_OK(property_set(PROPERTY_TEST_KEY, value)) << "value: '" << value << "'"; in SetAndGetProperty() 101 EXPECT_GT(0, property_set(/*key*/NULL, PROPERTY_TEST_VALUE_DEFAULT)); in TEST_F() 107 EXPECT_OK(property_set(PROPERTY_TEST_KEY, /*value*/NULL)); in TEST_F() 146 ASSERT_OK(property_set(PROPERTY_TEST_KEY, VALID_TEST_VALUE)); in TEST_F() 151 EXPECT_GT(0, property_set(PROPERTY_TEST_KEY, oneLongerString.c_str())); in TEST_F() 164 ASSERT_OK(property_set(PROPERTY_TEST_KEY, "")); in TEST_F() 178 ASSERT_OK(property_set(PROPERTY_TEST_KEY, "")); in TEST_F() 191 ASSERT_OK(property_set(PROPERTY_TEST_KEY, "")); in TEST_F() [all …]
|
/system/extras/perfprofd/ |
D | cpuconfig.cc | 92 if (property_set("ctl.stop", "mpdecision")) { in StopMpdecision() 102 if (property_set("ctl.start", "mpdecision")) { in RestartMpdecision()
|
/system/core/init/ |
D | property_service.cpp | 166 uint32_t property_set(const std::string& name, const std::string& value) { in property_set() function 367 uint32_t result = property_set(name, value); in handle_property_set() 504 property_set(key, value); in load_properties() 571 property_set(entry->d_name, value); in load_persistent_properties() 587 property_set("persist.sys.usb.config", is_debuggable ? "adb" : "none"); in update_sys_usb_config() 591 property_set("persist.sys.usb.config", config); in update_sys_usb_config() 624 property_set("ro.persistent_properties.ready", "true"); in load_persist_props() 650 property_set("ro.recovery_id", hex.c_str()); in load_recovery_id_prop() 667 property_set("ro.property_service.version", "2"); in start_property_service()
|
D | init.cpp | 215 property_set("ro.boottime.init.cold_boot_wait", std::to_string(t.duration_ms()).c_str()); in wait_for_coldboot_done_action() 445 property_set(StringPrintf("ro.kernel.%s", key.c_str()).c_str(), value.c_str()); in import_kernel_nv() 452 property_set(StringPrintf("ro.boot.%s", key.c_str() + 12).c_str(), value.c_str()); in import_kernel_nv() 464 property_set("ro.boot.flash.locked", value == "orange" ? "0" : "1"); in export_oem_lock_status() 483 … property_set(prop_map[i].dst_prop, (!value.empty()) ? value.c_str() : prop_map[i].default_value); in export_kernel_boot_props() 508 property_set(property_name.c_str(), dt_file.c_str()); in process_kernel_dt() 918 property_set("sys.usb.controller", dp->d_name); in set_usb_controller() 1052 property_set("ro.boottime.init", getenv("INIT_STARTED_AT")); in main() 1053 property_set("ro.boottime.init.selinux", getenv("INIT_SELINUX_TOOK")); in main() 1057 if (avb_version) property_set("ro.boot.avb_version", avb_version); in main()
|
D | property_service.h | 35 uint32_t property_set(const std::string& name, const std::string& value);
|
D | builtins.cpp | 464 property_set("ro.crypto.state", "encrypted"); in queue_fs_event() 465 property_set("ro.crypto.type", "block"); in queue_fs_event() 468 property_set("ro.crypto.state", "unencrypted"); in queue_fs_event() 471 property_set("ro.crypto.state", "unsupported"); in queue_fs_event() 483 property_set("ro.crypto.state", "encrypted"); in queue_fs_event() 484 property_set("ro.crypto.type", "file"); in queue_fs_event() 529 property_set(prop_name.c_str(), std::to_string(t.duration_ms()).c_str()); in do_mount_all() 559 property_set(name, value); in do_setprop() 642 property_set(android::base::StringPrintf("partition.%s.verified", mount_point).c_str(), in verity_update_property()
|
D | service.cpp | 203 property_set(prop_name.c_str(), new_state.c_str()); in NotifyStateChange() 207 property_set(StringPrintf("ro.boottime.%s", name_.c_str()).c_str(), in NotifyStateChange()
|
/system/vold/ |
D | cryptfs.cpp | 201 property_set(ANDROID_RB_PROPERTY, "reboot"); in cryptfs_reboot() 205 property_set(ANDROID_RB_PROPERTY, "reboot,recovery"); in cryptfs_reboot() 209 property_set(ANDROID_RB_PROPERTY, "shutdown"); in cryptfs_reboot() 1312 property_set("vold.post_fs_data_done", "0"); in prep_data_fs() 1313 property_set("vold.decrypt", "trigger_post_fs_data"); in prep_data_fs() 1352 if (property_set("vold.decrypt", "trigger_post_fs_data")) { in cryptfs_trigger_restart_min_framework() 1357 if (property_set("vold.decrypt", "trigger_restart_min_framework")) { in cryptfs_trigger_restart_min_framework() 1399 property_set("vold.decrypt", "trigger_reset_main"); in cryptfs_restart_internal() 1480 property_set("vold.decrypt", "trigger_load_persist_props"); in cryptfs_restart_internal() 1483 property_set("vold.decrypt", "trigger_restart_framework"); in cryptfs_restart_internal() [all …]
|
D | main.cpp | 135 property_set("vold.has_adoptable", has_adoptable ? "1" : "0"); in main()
|
D | Utils.cpp | 643 property_set("selinux.restorecon_recursive", ""); in RestoreconRecursive() 644 property_set("selinux.restorecon_recursive", cpath); in RestoreconRecursive()
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 1456 property_set(key, ""); in TEST() 1458 property_set(key + base_offset, ""); in TEST() 1462 property_set(key, ""); in TEST() 1464 property_set(key + base_offset, ""); in TEST() 1514 property_set(key, buf); in TEST() 1538 property_set(key, ""); in TEST() 1542 property_set(key + base_offset, buf); in TEST() 1566 property_set(key + base_offset, ""); in TEST() 1572 property_set(key, buf); in TEST() 1596 property_set(key, ""); in TEST() [all …]
|
/system/core/libcutils/ |
D | android_reboot.c | 48 ret = property_set(ANDROID_RB_PROPERTY, prop_value); in android_reboot()
|
D | properties.cpp | 110 int property_set(const char *key, const char *value) { in property_set() function
|
/system/core/debuggerd/libdebuggerd/test/ |
D | property_fake.cpp | 26 extern "C" int property_set(const char* name, const char* value) { in property_set() function
|
/system/bt/osi/src/ |
D | properties.cc | 44 return property_set(key, value); in osi_property_set()
|
/system/core/reboot/ |
D | reboot.c | 66 ret = property_set(ANDROID_RB_PROPERTY, property_val); in main()
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 113 int property_set(const char *key, const char *value);
|
/system/core/libcutils/include_vndk/cutils/ |
D | properties.h | 113 int property_set(const char *key, const char *value);
|
/system/hwservicemanager/ |
D | service.cpp | 108 rc = property_set("hwservicemanager.ready", "true"); in main()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 221 if (property_set(dfs_tags_property, buf) < 0) { in dfs_set_property() 227 && property_set(dfs_apps_property, mapp) < 0) { in dfs_set_property()
|
/system/core/libnetutils/ |
D | ifc_utils.c | 722 property_set(dns_prop_name, dns1 ? ipaddr_to_string(dns1) : ""); in ifc_configure() 724 property_set(dns_prop_name, dns2 ? ipaddr_to_string(dns2) : ""); in ifc_configure()
|
/system/nfc/halimpl/bcm2079x/adaptation/ |
D | HalAdaptation.cpp | 196 property_set("nfc.bcm2079x.isColdboot", "0"); in HaiInitializeLibrary()
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 568 property_set("ctl.start", MDNS_SERVICE_NAME); in startService() 583 property_set("ctl.stop", MDNS_SERVICE_NAME); in stopService()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 635 property_set("sys.boot_from_charger_mode", "1"); in process_key()
|