Searched refs:UpdateGroupAddress (Results 1 – 3 of 3) sorted by relevance
142 virtual bool UpdateGroupAddress(const WifiP2pDevice &device);149 …virtual bool UpdateGroupAddress(const std::string &deviceAddress, const std::string &groupAddress);
205 bool WifiP2pDeviceManager::UpdateGroupAddress(const std::string &deviceAddress, const std::string &… in UpdateGroupAddress() function in OHOS::Wifi::WifiP2pDeviceManager221 bool WifiP2pDeviceManager::UpdateGroupAddress(const WifiP2pDevice &device) in UpdateGroupAddress() function in OHOS::Wifi::WifiP2pDeviceManager227 return UpdateGroupAddress(device.GetDeviceAddress(), device.GetGroupAddress()); in UpdateGroupAddress()
250 deviceManager.UpdateGroupAddress(device); in ProcessDisconnectEvt()