Lines Matching refs:getDeviceSecurityLevelValue
80 GetDeviceSecurityLevelValueFunction getDeviceSecurityLevelValue = (GetDeviceSecurityLevelValueFunction)dlsym(
82 if (getDeviceSecurityLevelValue == NULL) {
99 g_deviceSecEnv.getDeviceSecurityLevelValue = getDeviceSecurityLevelValue;
147 if (g_deviceSecEnv.getDeviceSecurityLevelValue == NULL) {
148 DATA_SEC_LOG_ERROR("GetDeviceSecByUdid: getDeviceSecurityLevelValue is invalid");
172 ret = g_deviceSecEnv.getDeviceSecurityLevelValue(info, devLevel);
197 if (g_deviceSecEnv.getDeviceSecurityLevelValue == NULL) {
198 DATA_SEC_LOG_ERROR("OnApiDeviceSecInfoCallback: getDeviceSecurityLevelValue is invalid");
211 ret = g_deviceSecEnv.getDeviceSecurityLevelValue(info, &devLevel);