Searched refs:SetProperty (Results 1 - 10 of 10) sorted by relevance

/system/core/base/
H A Dproperties_test.cpp29 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 Dproperties.cpp84 bool SetProperty(const std::string& key, const std::string& value) { function in namespace:android::base
/system/core/libsysutils/src/
H A DServiceManager.cpp60 android::base::SetProperty("ctl.start", name);
90 android::base::SetProperty("ctl.stop", name);
/system/core/adb/daemon/
H A Dmdns.cpp43 android::base::SetProperty("ctl.start", "mdnsd");
H A Dusb.cpp289 android::base::SetProperty("sys.usb.ffs.ready", "1");
/system/core/base/include/android-base/
H A Dproperties.h60 bool SetProperty(const std::string& key, const std::string& value);
/system/core/adb/
H A Dservices.cpp87 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 Ddebuggerd_test.cpp169 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 DUtils.cpp667 android::base::SetProperty(kRestoreconString, "");
668 android::base::SetProperty(kRestoreconString, path);
/system/netd/server/
H A DInterfaceController.cpp182 // 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