Searched refs:WaitForProperty (Results 1 – 15 of 15) sorted by relevance
/system/core/base/ |
D | properties_test.cpp | 130 TEST(properties, WaitForProperty) { in TEST() argument 140 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "a", 1s)); in TEST() 142 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "b", 1s)); in TEST() 152 ASSERT_FALSE(android::base::WaitForProperty("debug.libbase.WaitForProperty_timeout_test", "a", in TEST() 174 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "a", 1s)); in TEST() 177 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "b")); in TEST() 194 ASSERT_TRUE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "a", 1s)); in TEST() 197 ASSERT_FALSE(android::base::WaitForProperty("debug.libbase.WaitForProperty_test", "b", -100ms)); in TEST()
|
D | properties.cpp | 167 bool WaitForProperty(const std::string& key, const std::string& expected_value, in WaitForProperty() function
|
/system/apex/apexd/ |
D | apexd_prop.cpp | 36 if (android::base::WaitForProperty("ro.init.updatable_crashing", "1", in waitForBootStatus()
|
/system/core/init/ |
D | subcontext_test.cpp | 37 using android::base::WaitForProperty; 83 WaitForProperty("init.test.subcontext", "fail"); in TEST() 93 EXPECT_TRUE(WaitForProperty("init.test.subcontext", "success", 10s)); in TEST()
|
/system/linkerconfig/modules/tests/ |
D | variables_test.cc | 36 ASSERT_TRUE(android::base::WaitForProperty("debug.linkerconfig.test_prop_key", in TEST()
|
/system/core/adb/daemon/ |
D | mdns.cpp | 45 if (! android::base::WaitForProperty("init.svc.mdnsd", "running", 5s)) { in start_mdns()
|
/system/core/base/include/android-base/ |
D | properties.h | 61 bool WaitForProperty(const std::string& key, const std::string& expected_value,
|
/system/libhidl/adapter/ |
D | HidlBinderAdapter.cpp | 35 using android::base::WaitForProperty; 118 while (!WaitForProperty(property, "true", 30s)) { in waitForAdaptersDeactivated()
|
/system/netd/server/ |
D | main.cpp | 115 while (!android::base::WaitForProperty("bpf.progs_loaded", "1", in main()
|
/system/vold/ |
D | MetadataCrypt.cpp | 89 while (!android::base::WaitForProperty("vold.checkpoint_committed", "1")) { in commit_key()
|
D | KeyStorage.cpp | 178 while (!android::base::WaitForProperty("vold.checkpoint_committed", "1")) { in deferedKmDeleteKey()
|
D | Utils.cpp | 769 android::base::WaitForProperty(kRestoreconString, path); in RestoreconRecursive()
|
D | cryptfs.cpp | 1514 … while (!android::base::WaitForProperty("vold.post_fs_data_done", "1", std::chrono::seconds(15))) { in prep_data_fs()
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 58 using android::base::WaitForProperty; 80 while (!WaitForProperty(kHwServicemanagerReadyProperty, "true", 1s)) { in waitForHwServiceManager()
|
/system/gsid/ |
D | gsi_tool.cpp | 65 !android::base::WaitForProperty("init.svc.gsid", "running", 5s)) { in GetGsiService()
|