Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dwifi_connection_manager.cpp69 WifiConnectionManager& nfcWifiConnMgr_; member in OHOS::NFC::TAG::WifiConnectionManager::WifiCommonEventReceiver
75 nfcWifiConnMgr_(nfcWifiConnMgr) in WifiCommonEventReceiver()
334 std::unique_lock<std::shared_mutex> guard(nfcWifiConnMgr_.mutex_); in OnReceiveEvent()
335 nfcWifiConnMgr_.SendMsgToEvtHandler(NfcCommonEvent::MSG_WIFI_ENABLED, 0); in OnReceiveEvent()
340 std::unique_lock<std::shared_mutex> guard(nfcWifiConnMgr_.mutex_); in OnReceiveEvent()
341 nfcWifiConnMgr_.SendMsgToEvtHandler(NfcCommonEvent::MSG_WIFI_CONNECTED, 0); in OnReceiveEvent()