Home
last modified time | relevance | path

Searched refs:P2P_STATE_IDLE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_disabling_state.cpp48 p2pStateMachine.BroadcastP2pStatusChanged(P2pState::P2P_STATE_IDLE); in ExecuteStateMsg()
58 p2pStateMachine.BroadcastP2pStatusChanged(P2pState::P2P_STATE_IDLE); in ExecuteStateMsg()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p_config.h68 P2P_STATE_IDLE, enumerator
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h76 P2P_STATE_IDLE, enumerator
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_p2p_manager.cpp251 if (state == P2pState::P2P_STATE_IDLE) { in DealP2pStateChanged()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h72 P2P_STATE_IDLE, enumerator
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp994 bool disable = (state == static_cast<int32_t>(P2pState::P2P_STATE_IDLE) || in HandleP2PStateChanged()