Home
last modified time | relevance | path

Searched refs:IsNeedConnectOnLine (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.cpp714 bool ret = IsNeedConnectOnLine(&device, &hbResp, &connectReason);
717 ret = IsNeedConnectOnLine(&device, nullptr, &connectReason);
721 ret = IsNeedConnectOnLine(&device, &hbResp, &connectReason);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c506 static bool IsNeedConnectOnLine(DeviceInfo *device, HbRespData *hbResp, ConnectOnlineReason *connec… in IsNeedConnectOnLine() function
897 … connectCondition.isConnect = IsNeedConnectOnLine(device, hbResp, &connectCondition.connectReason); in CheckJoinLnnConnectResult()