Searched refs:NotifyLinkSucc (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_p2p.c | 923 static void NotifyLinkSucc(AsyncResultType type, uint32_t requestId, LaneLinkInfo *linkInfo, int32_… in NotifyLinkSucc() function 1116 …NotifyLinkSucc(ASYNC_RESULT_P2P, rawLinkInfo.p2pRequestId, &rawLinkInfo.laneLinkInfo, rawLinkInfo.… in HandleRawLinkResultWithoutLock() 1130 …NotifyLinkSucc(ASYNC_RESULT_P2P, rawLinkInfo->p2pRequestId, &rawLinkInfo->laneLinkInfo, rawLinkInf… in HandleRawLinkResult() 1225 NotifyLinkSucc(ASYNC_RESULT_P2P, p2pRequestId, linkInfo, link->linkId); in NotifyRawLinkSucc() 1238 NotifyLinkSucc(ASYNC_RESULT_P2P, p2pRequestId, linkInfo, link->linkId); in NotifyRawLinkSucc() 1278 NotifyLinkSucc(ASYNC_RESULT_P2P, p2pRequestId, &linkInfo, link->linkId); in OnWifiDirectConnectSuccess()
|
H A D | lnn_trans_lane.c | 1305 static void NotifyLinkSucc(uint32_t laneReqId) in NotifyLinkSucc() function 1364 NotifyLinkSucc(laneReqId); in LaneLinkSuccess() 1463 NotifyLinkSucc(laneReqId); in LaneLinkFail()
|