Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dgroup_formed_state.h94 virtual bool ProcessDeviceLostEvt(const InternalMessagePtr msg) const;
H A Dp2p_enabled_state.h148 virtual bool ProcessDeviceLostEvt(InternalMessagePtr msg) const;
H A Dgroup_formed_state.cpp54 …:make_pair(P2P_STATE_MACHINE_CMD::P2P_EVENT_DEVICE_LOST, &GroupFormedState::ProcessDeviceLostEvt)); in Init()
224 bool GroupFormedState::ProcessDeviceLostEvt(const InternalMessagePtr msg) const in ProcessDeviceLostEvt() function in OHOS::Wifi::GroupFormedState
H A Dp2p_enabled_state.cpp87 …::make_pair(P2P_STATE_MACHINE_CMD::P2P_EVENT_DEVICE_LOST, &P2pEnabledState::ProcessDeviceLostEvt)); in Init()
231 bool P2pEnabledState::ProcessDeviceLostEvt(InternalMessagePtr msg) const in ProcessDeviceLostEvt() function in OHOS::Wifi::P2pEnabledState