Home
last modified time | relevance | path

Searched refs:LnnNetLedgerInterface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h33 class LnnNetLedgerInterface {
35 LnnNetLedgerInterface() {}; in LnnNetLedgerInterface() function
36 virtual ~LnnNetLedgerInterface() {}; in ~LnnNetLedgerInterface()
115 class LnnNetLedgertInterfaceMock : public LnnNetLedgerInterface {
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp46 static LnnNetLedgerInterface *GetNetLedgerInterface() in GetNetLedgerInterface()
48 return reinterpret_cast<LnnNetLedgerInterface *>(g_netLedgerinterface); in GetNetLedgerInterface()