Searched refs:operatorMutex_ (Results 1 – 4 of 4) sorted by relevance
256 std::mutex EventListenerHandler::operatorMutex_; member in OHOS::Telephony::EventListenerHandler343 std::lock_guard<std::mutex> lockGuard(operatorMutex_); in RegisterEventListener()438 std::lock_guard<std::mutex> lockGuard(operatorMutex_); in UnregisterEventListener()458 std::lock_guard<std::mutex> lockGuard(operatorMutex_); in UnregisterEventListener()477 std::lock_guard<std::mutex> lockGuard(operatorMutex_); in UnRegisterAllListener()537 std::lock_guard<std::mutex> lockGuard(operatorMutex_); in HandleCallbackInfoUpdate()571 std::lock_guard<std::mutex> lockGuard(operatorMutex_); in HandleCallbackVoidUpdate()598 std::lock_guard<std::mutex> lockGuard(operatorMutex_); in WorkUpdated()
60 static std::mutex operatorMutex_; variable
66 std::mutex CellularCallConfig::operatorMutex_; member in OHOS::Telephony::CellularCallConfig78 std::lock_guard<std::mutex> lock(operatorMutex_); in InitDefaultOperatorConfig()247 std::lock_guard<std::mutex> lock(operatorMutex_); in ParseAndCacheOperatorConfigs()909 std::lock_guard<std::mutex> lock(operatorMutex_); in GetImsCallDisconnectResoninfoMappingConfig()
493 static std::mutex operatorMutex_; variable