Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link_p2p.c64 uint32_t p2pRequestId; member
109 uint32_t p2pRequestId; member
659 item->p2pInfo.p2pRequestId = p2pRequestId; in GetP2pLinkReqParamByChannelRequetId()
710 item->p2pInfo.p2pRequestId = p2pRequestId; in GetP2pLinkReqParamByAuthHandle()
977 rawLinkInfo->p2pRequestId = p2pRequestId; in AddRawLinkInfo()
999 if (item->p2pRequestId == p2pRequestId) { in GetRawLinkInfoByReqId()
1023 if (item->p2pRequestId == p2pRequestId) { in DelRawLinkInfoByReqId()
1120 p2pRequestId, reason); in HandleRawLinkResultWithoutLock()
1151 if (p2pRequestId == item->p2pRequestId) { in CheckAuthMetaResult()
1217 SoftBusFree(p2pRequestId); in CheckRawLinkInfo()
[all …]
H A Dlnn_lane_link_wifi_direct.c55 static bool IsForceDownInfoExists(uint32_t p2pRequestId) in IsForceDownInfoExists() argument
64 if (item->p2pRequestId == p2pRequestId) { in IsForceDownInfoExists()
79 if (IsForceDownInfoExists(forceDownInfo->p2pRequestId)) { in AddForceDownInfo()
245 ret = WifiDirectReconnectDevice(forceDownInfo.p2pRequestId); in OnWifiDirectForceDisconnectSuccess()
248 forceDownInfo.p2pRequestId); in OnWifiDirectForceDisconnectSuccess()
249 NotifyLinkFailForForceDown(forceDownInfo.p2pRequestId, ret); in OnWifiDirectForceDisconnectSuccess()
270 NotifyLinkFailForForceDown(forceDownInfo.p2pRequestId, reason); in OnWifiDirectForceDisconnectFailure()
361 NotifyLinkFailForForceDown(forceDownInfo.p2pRequestId, ret); in OnConnOpenedForForceDisconnect()
454 uint32_t p2pRequestId, uint32_t forceDownReqId) in AddNewForceDownInfo() argument
467 forceDownInfo.p2pRequestId = p2pRequestId; in AddNewForceDownInfo()
[all …]
H A Dlnn_lane_link_p2p_virtual.c76 int32_t WifiDirectReconnectDevice(uint32_t p2pRequestId) in WifiDirectReconnectDevice() argument
78 (void)p2pRequestId; in WifiDirectReconnectDevice()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_link_wifi_direct.h37 uint32_t p2pRequestId; member
49 …leForceDownWifiDirect(const char *networkId, LinkConflictType conflictType, uint32_t p2pRequestId);
H A Dlnn_lane_link_p2p.h34 int32_t WifiDirectReconnectDevice(uint32_t p2pRequestId);