Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/app_network_speed_limit/
H A Dapp_network_speed_limit_service.cpp69 std::lock_guard<std::mutex> lock(m_readWritemutex); in InitCellarLimitRecord()
85 std::lock_guard<std::mutex> lock(m_readWritemutex); in HandleWifiConnectStateChanged()
96 std::lock_guard<std::mutex> lock(m_readWritemutex); in HandleForegroundAppChangedAction()
H A Dapp_network_speed_limit_service.h60 std::mutex m_readWritemutex; variable