Searched refs:GetThisDevice (Results 1 – 7 of 7) sorted by relevance
211 if (deviceManager.GetThisDevice() == device) { in ProcessDeviceFoundEvt()290 const std::string &deviceName = deviceManager.GetThisDevice().GetDeviceName(); in P2pConfigInitialization()304 std::string primaryDeviceType = deviceManager.GetThisDevice().GetPrimaryDeviceType(); in P2pConfigInitialization()315 std::string secDeviceType = deviceManager.GetThisDevice().GetSecondaryDeviceType(); in P2pConfigInitialization()343 deviceManager.GetThisDevice().SetDeviceAddress(deviceAddr); in P2pConfigInitialization()577 deviceManager.GetThisDevice().SetDeviceName(deviceName); in ProcessCmdSetDeviceName()578 p2pStateMachine.BroadcastThisDeviceChanaged(deviceManager.GetThisDevice()); in ProcessCmdSetDeviceName()685 WifiP2pDevice device = deviceManager.GetThisDevice(); in ProcessChrReport()
163 deviceManager.GetThisDevice().SetP2pDeviceStatus(status); in UpdateOwnDevice()164 BroadcastThisDeviceChanaged(deviceManager.GetThisDevice()); in UpdateOwnDevice()187 deviceManager.GetThisDevice().SetDeviceName(deviceName); in InitializeThisDevice()188 deviceManager.GetThisDevice().SetPrimaryDeviceType(p2pVendorCfg.GetPrimaryDeviceType()); in InitializeThisDevice()189 deviceManager.GetThisDevice().SetSecondaryDeviceType(p2pVendorCfg.GetSecondaryDeviceType()); in InitializeThisDevice()1084 wpaConfig.bssid = deviceManager.GetThisDevice().GetDeviceAddress(); in SetGroupConfig()1193 … if (grpBuf.GetOwner().GetDeviceAddress() == deviceManager.GetThisDevice().GetDeviceAddress()) { in UpdateGroupInfoToWpa()
96 deviceManager.GetThisDevice().SetP2pDeviceStatus(P2pDeviceStatus::PDS_CONNECTED); in ProcessGroupStartedEvt()97 group.SetOwner(deviceManager.GetThisDevice()); in ProcessGroupStartedEvt()
156 inline WifiP2pDevice &GetThisDevice() in GetThisDevice() function
154 WifiP2pDevice thisDevice = deviceManager.GetThisDevice(); in ProcessGroupStartedEvt()
271 device = deviceManager.GetThisDevice(); in QueryP2pLocalDevice()
350 owner.SetDeviceName(deviceManager.GetThisDevice().GetDeviceName()); in ProcessGroupStartedEvt()