Searched refs:WaitForPropertyCreation (Results 1 – 3 of 3) sorted by relevance
128 static const prop_info* WaitForPropertyCreation(const std::string& key, in WaitForPropertyCreation() function152 const prop_info* pi = WaitForPropertyCreation(key, relative_timeout, absolute_timeout); in WaitForProperty()171 bool WaitForPropertyCreation(const std::string& key, in WaitForPropertyCreation() function174 return (WaitForPropertyCreation(key, relative_timeout, absolute_timeout) != nullptr); in WaitForPropertyCreation()
154 TEST(properties, WaitForPropertyCreation) { in TEST() argument160 ASSERT_TRUE(android::base::WaitForPropertyCreation( in TEST()167 ASSERT_FALSE(android::base::WaitForPropertyCreation( in TEST()
72 bool WaitForPropertyCreation(const std::string& key,