Home
last modified time | relevance | path

Searched refs:LnnGetDLHeartbeatTimestamp (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/
H A Ddistribute_net_ledger_mock.cpp41 int32_t LnnGetDLHeartbeatTimestamp(const char *networkId, uint64_t *timestamp) in LnnGetDLHeartbeatTimestamp() function
43 return GetDistriLedgerInterface()->LnnGetDLHeartbeatTimestamp(networkId, timestamp); in LnnGetDLHeartbeatTimestamp()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/include/
H A Ddistribute_net_ledger_mock.h30 virtual int32_t LnnGetDLHeartbeatTimestamp(const char *networkId, uint64_t *timestamp) = 0;
43 MOCK_METHOD2(LnnGetDLHeartbeatTimestamp, int32_t(const char *, uint64_t *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/heartbeat/
H A Dhb_medium_mgr_test.cpp271 ON_CALL(disLedgerMock, LnnGetDLHeartbeatTimestamp).WillByDefault(Return(SOFTBUS_ERR));
275 ON_CALL(disLedgerMock, LnnGetDLHeartbeatTimestamp).WillByDefault(Return(SOFTBUS_OK));
452 ON_CALL(distrLedgerMock, LnnGetDLHeartbeatTimestamp).WillByDefault(Return(SOFTBUS_OK));
460 EXPECT_CALL(distrLedgerMock, LnnGetDLHeartbeatTimestamp)
812 EXPECT_CALL(disLedgerMock, LnnGetDLHeartbeatTimestamp)
889 EXPECT_CALL(disLedgerMock, LnnGetDLHeartbeatTimestamp).WillRepeatedly(Return(SOFTBUS_OK));
H A Dhb_fsm_test.cpp461 ON_CALL(distriLedgerMock, LnnGetDLHeartbeatTimestamp)
473 EXPECT_CALL(distriLedgerMock, LnnGetDLHeartbeatTimestamp)
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger.h68 int32_t LnnGetDLHeartbeatTimestamp(const char *networkId, uint64_t *timestamp);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp409 int32_t ret = LnnGetDLHeartbeatTimestamp(NODE1_NETWORK_ID, &timeStamp);
411 ret = LnnGetDLHeartbeatTimestamp(NODE2_NETWORK_ID, &timeStamp);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_fsm.c860 if (LnnGetDLHeartbeatTimestamp(networkId, &oldTimeStamp) != SOFTBUS_OK) { in CheckDevStatusByNetworkId()
906 if (LnnGetDLHeartbeatTimestamp(networkId, &oldTimeStamp) != SOFTBUS_OK) { in CheckDevStatusForScreenOff()
H A Dlnn_heartbeat_medium_mgr.c269 if (LnnGetDLHeartbeatTimestamp(networkId, &oldTimeStamp) != SOFTBUS_OK) { in HbUpdateOfflineTimingByRecvInfo()
1157 if (LnnGetDLHeartbeatTimestamp(info[i].networkId, &oldTimeStamp) != SOFTBUS_OK) { in LnnDumpHbOnlineNodeList()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1572 int32_t LnnGetDLHeartbeatTimestamp(const char *networkId, uint64_t *timestamp) in LnnGetDLHeartbeatTimestamp() function