Home
last modified time | relevance | path

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

/aosp12/system/libbase/
H A 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()
H A 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()
/aosp12/system/libbase/include/android-base/
H A Dproperties.h69 bool WaitForPropertyCreation(const std::string& key, std::chrono::milliseconds relative_timeout =
/aosp12/hardware/interfaces/security/keymint/support/
H A Dkeymint_utils.cpp51 while (!::android::base::WaitForPropertyCreation(prop)) in wait_and_get_property()
H A Dremote_prov_utils.cpp188 if (!::android::base::WaitForPropertyCreation(kFingerprintProp)) { in jsonEncodeCsrWithBuild()
/aosp12/system/keymaster/android_keymaster/
H A Dkeymaster_configuration.cpp61 while (!android::base::WaitForPropertyCreation(prop)) { in wait_and_get_property()
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dkeymaster_utils.cpp213 while (!android::base::WaitForPropertyCreation(prop)) in wait_and_get_property()