Home
last modified time | relevance | path

Searched refs:P2P_CONNECTED (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/entity/
H A Dp2p_connect_state_test.cpp64 info.connectState = P2pConnectionState::P2P_CONNECTED; in HWTEST_F()
/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p_config.h77 P2P_CONNECTED, enumerator
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_mock.cpp374 info.connectState = P2P_CONNECTED; in CreateGroupSuccessAction()
414 info.connectState = P2P_CONNECTED; in ConnectSuccessAction()
464 info.connectState = P2P_CONNECTED; in DestroyGroupFailureAction()
476 info.connectState = P2P_CONNECTED; in DestroyGroupTimeOutAction()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_connect_state.cpp130 if (info.connectState != P2pConnectionState::P2P_CONNECTED) { in PreprocessP2pConnectionChangeEvent()
223 param.p2pLinkInfo.connectState = P2pConnectionState::P2P_CONNECTED; in OnTimeout()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_multi_vap_manager.cpp75 if (p2pLinkedInfo.GetConnectState() == P2pConnectedState::P2P_CONNECTED) { in CheckP2pConnected()
H A Dwifi_p2p_manager.cpp345 if (info.GetConnectState() == P2pConnectedState::P2P_CONNECTED) { in DealP2pConnectionChanged()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.h31 P2P_CONNECTED, enumerator
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Drpt_manager.cpp81 if (p2pConnState == P2pConnectedState::P2P_CONNECTED) { in OnP2pConnectionChanged()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use_test.cpp160 p2pLinkedInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dwifi_p2p_service_test.cpp236 p2pInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in HWTEST_F()
282 p2pInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dgroup_negotiation_state.cpp84 p2pInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in ProcessGroupStartedEvt()
H A Dp2p_group_operating_state.cpp221 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_CONNECTED); in ProcessGroupStartedEvt()
H A Dp2p_idle_state.cpp368 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_CONNECTED); in ProcessGroupStartedEvt()
H A Dp2p_state_machine.cpp825 if (connectedState == P2pConnectedState::P2P_CONNECTED) { in ChangeConnectedStatus()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h87 P2P_CONNECTED, member in OHOS::Wifi::P2pConnectedState
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use.cpp185 if (p2pLinkedInfo.GetConnectState() != P2pConnectedState::P2P_CONNECTED || !p2pLinkedInfo.IsGroupOwner()) { in JudgeDbacWithP2p()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp834 linkedInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in SelfCureForReassocTest()
892 linkedInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in SelfCureForRandMacReassocTest()
1143 linkedInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in HandleRssiChangedTest()
1777 linkedInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in SelfCureForResetTest4()
2993 linkedInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in HWTEST_F()
3315 info.SetConnectState(P2pConnectedState::P2P_CONNECTED); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.cpp169 if (state != Wifi::P2pConnectedState::P2P_CONNECTED) { in OnP2pConnectionChanged()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_source_scene_test.cpp294 info.SetConnectState(Wifi::P2pConnectedState::P2P_CONNECTED); in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.cpp1128 if (status != static_cast<int>(P2pConnectedState::P2P_CONNECTED)) { in Hid2dSharedlinkIncrease()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp2891 return linkedInfo.GetConnectState() == P2pConnectedState::P2P_CONNECTED; in IfP2pConnected()
3352 if (info.GetConnectState() == P2pConnectedState::P2P_CONNECTED) { in HandleP2pConnChanged()

Completed in 26 milliseconds