Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp189 bool ScanService::AddPnoScanMessageBody(InternalMessagePtr interMessage, const PnoScanConfig &pnoSc… in AddPnoScanMessageBody() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h436 bool AddPnoScanMessageBody(InternalMessagePtr interMessage, const PnoScanConfig &pnoScanConfig);
H A Dscan_service.cpp981 if (!AddPnoScanMessageBody(interMessage, pnoScanConfig)) { in PnoScan()
1005 bool ScanService::AddPnoScanMessageBody(InternalMessagePtr interMessage, const PnoScanConfig &pnoSc… in AddPnoScanMessageBody() function in OHOS::Wifi::ScanService
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp244 pScanService->AddPnoScanMessageBody(msg, pnoScanConfig); in StoreRequestScanConfigFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp570 EXPECT_EQ(true, pScanService->AddPnoScanMessageBody(interMessage, pnoScanConfig)); in AddPnoScanMessageBodySuccess()
576 EXPECT_EQ(false, pScanService->AddPnoScanMessageBody(nullptr, pnoScanConfig)); in AddPnoScanMessageBodyFail()