Searched refs:localNodeinfo (Results 1 – 3 of 3) sorted by relevance
94 NodeBasicInfo localNodeinfo; in main() local98 if (GetLocalNodeDeviceInfo(g_pkgName, &localNodeinfo) != 0) { in main()102 PrintNodeProperty(&localNodeinfo); in main()103 PrintNodePropertyNum(&localNodeinfo); in main()
31 NodeBasicInfo localNodeinfo; in DoSomethingInterestingWithMyAPI() local46 GetLocalNodeDeviceInfo(reinterpret_cast<const char *>(tmp), &localNodeinfo); in DoSomethingInterestingWithMyAPI()
272 NodeBasicInfo localNodeinfo; in QueryRemoteDeviceInfo() local276 if (GetLocalNodeDeviceInfo(DSOFTBUS_TOOL_PKG_NAME, &localNodeinfo) != 0) { in QueryRemoteDeviceInfo()280 PrintNodeProperty(&localNodeinfo); in QueryRemoteDeviceInfo()