Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h876 std::shared_ptr<IWifiCountryCodeChangeListener> m_scanObserver; variable
H A Dscan_service.cpp120m_scanObserver = std::make_shared<WifiCountryCodeChangeObserver>(moduleName, *pScanStateMachine); in InitScanService()
121 if (m_scanObserver == nullptr) { in InitScanService()
125 WifiCountryCodeManager::GetInstance().RegisterWifiCountryCodeChangeListener(m_scanObserver); in InitScanService()
135 WifiCountryCodeManager::GetInstance().UnregisterWifiCountryCodeChangeListener(m_scanObserver); in UnInitScanService()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1858 …EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, pScanService->m_scanObserver->OnWifiCountryCodeChanged(countr… in OnWifiCountryCodeChangedTest()