Searched refs:WaitForPropertyCreation (Results 1 - 3 of 3) sorted by relevance

/system/core/base/include/android-base/
H A Dproperties.h72 bool WaitForPropertyCreation(const std::string& key,
/system/core/base/
H A Dproperties.cpp128 static const prop_info* WaitForPropertyCreation(const std::string& key, function in namespace:android::base
152 const prop_info* pi = WaitForPropertyCreation(key, relative_timeout, absolute_timeout);
171 bool WaitForPropertyCreation(const std::string& key, function in namespace:android::base
174 return (WaitForPropertyCreation(key, relative_timeout, absolute_timeout) != nullptr);
H A Dproperties_test.cpp154 TEST(properties, WaitForPropertyCreation) {
160 ASSERT_TRUE(android::base::WaitForPropertyCreation(
167 ASSERT_FALSE(android::base::WaitForPropertyCreation(

Completed in 182 milliseconds