Home
last modified time | relevance | path

Searched refs:P2P_EVENT_GO_NEG_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.h128 P2P_EVENT_GO_NEG_FAILURE, enumerator
H A Dgroup_negotiation_state.cpp54 … P2P_STATE_MACHINE_CMD::P2P_EVENT_GO_NEG_FAILURE, &GroupNegotiationState::ProcessNegotFailEvt)); in Init()
H A Dp2p_monitor.cpp197 … iface, P2P_STATE_MACHINE_CMD::P2P_EVENT_GO_NEG_FAILURE, static_cast<int>(p2pStatus), 0, anyNone); in Broadcast2SmGoNegFailure()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dgroup_negotiation_state_test.cpp142 msg->SetMessageName(static_cast<int>(P2P_STATE_MACHINE_CMD::P2P_EVENT_GO_NEG_FAILURE));
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c582 } else if (strncmp(p, P2P_EVENT_GO_NEG_FAILURE, strlen(P2P_EVENT_GO_NEG_FAILURE)) == 0) { in DealWpaP2pCallBackSubFun()