Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_node_info.h214 const char *LnnGetNetIfName(const NodeInfo *info);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp185 LnnGetNetIfName(nullptr);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c153 const char *LnnGetNetIfName(const NodeInfo *info) in LnnGetNetIfName() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c527 ifName = LnnGetNetIfName(info); in LlGetNetIfName()