Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dscan_service_test.cpp120 forbidMode.scanScene = SCAN_SCENE_CONNECTED; in AllowExternScanFail3()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_msg.h34 #define SCAN_SCENE_CONNECTED 4 // connected state macro
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp822 forbidMode.scanScene = SCAN_SCENE_CONNECTED; in AllowExternScanFail3()
897 EXPECT_EQ(SCAN_SCENE_CONNECTED, pScanService->GetStaScene()); in GetStaSceneSuccess1()
985 scanForbidMode.scanScene = SCAN_SCENE_CONNECTED; in GetAllowBandFreqsControlInfoSuccess1()
990 pScanService->customSceneTimeMap.emplace(SCAN_SCENE_CONNECTED, now); in GetAllowBandFreqsControlInfoSuccess1()
1002 scanForbidMode.scanScene = SCAN_SCENE_CONNECTED; in GetAllowBandFreqsControlInfoSuccess2()
1007 pScanService->customSceneTimeMap.emplace(SCAN_SCENE_CONNECTED, now); in GetAllowBandFreqsControlInfoSuccess2()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp220 forbidMode.scanScene = SCAN_SCENE_CONNECTED; in InitScanControlForbidList()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp1689 return SCAN_SCENE_CONNECTED; in GetStaScene()
2113 if (staScene == SCAN_SCENE_CONNECTED) { in SystemScanByInterval()