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 D | wifi_common_event_helper.cpp | 199 …ntHelper::PublishSelfcureStateChangedEvent(const int &pid, const int &code, bool isSelfCureOnGoing) in PublishSelfcureStateChangedEvent() argument 206 want.SetParam("isSelfCureOnGoing", isSelfCureOnGoing); in PublishSelfcureStateChangedEvent()
|
H A D | wifi_common_event_helper.h | 77 …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 D | self_cure_state_machine.h | 429 void UpdateSelfcureState(int selfcureType, bool isSelfCureOnGoing);
|
H A D | self_cure_state_machine.cpp | 3360 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()
|