Home
last modified time | relevance | path

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

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