Searched refs:SetProperty (Results 1 - 10 of 10) sorted by relevance
/system/core/base/ |
H A D | properties_test.cpp | 29 android::base::SetProperty("debug.libbase.property_test", "hello"); 34 android::base::SetProperty("debug.libbase.property_test", "world"); 49 android::base::SetProperty("debug.libbase.property_test", ""); 55 android::base::SetProperty("debug.libbase.property_test", value.c_str()); 82 android::base::SetProperty("debug.libbase.property_test", "-12"); 84 android::base::SetProperty("debug.libbase.property_test", "12"); 88 android::base::SetProperty("debug.libbase.property_test", ""); 92 android::base::SetProperty("debug.libbase.property_test", "0"); 94 android::base::SetProperty("debug.libbase.property_test", "1"); 96 android::base::SetProperty("debu [all...] |
H A D | properties.cpp | 84 bool SetProperty(const std::string& key, const std::string& value) { function in namespace:android::base
|
/system/core/libsysutils/src/ |
H A D | ServiceManager.cpp | 60 android::base::SetProperty("ctl.start", name); 90 android::base::SetProperty("ctl.stop", name);
|
/system/core/adb/daemon/ |
H A D | mdns.cpp | 43 android::base::SetProperty("ctl.start", "mdnsd");
|
H A D | usb.cpp | 289 android::base::SetProperty("sys.usb.ffs.ready", "1");
|
/system/core/base/include/android-base/ |
H A D | properties.h | 60 bool SetProperty(const std::string& key, const std::string& value);
|
/system/core/adb/ |
H A D | services.cpp | 87 android::base::SetProperty("service.adb.root", "1"); 98 android::base::SetProperty("service.adb.root", "0"); 112 android::base::SetProperty("service.adb.tcp.port", android::base::StringPrintf("%d", port)); 118 android::base::SetProperty("service.adb.tcp.port", "0"); 155 if (!android::base::SetProperty(ANDROID_RB_PROPERTY, reboot_string)) {
|
/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 169 android::base::SetProperty(kWaitForGdbKey, "0"); 179 android::base::SetProperty(kWaitForGdbKey, previous_wait_for_gdb ? "1" : "0"); 399 if (!android::base::SetProperty(kWaitForGdbKey, "1")) { 421 if (!android::base::SetProperty(kWaitForGdbKey, "1")) {
|
/system/vold/ |
H A D | Utils.cpp | 667 android::base::SetProperty(kRestoreconString, ""); 668 android::base::SetProperty(kRestoreconString, path);
|
/system/netd/server/ |
H A D | InterfaceController.cpp | 182 // SetProperty does not dependably set errno to a meaningful value. Use our own error code so 184 return android::base::SetProperty(key, val) 186 : statusFromErrno(EREMOTEIO, "SetProperty failed, see libc logs");
|
Completed in 191 milliseconds