Home
last modified time | relevance | path

Searched defs:fixedScanTime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1329 time_t fixedScanTime = 0; in PnoScanByIntervalSuccess1() local
1338 time_t fixedScanTime = time(nullptr) - 1; in PnoScanByIntervalSuccess2() local
1347 time_t fixedScanTime = time(nullptr) + 1; in PnoScanByIntervalSuccess3() local
1356 time_t fixedScanTime = time(nullptr) + 1; in PnoScanByIntervalFail1() local
1489 time_t fixedScanTime = 0; in AllowScanByIntervalFixedSuccess1() local
1499 time_t fixedScanTime = 0; in AllowScanByIntervalFixedSuccess2() local
1514 time_t fixedScanTime = time(nullptr) - 1; in AllowScanByIntervalFixedSuccess3() local
1525 time_t fixedScanTime = time(nullptr) - 1; in AllowScanByIntervalFixedFail1() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp427 bool ScanService::PnoScanByInterval(int &fixedScanCount, time_t &fixedScanTime, int interval, int c… in PnoScanByInterval()
459 bool ScanService::AllowScanByIntervalFixed(int &fixedScanCount, time_t &fixedScanTime, int &interva… in AllowScanByIntervalFixed()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_msg.h328 time_t fixedScanTime; member
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp2084 bool ScanService::PnoScanByInterval(int &fixedScanCount, time_t &fixedScanTime, int interval, int c… in PnoScanByInterval()
2235 bool ScanService::AllowScanByIntervalFixed(int &fixedScanCount, time_t &fixedScanTime, int &interva… in AllowScanByIntervalFixed()