Home
last modified time | relevance | path

Searched refs:UpdateGroupAddress (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dwifi_p2p_device_manager.h142 virtual bool UpdateGroupAddress(const WifiP2pDevice &device);
149 …virtual bool UpdateGroupAddress(const std::string &deviceAddress, const std::string &groupAddress);
H A Dwifi_p2p_device_manager.cpp205 bool WifiP2pDeviceManager::UpdateGroupAddress(const std::string &deviceAddress, const std::string &… in UpdateGroupAddress() function in OHOS::Wifi::WifiP2pDeviceManager
221 bool WifiP2pDeviceManager::UpdateGroupAddress(const WifiP2pDevice &device) in UpdateGroupAddress() function in OHOS::Wifi::WifiP2pDeviceManager
227 return UpdateGroupAddress(device.GetDeviceAddress(), device.GetGroupAddress()); in UpdateGroupAddress()
H A Dgroup_formed_state.cpp250 deviceManager.UpdateGroupAddress(device); in ProcessDisconnectEvt()