Searched refs:requestDeviceSecurityInfoAsync (Results 1 – 2 of 2) sorted by relevance
88 RequestDeviceSecurityInfoAsyncFunction requestDeviceSecurityInfoAsync = in InitDeviceSecEnv() local90 if (requestDeviceSecurityInfoAsync == NULL) { in InitDeviceSecEnv()100 g_deviceSecEnv.requestDeviceSecurityInfoAsync = requestDeviceSecurityInfoAsync; in InitDeviceSecEnv()238 if (g_deviceSecEnv.requestDeviceSecurityInfoAsync == NULL) { in GetDeviceSecLevelByUdidAsync()253 ret = g_deviceSecEnv.requestDeviceSecurityInfoAsync(&devId, NULL, OnApiDeviceSecInfoCallback); in GetDeviceSecLevelByUdidAsync()
47 RequestDeviceSecurityInfoAsyncFunction requestDeviceSecurityInfoAsync; member