Home
last modified time | relevance | path

Searched refs:GetGroupNetworkId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dwifi_p2p_group_manager_test.cpp127 EXPECT_EQ(-1, pWifiP2pGroupManager->GetGroupNetworkId(device));
129 EXPECT_EQ(10, pWifiP2pGroupManager->GetGroupNetworkId(device));
134 EXPECT_EQ(-1, pWifiP2pGroupManager->GetGroupNetworkId(device, "name"));
136 EXPECT_EQ(10, pWifiP2pGroupManager->GetGroupNetworkId(device, "UnitTestGroupName"));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_group_manager.h121 virtual int GetGroupNetworkId(const WifiP2pDevice &device);
130 virtual int GetGroupNetworkId(const WifiP2pDevice &device, const std::string &ssid);
H A Dp2p_group_operating_state.cpp143 group.SetNetworkId(groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
145 … group.GetNetworkId(), groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
H A Dwifi_p2p_group_manager.cpp168 int WifiP2pGroupManager::GetGroupNetworkId(const WifiP2pDevice &device) in GetGroupNetworkId() function in OHOS::Wifi::WifiP2pGroupManager
183 int WifiP2pGroupManager::GetGroupNetworkId(const WifiP2pDevice &device, const std::string &ssid) in GetGroupNetworkId() function in OHOS::Wifi::WifiP2pGroupManager
H A Dp2p_idle_state.cpp321 group.SetNetworkId(groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
323 … group.GetNetworkId(), groupManager.GetGroupNetworkId(group.GetOwner(), group.GetGroupName())); in ProcessGroupStartedEvt()
H A Dgroup_negotiation_state.cpp105 …copy.SetNetworkId(groupManager.GetGroupNetworkId(owner, groupManager.GetCurrentGroup().GetGroupNam… in ProcessGroupStartedEvt()
H A Dp2p_state_machine.cpp242 int networkId = groupManager.GetGroupNetworkId(device, groupName); in ReawakenPersistentGroup()
275 networkId = groupManager.GetGroupNetworkId(device); in ReawakenPersistentGroup()
1210 int networkId = groupManager.GetGroupNetworkId(device); in RemoveGroupByDevice()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pserver_fuzzer/
H A Dwifip2pserver_fuzzer.cpp240 pWifiP2pGroupManager->GetGroupNetworkId(device); in P2pServerFuzzTest()
241 pWifiP2pGroupManager->GetGroupNetworkId(device, mDeviceAddress); in P2pServerFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_p2p/wifip2p_fuzzer/
H A Dp2p_fuzzer.cpp88 pGroupManager.GetGroupNetworkId(device); in GetGroupNetworkIdFuzzerTest()
102 pGroupManager.GetGroupNetworkId(device, mDeviceAddress); in GetGroupNetworkIdFuzzerTest1()