Home
last modified time | relevance | path

Searched refs:LnnGetMetaNodeInfoByNetworkId (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.cpp157 int32_t ret = LnnGetMetaNodeInfoByNetworkId(networkId, nodeInfo);
175 ret = LnnGetMetaNodeInfoByNetworkId(networkId, nodeInfo);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_meta_node_ledger.h33 int32_t LnnGetMetaNodeInfoByNetworkId(const char *networkId, MetaNodeInfo *nodeInfo);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_meta_node_ledger.c224 int32_t LnnGetMetaNodeInfoByNetworkId(const char *networkId, MetaNodeInfo *nodeInfo) in LnnGetMetaNodeInfoByNetworkId() function