Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_medium_mgr_test.cpp854 int32_t ret = SoftBusNetNodeResult(&device, &hbResp, &connectCondition, &storedInfo, nowTime);
856 ret = SoftBusNetNodeResult(&device, &hbResp, &connectCondition, &storedInfo, nowTime);
859 ret = SoftBusNetNodeResult(&device, &hbResp, &connectCondition, &storedInfo, nowTime);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c705 static int32_t SoftBusNetNodeResult(DeviceInfo *device, HbRespData *hbResp, in SoftBusNetNodeResult() function
904 return SoftBusNetNodeResult(device, hbResp, &connectCondition, storedInfo, nowTime); in CheckJoinLnnConnectResult()