Home
last modified time | relevance | path

Searched refs:laneId (Results 1 - 25 of 75) sorted by relevance

123

/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_deps_mock.cpp69 void DelLogicAndLaneRelationship(uint64_t laneId) in DelLogicAndLaneRelationship() argument
71 GetLaneListenerDepsInterface()->DelLogicAndLaneRelationship(laneId); in DelLogicAndLaneRelationship()
74 int32_t ClearLaneResourceByLaneId(uint64_t laneId) in ClearLaneResourceByLaneId() argument
76 return GetLaneListenerDepsInterface()->ClearLaneResourceByLaneId(laneId); in ClearLaneResourceByLaneId()
79 void RemoveDelayDestroyMessage(uint64_t laneId) in RemoveDelayDestroyMessage() argument
81 GetLaneListenerDepsInterface()->RemoveDelayDestroyMessage(laneId); in RemoveDelayDestroyMessage()
84 int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) in AddLaneResourceToPool() argument
86 return GetLaneListenerDepsInterface()->AddLaneResourceToPool(linkInfo, laneId, isServerSide); in AddLaneResourceToPool()
89 int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) in DelLaneResourceByLaneId() argument
91 return GetLaneListenerDepsInterface()->DelLaneResourceByLaneId(laneId, isServerSid in DelLaneResourceByLaneId()
[all...]
H A Dlnn_lane_listener_deps_mock.h39 virtual void DelLogicAndLaneRelationship(uint64_t laneId) = 0;
40 virtual int32_t ClearLaneResourceByLaneId(uint64_t laneId) = 0;
41 virtual void RemoveDelayDestroyMessage(uint64_t laneId) = 0;
42 virtual int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) = 0;
43 virtual int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) = 0;
60 MOCK_METHOD1(DelLogicAndLaneRelationship, void (uint64_t laneId));
61 MOCK_METHOD1(ClearLaneResourceByLaneId, int32_t (uint64_t laneId));
62 MOCK_METHOD1(RemoveDelayDestroyMessage, void (uint64_t laneId));
63 MOCK_METHOD3(AddLaneResourceToPool, int32_t (const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide));
64 MOCK_METHOD2(DelLaneResourceByLaneId, int32_t (uint64_t laneId, boo
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane_link/
H A Dlnn_lane_link_deps_mock.cpp101 int32_t FindLaneResourceByLaneId(uint64_t laneId, LaneResource *resource) in FindLaneResourceByLaneId() argument
103 return GetLaneLinkDepsInterface()->FindLaneResourceByLaneId(laneId, resource); in FindLaneResourceByLaneId()
111 int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) in AddLaneResourceToPool() argument
113 return GetLaneLinkDepsInterface()->AddLaneResourceToPool(linkInfo, laneId, isServerSide); in AddLaneResourceToPool()
116 int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) in DelLaneResourceByLaneId() argument
118 return GetLaneLinkDepsInterface()->DelLaneResourceByLaneId(laneId, isServerSide); in DelLaneResourceByLaneId()
147 int32_t ClearLaneResourceByLaneId(uint64_t laneId) in ClearLaneResourceByLaneId() argument
149 return GetLaneLinkDepsInterface()->ClearLaneResourceByLaneId(laneId); in ClearLaneResourceByLaneId()
152 void RemoveDelayDestroyMessage(uint64_t laneId) in RemoveDelayDestroyMessage() argument
154 GetLaneLinkDepsInterface()->RemoveDelayDestroyMessage(laneId); in RemoveDelayDestroyMessage()
157 DelLogicAndLaneRelationship(uint64_t laneId) DelLogicAndLaneRelationship() argument
[all...]
H A Dlnn_lane_link_deps_mock.h40 virtual int32_t FindLaneResourceByLaneId(uint64_t laneId, LaneResource *resource) = 0;
42 virtual int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) = 0;
43 virtual int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) = 0;
50 virtual int32_t ClearLaneResourceByLaneId(uint64_t laneId) = 0;
51 virtual void RemoveDelayDestroyMessage(uint64_t laneId) = 0;
52 virtual void DelLogicAndLaneRelationship(uint64_t laneId) = 0;
69 MOCK_METHOD2(FindLaneResourceByLaneId, int32_t (uint64_t laneId, LaneResource *resource));
71 MOCK_METHOD3(AddLaneResourceToPool, int32_t (const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide));
72 MOCK_METHOD2(DelLaneResourceByLaneId, int32_t (uint64_t laneId, bool isServerSide));
80 MOCK_METHOD1(ClearLaneResourceByLaneId, int32_t (uint64_t laneId));
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_model.c36 uint64_t laneId; member
72 static void AddLaneIdNode(uint64_t laneId, LaneModel *laneModel) in AddLaneIdNode() argument
76 if (infoNode->laneId == laneId) { in AddLaneIdNode()
77 LNN_LOGE(LNN_LANE, "laneId has been added"); in AddLaneIdNode()
83 LNN_LOGE(LNN_LANE, "laneId add to list fail"); in AddLaneIdNode()
87 newNode->laneId = laneId; in AddLaneIdNode()
92 static void DeleteLaneIdNode(uint64_t laneId, LaneModel *laneModel) in DeleteLaneIdNode() argument
97 if (item->laneId in DeleteLaneIdNode()
106 AddLaneModel(uint64_t laneId, uint32_t profileId, LaneProfile *laneProfile) AddLaneModel() argument
141 BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile) BindLaneIdToProfile() argument
160 UnbindLaneIdFromProfile(uint64_t laneId, uint32_t profileId) UnbindLaneIdFromProfile() argument
[all...]
H A Dlnn_lane_listener.c38 uint64_t laneId; member
84 laneBusinessInfo->laneId == item->laneId) { in GetLaneBusinessInfoWithoutLock()
99 laneBusinessInfo.laneId = oldLaneId; in UpdateLaneBusinessInfoItem()
107 item->laneId = newLaneId; in UpdateLaneBusinessInfoItem()
116 int32_t AddLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) in AddLaneBusinessInfoItem() argument
118 if (!LaneTypeCheck(laneType) || laneId == INVALID_LANE_ID) { in AddLaneBusinessInfoItem()
124 laneBusinessInfo.laneId = laneId; in AddLaneBusinessInfoItem()
134 LNN_LOGI(LNN_LANE, "add laneBusiness succ, laneType=%{public}d, laneId in AddLaneBusinessInfoItem()
159 DelLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) DelLaneBusinessInfoItem() argument
202 uint64_t laneId = GenerateLaneId(localUdid, laneLinkInfo->peerUdid, laneLinkInfo->type); FindLaneBusinessInfoByLinkInfo() local
294 uint64_t laneId = GenerateLaneId(localUdid, peerUdid, laneLinkInfo->type); LaneLinkupNotify() local
524 uint64_t laneId = INVALID_LANE_ID; LnnOnWifiDirectConnectedForSink() local
[all...]
H A Dlnn_ctrl_lane.c33 uint64_t laneId; member
176 static void UpdateCtrlReqInfo(uint32_t laneHandle, uint64_t laneId) in UpdateCtrlReqInfo() argument
185 item->laneId = laneId; in UpdateCtrlReqInfo()
193 static void CtrlNotifyLaneAllocSuccess(uint32_t laneHandle, uint64_t laneId, const LaneLinkInfo *info) in CtrlNotifyLaneAllocSuccess() argument
195 UpdateCtrlReqInfo(laneHandle, laneId); in CtrlNotifyLaneAllocSuccess()
211 "laneId=%{public}" PRIu64 "", laneHandle, info->type, laneId); in CtrlNotifyLaneAllocSuccess()
212 connInfo.laneId = laneId; in CtrlNotifyLaneAllocSuccess()
228 uint64_t laneId = GenerateLaneId(localUdid, linkInfo->peerUdid, linkInfo->type); CtrlLinkSuccess() local
447 FreeLaneLink(uint32_t laneHandle, uint64_t laneId) FreeLaneLink() argument
[all...]
H A Dlnn_trans_lane.c664 static int32_t ReallocLaneByQos(uint32_t laneReqId, uint64_t laneId, const LaneAllocInfo *allocInfo, in ReallocLaneByQos() argument
668 listener == NULL || laneId == INVALID_LANE_ID) { in ReallocLaneByQos()
672 int32_t ret = AllocValidLane(laneReqId, laneId, allocInfo, listener); in ReallocLaneByQos()
793 DelLaneResourceByLaneId(reqInfo.laneId, false); in NotifyFreeLaneResult()
812 static int32_t FreeLaneLink(uint32_t laneReqId, uint64_t laneId) in FreeLaneLink() argument
816 if (FindLaneResourceByLaneId(laneId, &resourceItem) != SOFTBUS_OK) { in FreeLaneLink()
865 if (item->laneId == oldLaneId) { in UpdateReqListLaneId()
866 item->laneId = newLaneId; in UpdateReqListLaneId()
912 static void IsNeedDelayFreeLane(uint32_t laneReqId, uint64_t laneId, bool *isDelayFree) in IsNeedDelayFreeLane() argument
916 if (FindLaneResourceByLaneId(laneId, in IsNeedDelayFreeLane()
940 FreeLink(uint32_t laneReqId, uint64_t laneId, LaneType type) FreeLink() argument
981 UpdateReqInfoWithLaneReqId(uint32_t laneReqId, uint64_t laneId) UpdateReqInfoWithLaneReqId() argument
1001 NotifyLaneAllocSuccess(uint32_t laneReqId, uint64_t laneId, const LaneLinkInfo *info) NotifyLaneAllocSuccess() argument
1349 uint64_t laneId = INVALID_LANE_ID; NotifyLinkSucc() local
1574 uint64_t laneId = (uint64_t)msg->arg2; HandleDelayDestroyLink() local
1818 PostDelayDestroyMessage(uint32_t laneReqId, uint64_t laneId, uint64_t delayMillis) PostDelayDestroyMessage() argument
1860 uint64_t *laneId = (uint64_t *)data; RemoveDelayDestroy() local
1868 RemoveDelayDestroyMessage(uint64_t laneId) RemoveDelayDestroyMessage() argument
1874 DelLogicAndLaneRelationship(uint64_t laneId) DelLogicAndLaneRelationship() argument
[all...]
H A Dlnn_lane_link.c95 uint64_t laneId = INVALID_LANE_ID; in GenerateLaneId() local
103 LNN_LOGE(LNN_LANE, "generate laneId hash fail"); in GenerateLaneId()
106 uint32_t len = sizeof(laneId) <= LANE_ID_HASH_LEN ? sizeof(laneId) : LANE_ID_HASH_LEN; in GenerateLaneId()
107 if (memcpy_s(&laneId, sizeof(laneId), laneIdHash, len) != EOK) { in GenerateLaneId()
108 LNN_LOGE(LNN_LANE, "memcpy laneId hash fail"); in GenerateLaneId()
115 LNN_LOGI(LNN_LANE, "generate laneId=%{public}" PRIu64 " with localUdid=%{public}s," in GenerateLaneId()
117 laneId, AnonymizeWrapper(anonyLocalUdid), AnonymizeWrapper(anonyRemoteUdid), linkType); in GenerateLaneId()
120 return laneId; in GenerateLaneId()
367 CreateNewLaneResource(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) CreateNewLaneResource() argument
396 AddNetworkResourceInner(const LaneLinkInfo *linkInfo, uint64_t laneId) AddNetworkResourceInner() argument
450 AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) AddLaneResourceToPool() argument
482 IsNeedDelResource(uint64_t laneId, bool isServerSide, LaneResource *item) IsNeedDelResource() argument
565 DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) DelLaneResourceByLaneId() argument
587 ClearLaneResourceByLaneId(uint64_t laneId) ClearLaneResourceByLaneId() argument
689 FindLaneResourceByLaneId(uint64_t laneId, LaneResource *resource) FindLaneResourceByLaneId() argument
[all...]
H A Dlnn_lane.c238 static void LaneIdEnabled(uint64_t laneId, uint32_t profileId) in LaneIdEnabled() argument
248 listener[i].OnLaneIdEnabled(laneId, profileId); in LaneIdEnabled()
254 static void LaneIdDisabled(uint64_t laneId, uint32_t laneProfileId) in LaneIdDisabled() argument
264 listener[i].OnLaneIdDisabled(laneId, laneProfileId); in LaneIdDisabled()
352 static int32_t LnnReAllocLane(uint32_t laneReqId, uint64_t laneId, const LaneAllocInfo *allocInfo, in LnnReAllocLane() argument
363 LNN_LOGI(LNN_LANE, "realloc lane enter, laneReqId=%{public}u, laneId=%{public}" PRIu64 ", laneType=%{public}d, " in LnnReAllocLane()
365 laneReqId, laneId, allocInfo->type, allocInfo->transType, in LnnReAllocLane()
369 int32_t result = g_laneObject[allocInfo->type]->reallocLaneByQos(laneReqId, laneId, allocInfo, listener); in LnnReAllocLane()
541 int32_t GetMacInfoByLaneId(uint64_t laneId, LnnMacInfo *macInfo) in GetMacInfoByLaneId() argument
543 if (laneId in GetMacInfoByLaneId()
[all...]
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/trans_lane/
H A Dlnn_trans_lane_deps_mock.cpp94 int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile) in BindLaneIdToProfile() argument
96 return GetTransLaneIf()->BindLaneIdToProfile(laneId, profile); in BindLaneIdToProfile()
99 int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) in AddLaneResourceToPool() argument
101 return GetTransLaneIf()->AddLaneResourceToPool(linkInfo, laneId, isServerSide); in AddLaneResourceToPool()
104 int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) in DelLaneResourceByLaneId() argument
106 return GetTransLaneIf()->DelLaneResourceByLaneId(laneId, isServerSide); in DelLaneResourceByLaneId()
109 int32_t FindLaneResourceByLaneId(uint64_t laneId, LaneResource *resourceItem) in FindLaneResourceByLaneId() argument
111 return GetTransLaneIf()->FindLaneResourceByLaneId(laneId, resourceItem); in FindLaneResourceByLaneId()
119 int32_t AddLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) in AddLaneBusinessInfoItem() argument
121 return GetTransLaneIf()->AddLaneBusinessInfoItem(laneType, laneId); in AddLaneBusinessInfoItem()
124 DelLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) DelLaneBusinessInfoItem() argument
[all...]
H A Dlnn_trans_lane_deps_mock.h43 virtual int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile) = 0;
44 virtual int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide) = 0;
45 virtual int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide) = 0;
46 virtual int32_t FindLaneResourceByLaneId(uint64_t laneId, LaneResource *resourceItem) = 0;
48 virtual int32_t AddLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) = 0;
49 virtual int32_t DelLaneBusinessInfoItem(LaneType laneType, uint64_t laneId) = 0;
70 MOCK_METHOD3(AddLaneResourceToPool, int32_t (const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide));
71 MOCK_METHOD2(DelLaneResourceByLaneId, int32_t (uint64_t laneId, bool isServerSide));
72 MOCK_METHOD2(FindLaneResourceByLaneId, int32_t (uint64_t laneId, LaneResource *resourceItem));
74 MOCK_METHOD2(AddLaneBusinessInfoItem, int32_t (LaneType laneType, uint64_t laneId));
[all...]
/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dtrans_network_statistics.h38 uint64_t laneId; member
45 uint64_t laneId; member
55 void UpdateNetworkResourceByLaneId(int32_t channelId, int32_t channelType, uint64_t laneId, const void *dataInfo,
58 void DeleteNetworkResourceByLaneId(uint64_t laneId);
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_trans_lane.h37 uint64_t laneId; member
50 int32_t PostDelayDestroyMessage(uint32_t laneReqId, uint64_t laneId, uint64_t delayMillis);
54 void RemoveDelayDestroyMessage(uint64_t laneId);
55 void DelLogicAndLaneRelationship(uint64_t laneId);
H A Dlnn_lane_link.h110 uint64_t laneId; member
138 int32_t AddLaneResourceToPool(const LaneLinkInfo *linkInfo, uint64_t laneId, bool isServerSide);
139 int32_t DelLaneResourceByLaneId(uint64_t laneId, bool isServerSide);
140 int32_t FindLaneResourceByLaneId(uint64_t laneId, LaneResource *resource);
143 int32_t ClearLaneResourceByLaneId(uint64_t laneId);
H A Dlnn_lane.h32 void (*OnLaneIdEnabled)(uint64_t laneId, uint32_t laneProfileId);
33 void (*OnLaneIdDisabled)(uint64_t laneId, uint32_t laneProfileId);
H A Dlnn_lane_interface.h121 uint64_t laneId; member
218 void (*onLaneLinkup)(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo);
219 void (*onLaneLinkdown)(uint64_t laneId, const char *peerUdid, const LaneConnInfo *laneConnInfo);
220 void (*onLaneStateChange)(uint64_t laneId, LaneState state);
261 int32_t (*lnnReAllocLane)(uint32_t laneHandle, uint64_t laneId, const LaneAllocInfo *allocInfo,
277 int32_t GetMacInfoByLaneId(uint64_t laneId, LnnMacInfo *macInfo);
H A Dlnn_lane_model.h38 int32_t BindLaneIdToProfile(uint64_t laneId, LaneProfile *profile);
39 void UnbindLaneIdFromProfile(uint64_t laneId, uint32_t profileId);
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/sdk/transmission/trans_channel/statistics/src/
H A Dclient_trans_statistics.c41 item->laneId = channel->laneId; in CreateSocketResource()
140 char laneId[MAX_LANE_ID_LEN] = { 0 }; in PackStatistics() local
141 if (sprintf_s(laneId, sizeof(laneId), "%" PRIu64"", resource->laneId) < 0) { in PackStatistics()
142 TRANS_LOGE(TRANS_SDK, "sprintf laneId fail"); in PackStatistics()
154 if (!AddStringToJsonObject(json, "laneId", laneId) || in PackStatistics()
179 ServerIpcCloseChannelWithStatistics(resource->channelId, resource->channelType, resource->laneId, st in CloseChannelAndSendStatistics()
[all...]
/foundation/communication/dsoftbus/core/common/dfx/statistics/
H A Dtrans_network_statistics.c115 if (temp->resource.laneId == networkResource->laneId) { in AddNetworkResource()
116 COMM_LOGE(COMM_DFX, "laneId already in g_networkResourceList"); in AddNetworkResource()
218 void UpdateNetworkResourceByLaneId(int32_t channelId, int32_t channelType, uint64_t laneId, in UpdateNetworkResourceByLaneId() argument
237 if (temp->resource.laneId != laneId) { in UpdateNetworkResourceByLaneId()
275 char laneId[MAX_LANE_ID_LEN] = { 0 }; in PackNetworkStatistics() local
276 if (sprintf_s(laneId, sizeof(laneId), "%" PRIu64, info->resource.laneId) < in PackNetworkStatistics()
331 DeleteNetworkResourceByLaneId(uint64_t laneId) DeleteNetworkResourceByLaneId() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_qos/
H A Dlnn_lane_qos_virtual.c42 void LnnReportRippleData(uint64_t laneId, const LnnRippleData *data) in LnnReportRippleData() argument
44 (void)laneId; in LnnReportRippleData()
/foundation/communication/dsoftbus/tests/core/common/dfx/statistics/unittest/
H A Dtrans_network_statistics_test.cpp193 info.resource.laneId = 1234567890; in HWTEST_F()
270 uint64_t laneId = 1234567890; in HWTEST_F() local
273 UpdateNetworkResourceByLaneId(channelId, channelType, laneId, dataInfo, len); in HWTEST_F()
274 EXPECT_NO_FATAL_FAILURE(UpdateNetworkResourceByLaneId(channelId, channelType, laneId, dataInfo, len)); in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_qos/include/
H A Dlnn_lane_qos.h67 uint64_t laneId; member
93 void LnnReportRippleData(uint64_t laneId, const LnnRippleData *data);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp89 static void OnLaneRequestSuccess(uint32_t laneId, const LaneConnInfo *info) in OnLaneRequestSuccess() argument
94 static void OnLaneRequestFail(uint32_t laneId, int32_t reason) in OnLaneRequestFail() argument
1262 uint64_t laneId = 0x1000000000000001; in HWTEST_F() local
1263 int32_t ret = BindLaneIdToProfile(laneId, nullptr); in HWTEST_F()
1267 ret = BindLaneIdToProfile(laneId, &profile); in HWTEST_F()
1273 ret = BindLaneIdToProfile(laneId, &profile); in HWTEST_F()
1296 (void)UnbindLaneIdFromProfile(laneId, profileId); in HWTEST_F()
2065 uint64_t laneId = LANE_ID_BASE; in HWTEST_F() local
2067 ret = AddLaneResourceToPool(&linkInfo, laneId, false); in HWTEST_F()
2087 EXPECT_EQ(laneResourse.laneId, LANE_ID_BAS in HWTEST_F()
2125 uint64_t laneId = LANE_ID_BASE; HWTEST_F() local
2168 uint64_t laneId = INVALID_LANE_ID; HWTEST_F() local
2221 uint64_t laneId = LANE_ID_BASE; HWTEST_F() local
2256 uint64_t laneId = LANE_ID_BASE; HWTEST_F() local
2314 uint64_t laneId = LANE_ID_BASE; HWTEST_F() local
2405 uint64_t laneId = INVALID_LANE_ID; HWTEST_F() local
2460 uint64_t laneId = INVALID_LANE_ID; HWTEST_F() local
2505 uint64_t laneId = GenerateLaneId(LOCAL_UDID, PEER_UDID, LANE_HML); HWTEST_F() local
2613 uint64_t laneId = LANE_ID_BASE; HWTEST_F() local
2652 uint64_t laneId = LANE_ID_BASE; HWTEST_F() local
2693 uint64_t laneId = LANE_ID_BASE; HWTEST_F() local
3183 uint64_t laneId = LANE_ID_BASE; HWTEST_F() local
[all...]

Completed in 17 milliseconds

123