Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_trans_lane.c319 TransReqInfo *newNode = (TransReqInfo *)SoftBusCalloc(sizeof(TransReqInfo)); in CreateRequestNode()
365 TransReqInfo *newNode = (TransReqInfo *)SoftBusCalloc(sizeof(TransReqInfo)); in CreateReqNodeWithQos()
777 TransReqInfo reqInfo; in NotifyFreeLaneResult()
778 (void)memset_s(&reqInfo, sizeof(TransReqInfo), 0, sizeof(TransReqInfo)); in NotifyFreeLaneResult()
978 TransReqInfo reqInfo; in NotifyLaneAllocSuccess()
979 (void)memset_s(&reqInfo, sizeof(TransReqInfo), 0, sizeof(TransReqInfo)); in NotifyLaneAllocSuccess()
1016 TransReqInfo reqInfo; in NotifyLaneAllocFail()
1017 (void)memset_s(&reqInfo, sizeof(TransReqInfo), 0, sizeof(TransReqInfo)); in NotifyLaneAllocFail()
1520 TransReqInfo reqInfo; in HandleAsyncNotifySucc()
1521 (void)memset_s(&reqInfo, sizeof(TransReqInfo), 0, sizeof(TransReqInfo)); in HandleAsyncNotifySucc()
[all …]
H A Dlnn_lane_link_p2p.c2079 TransReqInfo reqInfo; in CheckTransReqInfo()
2080 (void)memset_s(&reqInfo, sizeof(TransReqInfo), 0, sizeof(TransReqInfo)); in CheckTransReqInfo()
2153 TransReqInfo reqInfo; in OpenActionToConn()
2154 (void)memset_s(&reqInfo, sizeof(TransReqInfo), 0, sizeof(TransReqInfo)); in OpenActionToConn()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_trans_lane.h46 } TransReqInfo; typedef
49 int32_t GetTransReqInfoByLaneReqId(uint32_t laneReqId, TransReqInfo *reqInfo);