HomeSort by relevance Sort by last modified time
    Searched refs:WaitForProperty (Results 1 - 8 of 8) sorted by null

  /system/core/base/
properties_test.cpp 128 TEST(properties, WaitForProperty) {
137 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "a", 1s));
139 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "b", 1s));
145 ASSERT_FALSE(android::base::WaitForProperty("debug.libbase.WaitForProperty_timeout_test", "a",
163 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "a", 1s));
166 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "b"));
179 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "a", 1s));
182 ASSERT_FALSE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "b", -100ms));
properties.cpp 146 bool WaitForProperty(const std::string& key, const std::string& expected_value,
  /external/libese/esed/
esed.cpp 45 android::base::WaitForProperty("init.svc.ese_load", "stopped");
  /system/core/adb/daemon/
mdns.cpp 45 if (! android::base::WaitForProperty("init.svc.mdnsd", "running", 5s)) {
  /system/core/base/include/android-base/
properties.h 65 bool WaitForProperty(const std::string& key, const std::string& expected_value,
  /system/libhidl/transport/
ServiceManagement.cpp 49 using android::base::WaitForProperty;
70 while (!WaitForProperty(kHwServicemanagerReadyProperty, "true", 1s)) {
  /system/vold/
Utils.cpp 670 android::base::WaitForProperty(kRestoreconString, path);
cryptfs.cpp     [all...]

Completed in 227 milliseconds