Home
last modified time | relevance | path

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

/ohos5.0/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()
402 std::unique_lock<std::mutex> lock(countryCodeCallbackMutex_, std::defer_lock); in ReSubscribeEvent()
416 std::unique_lock<std::mutex> lock(countryCodeCallbackMutex_, std::defer_lock); in ReUnsubscribeEvent()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcountry_code_manager.h89 std::mutex countryCodeCallbackMutex_; variable