Home
last modified time | relevance | path

Searched refs:LnnInitHuksInterface (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_huks_utils.h41 int32_t LnnInitHuksInterface(void);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dlnn_huks_test.cpp45 EXPECT_EQ(LnnInitHuksInterface(), SOFTBUS_OK); in SetUpTestCase()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_huks_utils.c322 int32_t LnnInitHuksInterface(void) in LnnInitHuksInterface() function
H A Dlnn_net_ledger.c52 if (LnnInitHuksInterface() != SOFTBUS_OK) { in LnnInitNetLedger()