Searched refs:AutoConnectService (Results 1 – 7 of 7) sorted by relevance
42 MOCK_METHOD1(AutoConnectService, ErrCode(const std::vector<InterScanInfo> &scanInfos));
218 virtual ErrCode AutoConnectService(const std::vector<InterScanInfo> &scanInfos);
291 if (pStaService->AutoConnectService(scanInfos) != WIFI_OPT_SUCCESS) { in ConnectivityManager()
706 ErrCode StaService::AutoConnectService(const std::vector<InterScanInfo> &scanInfos) in AutoConnectService() function in OHOS::Wifi::StaService
242 … EXPECT_CALL(*pMockStaService, AutoConnectService(_)).WillRepeatedly(Return(WIFI_OPT_SUCCESS)); in AutoConnectServiceSuceess()249 … EXPECT_CALL(*pMockStaService, AutoConnectService(_)).WillRepeatedly(Return(WIFI_OPT_FAILED)); in AutoConnectServiceFail()
473 EXPECT_TRUE(pStaService->AutoConnectService(scanInfos) == WIFI_OPT_SUCCESS); in StaServiceAutoConnectServiceSuccess()
269 pStaService->AutoConnectService(scanInfo); in StaAutoServerFuzzTest()