Home
last modified time | relevance | path

Searched refs:nodeInfo (Results 1 – 2 of 2) sorted by relevance

/test/xts/dcts/distributedhardware/distributedscreentest/
Dtest.cpp243 static void PrintNodeProperty(NodeBasicInfo *nodeInfo) in PrintNodeProperty() argument
245 if (nodeInfo == nullptr) { in PrintNodeProperty()
250 DHLOGE("DeviceName = %s", nodeInfo->deviceName); in PrintNodeProperty()
251 DHLOGE("NetworkId = %s", GetAnonyString(nodeInfo->networkId).c_str()); in PrintNodeProperty()
254 if (GetNodeKeyInfo(g_pkgName, nodeInfo->networkId, key, udid, UDID_BUF_LEN) != 0) { in PrintNodeProperty()
259 if (GetNodeKeyInfo(g_pkgName, nodeInfo->networkId, key, uuid, UUID_BUF_LEN) != 0) { in PrintNodeProperty()
/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.c1093 NodeBasicInfo* nodeInfo = NULL; in CheckRemoteDeviceIsNull() local
1094 int ret = GetAllNodeDeviceInfo(DEF_PKG_NAME, &nodeInfo, &nodeNum); in CheckRemoteDeviceIsNull()
1096 if (nodeInfo != NULL && nodeNum > 0) { in CheckRemoteDeviceIsNull()
1097 LOG("[check]get netid is:%s", nodeInfo->networkId); in CheckRemoteDeviceIsNull()
1099 … (void)strncpy_s(g_networkId, NETWORK_ID_BUF_LEN, nodeInfo->networkId, NETWORK_ID_BUF_LEN); in CheckRemoteDeviceIsNull()
1101 FreeNodeInfo(nodeInfo); in CheckRemoteDeviceIsNull()