Home
last modified time | relevance | path

Searched refs:GetThisDevice (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_enabled_state.cpp211 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()
H A Dp2p_state_machine.cpp163 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()
H A Dgroup_negotiation_state.cpp96 deviceManager.GetThisDevice().SetP2pDeviceStatus(P2pDeviceStatus::PDS_CONNECTED); in ProcessGroupStartedEvt()
97 group.SetOwner(deviceManager.GetThisDevice()); in ProcessGroupStartedEvt()
H A Dwifi_p2p_device_manager.h156 inline WifiP2pDevice &GetThisDevice() in GetThisDevice() function
H A Dp2p_group_operating_state.cpp154 WifiP2pDevice thisDevice = deviceManager.GetThisDevice(); in ProcessGroupStartedEvt()
H A Dwifi_p2p_service.cpp271 device = deviceManager.GetThisDevice(); in QueryP2pLocalDevice()
H A Dp2p_idle_state.cpp350 owner.SetDeviceName(deviceManager.GetThisDevice().GetDeviceName()); in ProcessGroupStartedEvt()