Home
last modified time | relevance | path

Searched refs:countryCodeCallbackMutex_ (Results 1 - 2 of 2) sorted by relevance

/base/location/frameworks/native/locator_sdk/source/
H A Dcountry_code_manager.cpp56 std::unique_lock lock(countryCodeCallbackMutex_); in NotifyAllListener()
74 std::unique_lock<std::mutex> lock(countryCodeCallbackMutex_, std::defer_lock); in RegisterCountryCodeCallback()
95 std::unique_lock<std::mutex> lock(countryCodeCallbackMutex_, std::defer_lock); in UnregisterCountryCodeCallback()
119 std::unique_lock lock(countryCodeCallbackMutex_); in IsCountryCodeRegistered()
400 std::unique_lock<std::mutex> lock(countryCodeCallbackMutex_, std::defer_lock); in ReSubscribeEvent()
414 std::unique_lock<std::mutex> lock(countryCodeCallbackMutex_, std::defer_lock); in ReUnsubscribeEvent()
/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h89 std::mutex countryCodeCallbackMutex_; member in OHOS::Location::CountryCodeManager

Completed in 1 milliseconds