Lines Matching refs:outDevInfo
759 char *outDevInfo = NULL;
784 callRet = g_devGroupMgrMethod.getDeviceInfoById(osAccountId, appId, peerUdid, groupId, &outDevInfo);
788 if (outDevInfo != NULL) {
790 (const uint8_t *)outDevInfo, HcStrlen(outDevInfo) + 1);
791 g_devGroupMgrMethod.destroyInfo(&outDevInfo);
807 char *outDevInfo = NULL;
827 callRet = g_devGroupMgrMethod.getTrustedDevices(osAccountId, appId, groupId, &outDevInfo, &outDevNum);
831 if (outDevInfo != NULL) {
833 (const uint8_t *)outDevInfo, HcStrlen(outDevInfo) + 1);
838 g_devGroupMgrMethod.destroyInfo(&outDevInfo);