Home
last modified time | relevance | path

Searched refs:P2pConnectedState (Results 1 - 25 of 28) sorted by relevance

12

/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_scan_control_msg.h32 P2pConnectedState p2pConnectState;
37 p2pConnectState = P2pConnectedState::P2P_DISCONNECTED; in Hid2dInfo()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Drpt_manager.cpp79 void RptManager::OnP2pConnectionChanged(P2pConnectedState p2pConnState) in OnP2pConnectionChanged()
81 if (p2pConnState == P2pConnectedState::P2P_CONNECTED) { in OnP2pConnectionChanged()
H A Drpt_interface.h35 virtual void OnP2pConnectionChanged(P2pConnectedState p2pConnState) = 0;
H A Drpt_manager.h51 void OnP2pConnectionChanged(P2pConnectedState p2pConnState) override;
H A Drpt_manager_state_machine.cpp244 if (p2pConnectedStatus != static_cast<int>(P2pConnectedState::P2P_DISCONNECTED)) { in StartRpt()
314 if (p2pConnectedStatus == static_cast<int>(P2pConnectedState::P2P_DISCONNECTED)) { in RemoveP2pConflictGroup()
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h85 enum class P2pConnectedState { class
413 WifiP2pLinkedInfo() : connectState(P2pConnectedState::P2P_DISCONNECTED), isP2pGroupOwner(false) in WifiP2pLinkedInfo()
417 void SetConnectState(P2pConnectedState setConnectState);
418 P2pConnectedState GetConnectState() const;
428 P2pConnectedState connectState;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_group_operating_state.cpp221 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_CONNECTED); in ProcessGroupStartedEvt()
251 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_DISCONNECTED); in ProcessGroupRemovedEvt()
318 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_DISCONNECTED); in ProcessCmdRemoveGroup()
322 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_DISCONNECTED); in ProcessCmdRemoveGroup()
333 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_DISCONNECTED); in ProcessCmdRemoveGroup()
H A Dgroup_negotiation_state.cpp84 p2pInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in ProcessGroupStartedEvt()
224 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_DISCONNECTED); in ProcessCmdRemoveGroup()
228 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_DISCONNECTED); in ProcessCmdRemoveGroup()
H A Dp2p_state_machine.cpp307 info.SetConnectState(P2pConnectedState::P2P_DISCONNECTED); in DealGroupCreationFailed()
810 void P2pStateMachine::ChangeConnectedStatus(P2pConnectedState connectedState) in ChangeConnectedStatus()
815 P2pConnectedState curP2pConnectedState = p2pInfo.GetConnectState(); in ChangeConnectedStatus()
825 if (connectedState == P2pConnectedState::P2P_CONNECTED) { in ChangeConnectedStatus()
834 if (connectedState == P2pConnectedState::P2P_DISCONNECTED) { in ChangeConnectedStatus()
H A Dwifi_p2p_service.cpp260 if (linkedInfo.GetConnectState() == P2pConnectedState::P2P_DISCONNECTED) { in QueryP2pLinkedInfo()
275 if (p2pInfo.GetConnectState() == P2pConnectedState::P2P_DISCONNECTED) { in GetCurrentGroup()
H A Dp2p_state_machine.h235 virtual void ChangeConnectedStatus(P2pConnectedState connectedState);
H A Dp2p_idle_state.cpp368 p2pStateMachine.ChangeConnectedStatus(P2pConnectedState::P2P_CONNECTED); in ProcessGroupStartedEvt()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_config_use_test.cpp69 p2pLinkedInfo.SetConnectState(P2pConnectedState::P2P_DISCONNECTED); in HWTEST_F()
160 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.cpp149 p2pInfo.SetConnectState(P2pConnectedState::P2P_DISCONNECTED); in HWTEST_F()
236 p2pInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in HWTEST_F()
269 p2pInfo.SetConnectState(P2pConnectedState::P2P_DISCONNECTED); in HWTEST_F()
282 p2pInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in HWTEST_F()
/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/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_source_scene.cpp94 Wifi::P2pConnectedState state = info.GetConnectState(); in OnP2pThisDeviceChanged()
96 if (state != Wifi::P2pConnectedState::P2P_DISCONNECTED) { in OnP2pThisDeviceChanged()
160 Wifi::P2pConnectedState state = info.GetConnectState(); in OnP2pConnectionChanged()
169 if (state != Wifi::P2pConnectedState::P2P_CONNECTED) { in OnP2pConnectionChanged()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp639 void WifiP2pLinkedInfo::SetConnectState(P2pConnectedState setConnectState) in SetConnectState()
644 P2pConnectedState WifiP2pLinkedInfo::GetConnectState() const in GetConnectState()
H A Dwifi_p2p_callback_stub.cpp318 info.SetConnectState(static_cast<P2pConnectedState>(data.ReadInt32())); in RemoteOnP2pConnectionChanged()
/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()
839 linkedInfo.SetConnectState(P2pConnectedState::P2P_DISCONNECTED); in SelfCureForReassocTest()
892 linkedInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in SelfCureForRandMacReassocTest()
897 linkedInfo.SetConnectState(P2pConnectedState::P2P_DISCONNECTED); in SelfCureForRandMacReassocTest()
1134 linkedInfo.SetConnectState(P2pConnectedState::P2P_DISCONNECTED); in HandleRssiChangedTest()
1143 linkedInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in HandleRssiChangedTest()
1777 linkedInfo.SetConnectState(P2pConnectedState::P2P_CONNECTED); in SelfCureForResetTest4()
1792 linkedInfo.SetConnectState(P2pConnectedState::P2P_DISCONNECTED); in SelfCureForResetTest5()
1808 linkedInfo.SetConnectState(P2pConnectedState::P2P_DISCONNECTED); in SelfCureForResetTest6()
2988 linkedInfo.SetConnectState(P2pConnectedState in HWTEST_F()
[all...]
/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()
530 info.SetConnectState(Wifi::P2pConnectedState::P2P_DISCONNECTED); in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/
H A Dwifi_mock_p2p_service.cpp322 status = static_cast<int>(P2pConnectedState::P2P_CONNECTED_STARTING); in GetP2pConnectedStatus()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/network_select/
H A Dwifi_filter_impl.cpp457 if (linkedInfo.GetConnectState() == P2pConnectedState::P2P_DISCONNECTED in Filter()
/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/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_service_impl.cpp1122 int status = static_cast<int>(P2pConnectedState::P2P_DISCONNECTED); in Hid2dSharedlinkIncrease()
1128 if (status != static_cast<int>(P2pConnectedState::P2P_CONNECTED)) { in Hid2dSharedlinkIncrease()

Completed in 28 milliseconds

12