Home
last modified time | relevance | path

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

/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_control_msg.h47 int staScene; member
73 staScene = SCAN_SCENE_MAX; in WifiScanDeviceInfo()
/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
799 pScanService->scanConfigMap.emplace(staScene, cfg); in AllowExternScanFail1()
866 const int staScene = 17; in AllowSystemTimerScanFail5() local
871 pScanService->customSceneTimeMap.emplace(staScene, now); in AllowSystemTimerScanFail5()
1133 const int staScene = 0; in AllowScanDuringStaSceneSuccess1() local
1136 scanForbidMode.scanScene = staScene; in AllowScanDuringStaSceneSuccess1()
1141 EXPECT_EQ(pScanService->AllowScanDuringStaScene(staScene, scanMode), false); in AllowScanDuringStaSceneSuccess1()
1146 const int staScene = 0; in AllowScanDuringStaSceneFail1() local
1149 scanForbidMode.scanScene = staScene; in AllowScanDuringStaSceneFail1()
1154 EXPECT_EQ(pScanService->AllowScanDuringStaScene(staScene, scanMod in AllowScanDuringStaSceneFail1()
1159 const int staScene = 0; AllowScanDuringStaSceneFail2() local
1172 const int staScene = 0; AllowScanDuringStaSceneFail3() local
1191 const int staScene = 0; AllowScanDuringCustomSceneSuccess1() local
1205 const int staScene = 0; AllowScanDuringCustomSceneSuccess2() local
1219 const int staScene = 0; AllowScanDuringCustomSceneFail1() local
1237 const int staScene = 0; AllowScanDuringCustomSceneFail2() local
1255 const int staScene = 0; AllowScanDuringCustomSceneFail3() local
[all...]
/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()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp1427 int staScene = GetStaScene(); in AllowSystemTimerScan() local
1429 if (staScene == SCAN_SCENE_MAX) { in AllowSystemTimerScan()
1430 WIFI_LOGW("system timer scan not allowed for invalid staScene: %{public}d", staScene); in AllowSystemTimerScan()
1439 if (!AllowScanDuringStaScene(staScene, ScanMode::SYSTEM_TIMER_SCAN)) { in AllowSystemTimerScan()
1440 WIFI_LOGW("system timer scan not allowed, staScene: %{public}d", staScene); in AllowSystemTimerScan()
1450 SystemScanByInterval(staScene, systemScanIntervalMode.scanIntervalMode.interval, in AllowSystemTimerScan()
1498 int staScene = GetStaScene(); in AllowPnoScan() local
1499 if (staScene in AllowPnoScan()
1695 int staScene = GetStaScene(); GetAllowBandFreqsControlInfo() local
1913 AllowScanDuringStaScene(int staScene, ScanMode scanMode) AllowScanDuringStaScene() argument
2057 SystemScanByInterval(int staScene, int &interval, int &count) SystemScanByInterval() argument
[all...]
H A Dscan_service.h670 * @param staScene sta scan scene[in]
675 bool AllowScanDuringStaScene(int staScene, ScanMode scanMode);
698 * @param staScene - sta scene.[in]
703 bool SystemScanByInterval(int staScene, int &interval, int &count);
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp259 int staScene = static_cast<int>(data[0]); in AllowExternScanByForbidFuzzTest() local
265 pScanService->AllowExternScanByIntervalMode(appId, staScene, scanMode); in AllowExternScanByForbidFuzzTest()
266 pScanService->SystemScanByInterval(appId, staScene, appId); in AllowExternScanByForbidFuzzTest()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp402 bool ScanService::AllowScanDuringStaScene(int staScene, ScanMode scanMode) in AllowScanDuringStaScene() argument
428 bool ScanService::SystemScanByInterval(int staScene, int &interval, int &count) in SystemScanByInterval() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_scan_config.cpp86 mScanDeviceInfo.staScene = scene; in SetStaScene()

Completed in 11 milliseconds