Home
last modified time | relevance | path

Searched refs:HbIsValidJoinLnnRequest (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.cpp974 bool ret = HbIsValidJoinLnnRequest(nullptr, nullptr);
982 ret = HbIsValidJoinLnnRequest(nullptr, nullptr);
990 ret = HbIsValidJoinLnnRequest(nullptr, nullptr);
998 ret = HbIsValidJoinLnnRequest(nullptr, nullptr);
1002 ret = HbIsValidJoinLnnRequest(nullptr, nullptr);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c570 static bool HbIsValidJoinLnnRequest(DeviceInfo *device, HbRespData *hbResp) in HbIsValidJoinLnnRequest() function
821 if (!HbIsValidJoinLnnRequest(device, hbResp)) { in CheckJoinLnnRequest()