Home
last modified time | relevance | path

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

/system/libbase/
Dproperties.cpp180 static const prop_info* WaitForPropertyCreation(const std::string& key, in WaitForPropertyCreation() function
199 const prop_info* pi = WaitForPropertyCreation(key, relative_timeout, start_time); in WaitForProperty()
218 bool WaitForPropertyCreation(const std::string& key, in WaitForPropertyCreation() function
221 return (WaitForPropertyCreation(key, relative_timeout, start_time) != nullptr); in WaitForPropertyCreation()
Dproperties_test.cpp231 TEST(properties, WaitForPropertyCreation) { in TEST() argument
238 ASSERT_TRUE(android::base::WaitForPropertyCreation( in TEST()
249 ASSERT_FALSE(android::base::WaitForPropertyCreation( in TEST()
/system/libbase/include/android-base/
Dproperties.h69 bool WaitForPropertyCreation(const std::string& key, std::chrono::milliseconds relative_timeout =
/system/keymaster/android_keymaster/
Dkeymaster_configuration.cpp61 while (!android::base::WaitForPropertyCreation(prop)) { in wait_and_get_property()