Home
last modified time | relevance | path

Searched refs:laneType (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c37 LaneType laneType; member
70 LNN_LOGE(LNN_LANE, "laneType=%{public}d not supported", type); in LaneTypeCheck()
83 if (laneBusinessInfo->laneType == item->laneType && in GetLaneBusinessInfoWithoutLock()
100 laneBusinessInfo.laneType = LANE_TYPE_TRANS; in UpdateLaneBusinessInfoItem()
116 int32_t AddLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) in AddLaneBusinessInfoItem() argument
118 if (!LaneTypeCheck(laneType) || laneId == INVALID_LANE_ID) { in AddLaneBusinessInfoItem()
125 laneBusinessInfo.laneType = laneType; in AddLaneBusinessInfoItem()
134 LNN_LOGI(LNN_LANE, "add laneBusiness succ, laneType in AddLaneBusinessInfoItem()
159 DelLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) DelLaneBusinessInfoItem() argument
[all...]
H A Dlnn_trans_lane.c768 static int32_t ParseLaneTypeByLaneReqId(uint32_t laneReqId, LaneType *laneType) in ParseLaneTypeByLaneReqId() argument
770 if (laneReqId == INVALID_LANE_REQ_ID || laneType == NULL) { in ParseLaneTypeByLaneReqId()
774 *laneType = (LaneType)(laneReqId >> LANE_REQ_ID_TYPE_SHIFT); in ParseLaneTypeByLaneReqId()
1032 LaneType laneType; in NotifyLaneAllocSuccess() local
1033 if (ParseLaneTypeByLaneReqId(laneReqId, &laneType) != SOFTBUS_OK || in NotifyLaneAllocSuccess()
1034 AddLaneBusinessInfoItem(laneType, laneId) != SOFTBUS_OK) { in NotifyLaneAllocSuccess()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_listener.h29 int32_t AddLaneBusinessInfoItem(LaneType laneType, uint64_t laneId);
30 int32_t DelLaneBusinessInfoItem(LaneType laneType, uint64_t laneId);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.cpp119 int32_t AddLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) in AddLaneBusinessInfoItem() argument
121 return GetTransLaneIf()->AddLaneBusinessInfoItem(laneType, laneId); in AddLaneBusinessInfoItem()
124 int32_t DelLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) in DelLaneBusinessInfoItem() argument
126 return GetTransLaneIf()->DelLaneBusinessInfoItem(laneType, laneId); in DelLaneBusinessInfoItem()
H A Dlnn_trans_lane_deps_mock.h48 virtual int32_t AddLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) = 0;
49 virtual int32_t DelLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) = 0;
74 MOCK_METHOD2(AddLaneBusinessInfoItem, int32_t (LaneType laneType, uint64_t laneId));
75 MOCK_METHOD2(DelLaneBusinessInfoItem, int32_t (LaneType laneType, uint64_t laneId));
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp400 LaneType laneType = LANE_TYPE_TRANS; in HWTEST_F() local
401 uint32_t laneReqId = laneManager->lnnGetLaneHandle(laneType); in HWTEST_F()
434 LaneType laneType = LANE_TYPE_TRANS; in HWTEST_F() local
435 uint32_t laneReqId = laneManager->lnnGetLaneHandle(laneType); in HWTEST_F()
471 LaneType laneType = LANE_TYPE_TRANS; in HWTEST_F() local
472 uint32_t laneReqId = laneManager->lnnGetLaneHandle(laneType); in HWTEST_F()
502 LaneType laneType = LANE_TYPE_TRANS; in HWTEST_F() local
503 uint32_t laneReqId = laneManager->lnnGetLaneHandle(laneType); in HWTEST_F()
533 LaneType laneType = LANE_TYPE_TRANS; in HWTEST_F() local
534 uint32_t laneReqId = laneManager->lnnGetLaneHandle(laneType); in HWTEST_F()
563 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
593 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
624 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
657 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
696 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
735 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
768 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
814 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
851 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
890 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
937 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
976 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
1014 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
1049 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
1084 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
1120 LaneType laneType = LANE_TYPE_BUTT; HWTEST_F() local
2217 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
2252 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
2310 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
2352 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
2557 LaneType laneType = LANE_TYPE_CTRL; HWTEST_F() local
2979 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
3010 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
3037 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
3066 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
3104 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
3202 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
3230 LaneType laneType = LANE_TYPE_TRANS; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_lane.h34 int32_t GetAuthConn(const char *uuid, LaneLinkType laneType, AuthConnInfo *connInfo);
H A Dauth_manager.h78 int32_t GetAuthConn(const char *uuid, LaneLinkType laneType, AuthConnInfo *connInfo);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp215 LaneType laneType = LANE_TYPE_TRANS; in HWTEST_F() local
216 uint32_t laneReqId = laneManager->lnnGetLaneHandle(laneType); in HWTEST_F()
218 EXPECT_EQ(laneType, laneReqId >> LANE_REQ_ID_TYPE_SHIFT); in HWTEST_F()
230 LaneType laneType = LANE_TYPE_TRANS; in HWTEST_F() local
239 laneReqId = laneManager->lnnGetLaneHandle(laneType); in HWTEST_F()
243 laneReqId = laneManager->lnnGetLaneHandle(laneType); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c47 int32_t GetAuthConn(const char *uuid, LaneLinkType laneType, AuthConnInfo *connInfo) in GetAuthConn() argument
54 switch (laneType) { in GetAuthConn()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_test.cpp210 laneBusinessInfo.laneType = LANE_TYPE_TRANS; in HWTEST_F()

Completed in 12 milliseconds