Searched refs:requestItem (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_reliability.c | 248 static int32_t NotifyWlanDetectResult(LaneDetectInfo *requestItem, bool isSendSuc) in NotifyWlanDetectResult() argument 252 int32_t ret = GetAllDetectInfoWithDetectId(requestItem->laneDetectId, &detectInfoList); in NotifyWlanDetectResult() 254 … LNN_LOGE(LNN_LANE, "get all detect info fail, detectId=%{public}u", requestItem->laneDetectId); in NotifyWlanDetectResult() 262 item->link.type, item->laneReqId, requestItem->laneDetectId); in NotifyWlanDetectResult() 274 item->link.type, item->laneReqId, requestItem->laneDetectId); in NotifyWlanDetectResult() 289 LaneDetectInfo requestItem; in LaneDetectOnDataEvent() local 290 (void)memset_s(&requestItem, sizeof(LaneDetectInfo), 0, sizeof(LaneDetectInfo)); in LaneDetectOnDataEvent() 291 if (GetLaneDetectInfoByWlanFd(fd, &requestItem) != SOFTBUS_OK) { in LaneDetectOnDataEvent() 303 RemoveDetectTimeoutMessage(requestItem.laneDetectId); in LaneDetectOnDataEvent() 304 int32_t ret = NotifyWlanDetectResult(&requestItem, isSendSuc); in LaneDetectOnDataEvent() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 2262 LaneDetectInfo requestItem = {}; variable 2263 if (GetLaneDetectInfoByWlanFd(SOFTBUS_OK, &requestItem) != SOFTBUS_OK) { 2267 ret = NotifyWlanDetectResult(&requestItem, isSendSuc);
|