Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/entity/
H A Dp2p_entity.h32 struct ClientJoinEvent { struct
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.h43 struct ClientJoinEvent { struct
H A Dp2p_entity.cpp170 ClientJoinEvent event { result, remoteDeviceId, remoteMac }; in SendClientJoinEvent()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.h84 int OnClientJoinEvent(std::shared_ptr<ClientJoinEvent> &event);
H A Dp2p_v1_processor.cpp198 .Handle<std::shared_ptr<ClientJoinEvent>>([this](std::shared_ptr<ClientJoinEvent> &event) { in WaitingClientJoiningState()
636 int P2pV1Processor::OnClientJoinEvent(std::shared_ptr<ClientJoinEvent> &event) in OnClientJoinEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp561 ClientJoinEvent event { SOFTBUS_OK, remoteDeviceId, remoteMac }; in __anonaf3f7aee2002()
609 ClientJoinEvent event { SOFTBUS_CONN_PV1_CONNECT_GROUP_TIMEOUT, remoteDeviceId, remoteMac }; in __anonaf3f7aee2202()
886 ClientJoinEvent event { SOFTBUS_CONN_PV1_CONNECT_GROUP_TIMEOUT, remoteDeviceId, remoteMac }; in __anonaf3f7aee2902()