Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_lane_pending_ctl.h80 int32_t TransUpdateAuthWithParaLaneConnInfo(uint32_t laneHandle, bool bSucc, const LaneConnInfo *co…
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_pending_test.cpp974 int32_t ret = TransUpdateAuthWithParaLaneConnInfo(laneReqId, true, &connInfo, SOFTBUS_OK);
979 ret = TransUpdateAuthWithParaLaneConnInfo(laneReqId, true, &connInfo, SOFTBUS_OK);
987 ret = TransUpdateAuthWithParaLaneConnInfo(laneReqId, true, &connInfo, SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c1773 int32_t TransUpdateAuthWithParaLaneConnInfo(uint32_t laneHandle, bool bSucc, const LaneConnInfo *co… in TransUpdateAuthWithParaLaneConnInfo() function