Home
last modified time | relevance | path

Searched refs:LnnInitLocalLedgerDelay (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/include/
H A Dlnn_local_net_ledger.h55 int32_t LnnInitLocalLedgerDelay(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_local_ledger_test.cpp149 EXPECT_TRUE(LnnInitLocalLedgerDelay() == SOFTBUS_ERR);
241 EXPECT_TRUE(LnnInitLocalLedgerDelay() == SOFTBUS_ERR);
258 EXPECT_TRUE(LnnInitLocalLedgerDelay() == SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp362 EXPECT_TRUE(LnnInitLocalLedgerDelay() == SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c193 if (LnnInitLocalLedgerDelay() != SOFTBUS_OK) { in LnnInitNetLedgerDelay()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c2289 int32_t LnnInitLocalLedgerDelay(void) in LnnInitLocalLedgerDelay() function