Home
last modified time | relevance | path

Searched refs:isSelfCureOnGoing (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.cpp199 …ntHelper::PublishSelfcureStateChangedEvent(const int &pid, const int &code, bool isSelfCureOnGoing) in PublishSelfcureStateChangedEvent() argument
206 want.SetParam("isSelfCureOnGoing", isSelfCureOnGoing); in PublishSelfcureStateChangedEvent()
H A Dwifi_common_event_helper.h77 …tic bool PublishSelfcureStateChangedEvent(const int &pid, const int &code, bool isSelfCureOnGoing);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.h429 void UpdateSelfcureState(int selfcureType, bool isSelfCureOnGoing);
H A Dself_cure_state_machine.cpp3360 void SelfCureStateMachine::UpdateSelfcureState(int selfcureType, bool isSelfCureOnGoing) in UpdateSelfcureState() argument
3362 selfCureOnGoing = isSelfCureOnGoing; in UpdateSelfcureState()
3365 selfcureType, isSelfCureOnGoing); in UpdateSelfcureState()
3366 …fiCommonEventHelper::PublishSelfcureStateChangedEvent(currentPid, selfcureType, isSelfCureOnGoing); in UpdateSelfcureState()