Searched refs:RemoveAllCandidateConfig (Results 1 – 12 of 12) sorted by relevance
287 …EXPECT_CALL(*pMockStaService, RemoveAllCandidateConfig(_)).WillRepeatedly(Return(WIFI_OPT_SUCCESS)… in RemoveAllCandidateConfigSuccess()288 EXPECT_TRUE(pStaInterface->RemoveAllCandidateConfig(uid) == WIFI_OPT_SUCCESS); in RemoveAllCandidateConfigSuccess()294 …EXPECT_CALL(*pMockStaService, RemoveAllCandidateConfig(_)).WillRepeatedly(Return(WIFI_OPT_FAILED)); in RemoveAllCandidateConfigFail()295 EXPECT_TRUE(pStaInterface->RemoveAllCandidateConfig(uid) == WIFI_OPT_FAILED); in RemoveAllCandidateConfigFail()
564 EXPECT_TRUE(pStaService->RemoveAllCandidateConfig(uid) == WIFI_OPT_SUCCESS); in StaServiceRemoveAllCandidateConfigTestSucc()
47 MOCK_CONST_METHOD1(RemoveAllCandidateConfig, ErrCode(const int uid));
103 ErrCode StaInterface::RemoveAllCandidateConfig(const int uid) in RemoveAllCandidateConfig() function in OHOS::Wifi::StaInterface
148 virtual ErrCode RemoveAllCandidateConfig(const int uid) = 0;
142 ErrCode RemoveAllCandidateConfig(const int uid) override;
148 virtual ErrCode RemoveAllCandidateConfig(const int uid) const;
195 ErrCode StaInterface::RemoveAllCandidateConfig(const int uid) in RemoveAllCandidateConfig() function in OHOS::Wifi::StaInterface200 if (pStaService->RemoveAllCandidateConfig(uid) != WIFI_OPT_SUCCESS) { in RemoveAllCandidateConfig()
269 ErrCode StaService::RemoveAllCandidateConfig(const int uid) const in RemoveAllCandidateConfig() function in OHOS::Wifi::StaService
146 pStaInterface->RemoveAllCandidateConfig(uid); in StaServerFuzzTest()176 pStaService->RemoveAllCandidateConfig(uid); in StaServerFuzzTest()
733 pService->RemoveAllCandidateConfig(uid); in OnReceiveAppEvent()
522 return pService->RemoveAllCandidateConfig(uid); in RemoveCandidateConfig()