Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c96 LnnHeartbeatRecvInfo *recvInfo = NULL; in HbFirstSaveRecvTime() local
99 if (recvInfo == NULL) { in HbFirstSaveRecvTime()
104 if (recvInfo->device == NULL) { in HbFirstSaveRecvTime()
106 SoftBusFree(recvInfo); in HbFirstSaveRecvTime()
111 SoftBusFree(recvInfo->device); in HbFirstSaveRecvTime()
112 SoftBusFree(recvInfo); in HbFirstSaveRecvTime()
115 recvInfo->weight = weight; in HbFirstSaveRecvTime()
116 recvInfo->lastRecvTime = recvTime; in HbFirstSaveRecvTime()
117 recvInfo->masterWeight = masterWeight; in HbFirstSaveRecvTime()
118 ListInit(&recvInfo->node); in HbFirstSaveRecvTime()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_monitor.cpp434 void P2pMonitor::WpaEventInvitationReceived(const HalP2pInvitationInfo &recvInfo) const in WpaEventInvitationReceived()
438 group.SetNetworkId(recvInfo.persistentNetworkId); in WpaEventInvitationReceived()
441 device.SetDeviceAddress(recvInfo.srcAddress); in WpaEventInvitationReceived()
449 if (recvInfo.goDeviceAddress.empty()) { in WpaEventInvitationReceived()
450 owner.SetDeviceAddress(recvInfo.srcAddress); in WpaEventInvitationReceived()
452 owner.SetDeviceAddress(recvInfo.goDeviceAddress); in WpaEventInvitationReceived()
455 owner.GetDeviceAddress().c_str(), recvInfo.persistentNetworkId); in WpaEventInvitationReceived()
H A Dp2p_monitor.h324 void WpaEventInvitationReceived(const HalP2pInvitationInfo &recvInfo) const;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_monitor_test.cpp213 void WrapMethodWpaEventInvitationReceived(HalP2pInvitationInfo recvInfo) in WrapMethodWpaEventInvitationReceived() argument
215 pP2pMonitor->WpaEventInvitationReceived(recvInfo); in WrapMethodWpaEventInvitationReceived()