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 D | scan_service_test.cpp | 1329 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 D | mock_scan_service_new.cpp | 427 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 D | wifi_scan_msg.h | 328 time_t fixedScanTime; member
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service.cpp | 2084 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()
|