Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp396 // get appApiVersion from applicationInfo in GetHapApiVersion()
417 auto appApiVersion = applicationInfo.apiTargetVersion % BASE_API_VERSION; in GetHapApiVersion() local
418 LOG_D(BMS_TAG_DEFAULT, "appApiVersion is %{public}d", appApiVersion); in GetHapApiVersion()
420 // api version is the minimum value of {appApiVersion, systemApiVersion} in GetHapApiVersion()
421 return systemApiVersion < appApiVersion ? systemApiVersion :appApiVersion; in GetHapApiVersion()
643 auto appApiVersion = applicationInfo.apiTargetVersion; in VerifyCallingBundleSdkVersion() local
644 // api version is the minimum value of {appApiVersion, systemApiVersion} in VerifyCallingBundleSdkVersion()
645 appApiVersion in VerifyCallingBundleSdkVersion()
[all...]

Completed in 2 milliseconds