Home
last modified time | relevance | path

Searched refs:HbIsRepeatedJoinLnnRequest (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.cpp191 ret2 = HbIsRepeatedJoinLnnRequest(nullptr, nowTime);
194 ret2 = HbIsRepeatedJoinLnnRequest(&storedInfo, nowTime);
197 ret2 = HbIsRepeatedJoinLnnRequest(&storedInfo, nowTime);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c340 static bool HbIsRepeatedJoinLnnRequest(LnnHeartbeatRecvInfo *storedInfo, uint64_t nowTime) in HbIsRepeatedJoinLnnRequest() function
732 if (HbIsRepeatedJoinLnnRequest(storedInfo, nowTime)) { in SoftBusNetNodeResult()