Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger.h69 int32_t LnnGetDLOnlineTimestamp(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.cpp752 int32_t ret = LnnGetDLOnlineTimestamp(nullptr, &timestamp);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger_manager.c1555 int32_t LnnGetDLOnlineTimestamp(const char *networkId, uint64_t *timestamp) in LnnGetDLOnlineTimestamp() function