Home
last modified time | relevance | path

Searched refs:hbResp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c162 if (hbResp == NULL || hbResp->stateVersion == STATE_VERSION_INVALID) { in UpdateOnlineInfoNoConnection()
184 if ((hbResp->capabiltiy & P2P_GO) != 0 || (hbResp->capabiltiy & P2P_GC) != 0) { in UpdateOnlineInfoNoConnection()
189 if ((hbResp->capabiltiy & DISABLE_BR_CAP) != 0) { in UpdateOnlineInfoNoConnection()
423 if ((hbResp->capabiltiy & P2P_GO) != 0 || (hbResp->capabiltiy & P2P_GC)) { in SetDeviceNetCapability()
484 if (oldUuid == NULL || hbResp == NULL) { in IsUuidChange()
500 uuidHash[0], uuidHash[1], (hbResp->shortUuid)[0], (hbResp->shortUuid)[1]); in IsUuidChange()
508 if (hbResp == NULL || hbResp->stateVersion == STATE_VERSION_INVALID) { in IsNeedConnectOnLine()
718 if (hbResp != NULL) { in SoftBusNetNodeResult()
821 if (!HbIsValidJoinLnnRequest(device, hbResp)) { in CheckJoinLnnRequest()
829 if (device == NULL || hbResp == NULL) { in ProcRespVapChange()
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_medium_mgr_test.cpp95 HbRespData hbResp; variable
96 hbResp.stateVersion = ENABLE_COC_CAP;
108 UpdateOnlineInfoNoConnection(nullptr, &hbResp);
111 UpdateOnlineInfoNoConnection(nullptr, &hbResp);
213 HbRespData hbResp = { variable
349 HbRespData hbResp = { variable
707 HbRespData hbResp; variable
710 hbResp.stateVersion = ENABLE_COC_CAP;
758 HbRespData hbResp = { variable
781 HbRespData hbResp = { variable
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_medium_mgr.h54 bool isOnlineDirectly, HbRespData *hbResp);