Home
last modified time | relevance | path

Searched refs:LnnGetMetaNodeUdidByNetworkId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_meta_node_ledger_test.cpp131 int32_t ret = LnnGetMetaNodeUdidByNetworkId(networkId, udid);
149 ret = LnnGetMetaNodeUdidByNetworkId(networkId, udid);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_meta_node_ledger.h34 int32_t LnnGetMetaNodeUdidByNetworkId(const char *networkId, char *udid);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_meta_node_ledger.c193 int32_t LnnGetMetaNodeUdidByNetworkId(const char *networkId, char *udid) in LnnGetMetaNodeUdidByNetworkId() function