Home
last modified time | relevance | path

Searched refs:HB_RECV_INFO_SAVE_LEN (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.cpp152 uint64_t recvTime3 = TEST_RECVTIME_LAST + HB_RECV_INFO_SAVE_LEN;
186 uint64_t nowTime = TEST_RECVTIME_LAST + HB_RECV_INFO_SAVE_LEN;
196 nowTime = TEST_RECVTIME_LAST + HB_RECV_INFO_SAVE_LEN;
742 nowTime = TEST_RECVTIME_LAST + HB_RECV_INFO_SAVE_LEN;
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_medium_mgr.c57 #define HB_RECV_INFO_SAVE_LEN (60 * 60 * HB_TIME_FACTOR) macro
310 if ((recvTime - item->lastRecvTime) > HB_RECV_INFO_SAVE_LEN) { in HbGetStoredRecvInfo()