Lines Matching refs:info
153 struct DeviceSecurityInfo *info = NULL;
165 ret = g_deviceSecEnv.requestDeviceSecurityInfo(&devId, NULL, &info);
167 DATA_SEC_LOG_ERROR("GetDeviceSecLevelByUdid: request device Security info failed, %d", ret);
168 g_deviceSecEnv.freeDeviceSecurityInfo(info);
172 ret = g_deviceSecEnv.getDeviceSecurityLevelValue(info, devLevel);
175 g_deviceSecEnv.freeDeviceSecurityInfo(info);
179 g_deviceSecEnv.freeDeviceSecurityInfo(info);
184 void OnApiDeviceSecInfoCallback(const DeviceIdentify *identify, struct DeviceSecurityInfo *info)
193 if (info == NULL) {
211 ret = g_deviceSecEnv.getDeviceSecurityLevelValue(info, &devLevel);
217 g_deviceSecEnv.freeDeviceSecurityInfo(info);