Searched refs:appApiVersion (Results 1 – 1 of 1) sorted by relevance
419 auto appApiVersion = applicationInfo.apiTargetVersion % BASE_API_VERSION; in GetHapApiVersion() local420 LOG_D(BMS_TAG_DEFAULT, "appApiVersion is %{public}d", appApiVersion); in GetHapApiVersion()423 return systemApiVersion < appApiVersion ? systemApiVersion :appApiVersion; in GetHapApiVersion()645 auto appApiVersion = applicationInfo.apiTargetVersion; in VerifyCallingBundleSdkVersion() local647 appApiVersion = systemApiVersion < appApiVersion ? systemApiVersion : appApiVersion; in VerifyCallingBundleSdkVersion()648 LOG_D(BMS_TAG_DEFAULT, "appApiVersion: %{public}d", appApiVersion); in VerifyCallingBundleSdkVersion()650 if ((appApiVersion % BASE_API_VERSION) < beginApiVersion) { in VerifyCallingBundleSdkVersion()