Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_idle_state.cpp348 WifiP2pGroupInfo currGrp = p2pStateMachine.groupManager.GetCurrentGroup(); in ProcessGroupStartedEvt() local
349 WifiP2pDevice owner = currGrp.GetOwner(); in ProcessGroupStartedEvt()
351 currGrp.SetOwner(owner); in ProcessGroupStartedEvt()
352 …Machine.groupManager.SetCurrentGroup(WifiMacAddrInfoType::P2P_CURRENT_GROUP_MACADDR_INFO, currGrp); in ProcessGroupStartedEvt()