Searched refs:WaitForPropertyCreation (Results 1 – 4 of 4) sorted by relevance
180 static const prop_info* WaitForPropertyCreation(const std::string& key, in WaitForPropertyCreation() function199 const prop_info* pi = WaitForPropertyCreation(key, relative_timeout, start_time); in WaitForProperty()218 bool WaitForPropertyCreation(const std::string& key, in WaitForPropertyCreation() function221 return (WaitForPropertyCreation(key, relative_timeout, start_time) != nullptr); in WaitForPropertyCreation()
231 TEST(properties, WaitForPropertyCreation) { in TEST() argument238 ASSERT_TRUE(android::base::WaitForPropertyCreation( in TEST()249 ASSERT_FALSE(android::base::WaitForPropertyCreation( in TEST()
69 bool WaitForPropertyCreation(const std::string& key, std::chrono::milliseconds relative_timeout =
61 while (!android::base::WaitForPropertyCreation(prop)) { in wait_and_get_property()