Home
last modified time | relevance | path

Searched refs:appApiVersion (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp419 auto appApiVersion = applicationInfo.apiTargetVersion % BASE_API_VERSION; in GetHapApiVersion() local
420 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() local
647 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()