Home
last modified time | relevance | path

Searched refs:LnnSetNetIfName (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.h215 void LnnSetNetIfName(NodeInfo *info, const char *netIfName);
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_ledger_common_test.cpp186 LnnSetNetIfName(nullptr, nullptr);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_node_info.c162 void LnnSetNetIfName(NodeInfo *info, const char *netIfName) in LnnSetNetIfName() function
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1395 LnnSetNetIfName(&g_localNetLedger.localInfo, (char *)netIfName); in UpdateLocalNetIfName()