Searched refs:countryCodeCallbackMutex_ (Results 1 – 2 of 2) sorted by relevance
56 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()
89 std::mutex countryCodeCallbackMutex_; variable