Home
last modified time | relevance | path

Searched refs:HasBeenTested (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.h258 bool HasBeenTested(int cureLevel);
H A Dself_cure_state_machine.cpp1692 if (!HasBeenTested(WIFI_CURE_RESET_LEVEL_HIGH_RESET) && in HandleConfirmInternetSelfCureFailed()
1765 bool SelfCureStateMachine::InternetSelfCureState::HasBeenTested(int cureLevel) in HasBeenTested() function in OHOS::Wifi::SelfCureStateMachine::InternetSelfCureState
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp1100 EXPECT_TRUE(pSelfCureStateMachine->pInternetSelfCureState->HasBeenTested(cureLevel)); in HasBeenTestedTest()
1102 EXPECT_FALSE(pSelfCureStateMachine->pInternetSelfCureState->HasBeenTested(cureLevel)); in HasBeenTestedTest()