Home
last modified time | relevance | path

Searched refs:P2P_EVENT_GROUP_FORMATION_FAILURE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_define.h132 P2P_EVENT_GROUP_FORMATION_FAILURE, enumerator
H A Dgroup_negotiation_state.cpp51 mProcessFunMap.insert(std::make_pair(P2P_STATE_MACHINE_CMD::P2P_EVENT_GROUP_FORMATION_FAILURE, in Init()
H A Dp2p_monitor.cpp222 …MessageToStateMachine(iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_GROUP_FORMATION_FAILURE, 0, 0, anyRe… in Broadcast2SmGroupFormationFailure()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dgroup_negotiation_state_test.cpp210 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_GROUP_FORMATION_FAILURE));
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c592 …} else if (strncmp(p, P2P_EVENT_GROUP_FORMATION_FAILURE, strlen(P2P_EVENT_GROUP_FORMATION_FAILURE)… in DealWpaP2pCallBackSubFun()