Home
last modified time | relevance | path

Searched refs:isSendSuc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c248 static int32_t NotifyWlanDetectResult(LaneDetectInfo *requestItem, bool isSendSuc) in NotifyWlanDetectResult() argument
260 if (!isSendSuc) { in NotifyWlanDetectResult()
301 bool isSendSuc = (len == sizeof(buf)) ? true : false; in LaneDetectOnDataEvent() local
304 int32_t ret = NotifyWlanDetectResult(&requestItem, isSendSuc); in LaneDetectOnDataEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_test.cpp2266 bool isSendSuc = true; variable
2267 ret = NotifyWlanDetectResult(&requestItem, isSendSuc);