Home
last modified time | relevance | path

Searched refs:operatorMutex_ (Results 1 – 4 of 4) sorted by relevance

/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp256 std::mutex EventListenerHandler::operatorMutex_; member in OHOS::Telephony::EventListenerHandler
343 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()
/base/telephony/state_registry/frameworks/js/napi/include/
Devent_listener_handler.h60 static std::mutex operatorMutex_; variable
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp66 std::mutex CellularCallConfig::operatorMutex_; member in OHOS::Telephony::CellularCallConfig
78 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()
/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h493 static std::mutex operatorMutex_; variable