Searched refs:detectInfoList (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_reliability.c | 230 static int32_t GetAllDetectInfoWithDetectId(uint32_t detectId, ListNode *detectInfoList) in GetAllDetectInfoWithDetectId() argument 241 ListTailInsert(detectInfoList, &item->node); in GetAllDetectInfoWithDetectId() 250 ListNode detectInfoList; in NotifyWlanDetectResult() local 251 ListInit(&detectInfoList); in NotifyWlanDetectResult() 252 int32_t ret = GetAllDetectInfoWithDetectId(requestItem->laneDetectId, &detectInfoList); in NotifyWlanDetectResult() 259 LIST_FOR_EACH_ENTRY_SAFE(item, next, &detectInfoList, LaneDetectInfo, node) { in NotifyWlanDetectResult() 338 ListNode detectInfoList; in NotifyDetectTimeout() local 339 ListInit(&detectInfoList); in NotifyDetectTimeout() 340 if (GetAllDetectInfoWithDetectId(detectId, &detectInfoList) != SOFTBUS_OK) { in NotifyDetectTimeout() 346 LIST_FOR_EACH_ENTRY_SAFE(item, next, &detectInfoList, LaneDetectInfo, node) { in NotifyDetectTimeout()
|