Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp797 int staScene = 0; in AllowExternScanFail1() local
866 const int staScene = 17; in AllowSystemTimerScanFail5() local
1133 const int staScene = 0; in AllowScanDuringStaSceneSuccess1() local
1146 const int staScene = 0; in AllowScanDuringStaSceneFail1() local
1159 const int staScene = 0; in AllowScanDuringStaSceneFail2() local
1172 const int staScene = 0; in AllowScanDuringStaSceneFail3() local
1191 const int staScene = 0; in AllowScanDuringCustomSceneSuccess1() local
1205 const int staScene = 0; in AllowScanDuringCustomSceneSuccess2() local
1219 const int staScene = 0; in AllowScanDuringCustomSceneFail1() local
1237 const int staScene = 0; in AllowScanDuringCustomSceneFail2() local
[all …]
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_control_msg.h47 int staScene; member
73 staScene = SCAN_SCENE_MAX; in WifiScanDeviceInfo()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp1438 int staScene = GetStaScene(); in AllowSystemTimerScan() local
1440 if (staScene == SCAN_SCENE_MAX) { in AllowSystemTimerScan()
1503 int staScene = GetStaScene(); in AllowPnoScan() local
1504 if (staScene == SCAN_SCENE_MAX) { in AllowPnoScan()
1508 if (!AllowScanDuringStaScene(staScene, ScanMode::PNO_SCAN)) { in AllowPnoScan()
1741 int staScene = GetStaScene(); in GetAllowBandFreqsControlInfo() local
1745 if (!AllowScanDuringStaScene(staScene, ScanMode::BAND_24GHZ_SCAN)) { in GetAllowBandFreqsControlInfo()
1748 if (!AllowScanDuringStaScene(staScene, ScanMode::BAND_5GHZ_SCAN)) { in GetAllowBandFreqsControlInfo()
1967 staScene, scanMode); in AllowScanDuringStaScene()
2113 if (staScene == SCAN_SCENE_CONNECTED) { in SystemScanByInterval()
[all …]
H A Dscan_service.h686 bool AllowScanDuringStaScene(int staScene, ScanMode scanMode);
714 bool SystemScanByInterval(int staScene, int &interval, int &count);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dscan_service_test.cpp96 int staScene = 0; in AllowExternScanFail1() local
98 pScanService->scanConfigMap.emplace(staScene, cfg); in AllowExternScanFail1()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp407 bool ScanService::AllowScanDuringStaScene(int staScene, ScanMode scanMode) in AllowScanDuringStaScene() argument
433 bool ScanService::SystemScanByInterval(int staScene, int &interval, int &count) in SystemScanByInterval() argument
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp260 int staScene = static_cast<int>(data[0]); in AllowExternScanByForbidFuzzTest() local
266 pScanService->AllowExternScanByIntervalMode(appId, staScene, scanMode); in AllowExternScanByForbidFuzzTest()
267 pScanService->SystemScanByInterval(appId, staScene, appId); in AllowExternScanByForbidFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp86 mScanDeviceInfo.staScene = scene; in SetStaScene()