Searched refs:property_set (Results 1 – 15 of 15) sorted by relevance
/system/core/libcutils/ |
D | properties_test.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 …]
|
D | android_reboot.cpp | 50 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/vold/ |
D | cryptfs.cpp | 445 property_set(ANDROID_RB_PROPERTY, "reboot"); in cryptfs_reboot() 449 property_set(ANDROID_RB_PROPERTY, "reboot,recovery"); in cryptfs_reboot() 453 property_set(ANDROID_RB_PROPERTY, "shutdown"); in cryptfs_reboot() 1489 property_set("vold.post_fs_data_done", "0"); in prep_data_fs() 1490 property_set("vold.decrypt", "trigger_post_fs_data"); in prep_data_fs() 1522 if (property_set("vold.decrypt", "trigger_post_fs_data")) { in cryptfs_trigger_restart_min_framework() 1527 if (property_set("vold.decrypt", "trigger_restart_min_framework")) { in cryptfs_trigger_restart_min_framework() 1579 property_set("vold.decrypt", "trigger_shutdown_framework"); in cryptfs_restart_internal() 1659 property_set("vold.decrypt", "trigger_load_persist_props"); in cryptfs_restart_internal() 1662 property_set("vold.decrypt", "trigger_restart_framework"); in cryptfs_restart_internal() [all …]
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 1271 property_set(key, ""); in TEST() 1273 property_set(key + base_offset, ""); in TEST() 1277 property_set(key, ""); in TEST() 1279 property_set(key + base_offset, ""); in TEST() 1329 property_set(key, buf); in TEST() 1353 property_set(key, ""); in TEST() 1357 property_set(key + base_offset, buf); in TEST() 1381 property_set(key + base_offset, ""); in TEST() 1387 property_set(key, buf); in TEST() 1411 property_set(key, ""); in TEST() [all …]
|
/system/bt/osi/src/ |
D | properties.cc | 52 return property_set(key, value); in osi_property_set()
|
/system/core/reboot/ |
D | reboot.c | 67 ret = property_set(ANDROID_RB_PROPERTY, property_val); in main()
|
/system/core/libcutils/include_vndk/cutils/ |
D | properties.h | 108 int property_set(const char *key, const char *value);
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 108 int property_set(const char *key, const char *value);
|
/system/hwservicemanager/ |
D | service.cpp | 165 int rc = property_set("hwservicemanager.ready", "true"); in main()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 220 if (property_set(dfs_tags_property, buf) < 0) { in dfs_set_property() 226 && property_set(dfs_apps_property, mapp) < 0) { in dfs_set_property()
|
/system/core/libnetutils/ |
D | ifc_utils.c | 724 property_set(dns_prop_name, dns1 ? ipaddr_to_string(dns1) : ""); in ifc_configure() 726 property_set(dns_prop_name, dns2 ? ipaddr_to_string(dns2) : ""); in ifc_configure()
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 563 property_set("ctl.start", MDNS_SERVICE_NAME); in startService() 574 property_set("ctl.stop", MDNS_SERVICE_NAME); in stopService()
|
/system/memory/lmkd/ |
D | lmkd.cpp | 1350 property_set("sys.lmk.minfree_levels", minfree_str); in cmd_target() 3070 property_set("sys.lmk.reportkills", "1"); in init() 3078 property_set("sys.lmk.reportkills", "1"); in init() 3331 if (property_set(LMKD_REINIT_PROP, "0")) { in main()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 467 property_set("sys.boot_from_charger_mode", "1"); in ProcessKey()
|