Searched refs:LnnGetRemoteNodeInfoByKey (Results 1 – 4 of 4) sorted by relevance
58 int32_t LnnGetRemoteNodeInfoByKey(const char *key, NodeInfo *info); /* key means udid/uuid/networkI…
382 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()
587 int32_t ret = LnnGetRemoteNodeInfoByKey(nullptr, nullptr);591 ret = LnnGetRemoteNodeInfoByKey(key, &info);
493 int32_t LnnGetRemoteNodeInfoByKey(const char *key, NodeInfo *info) in LnnGetRemoteNodeInfoByKey() function