Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H A Dlnn_distributed_net_ledger.h58 int32_t LnnGetRemoteNodeInfoByKey(const char *key, NodeInfo *info); /* key means udid/uuid/networkI…
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c382 ret = LnnGetRemoteNodeInfoByKey(connInfo->info.ipInfo.ip, &info); in AuthGetAuthHandleByIndex()
394 ret = LnnGetRemoteNodeInfoByKey(networkId, &info); in AuthGetAuthHandleByIndex()
401 ret = LnnGetRemoteNodeInfoByKey(connInfo->info.brInfo.brMac, &info); in AuthGetAuthHandleByIndex()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp587 int32_t ret = LnnGetRemoteNodeInfoByKey(nullptr, nullptr);
591 ret = LnnGetRemoteNodeInfoByKey(key, &info);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H A Dlnn_distributed_net_ledger.c493 int32_t LnnGetRemoteNodeInfoByKey(const char *key, NodeInfo *info) in LnnGetRemoteNodeInfoByKey() function