Home
last modified time | relevance | path

Searched defs:laneType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp400 LaneType laneType = LANE_TYPE_TRANS; variable
434 LaneType laneType = LANE_TYPE_TRANS; variable
471 LaneType laneType = LANE_TYPE_TRANS; variable
502 LaneType laneType = LANE_TYPE_TRANS; variable
533 LaneType laneType = LANE_TYPE_TRANS; variable
563 LaneType laneType = LANE_TYPE_TRANS; variable
593 LaneType laneType = LANE_TYPE_TRANS; variable
624 LaneType laneType = LANE_TYPE_TRANS; variable
657 LaneType laneType = LANE_TYPE_TRANS; variable
696 LaneType laneType = LANE_TYPE_TRANS; variable
[all …]
/ohos5.0/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()
124 int32_t DelLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) in DelLaneBusinessInfoItem()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_listener.c37 LaneType laneType; member
116 int32_t AddLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) in AddLaneBusinessInfoItem()
159 int32_t DelLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) in DelLaneBusinessInfoItem()
H A Dlnn_trans_lane.c765 static int32_t ParseLaneTypeByLaneReqId(uint32_t laneReqId, LaneType *laneType) in ParseLaneTypeByLaneReqId()
1006 LaneType laneType; in NotifyLaneAllocSuccess() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlane_test.cpp215 LaneType laneType = LANE_TYPE_TRANS; variable
230 LaneType laneType = LANE_TYPE_TRANS; variable
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c47 int32_t GetAuthConn(const char *uuid, LaneLinkType laneType, AuthConnInfo *connInfo) in GetAuthConn()