Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp35 const int32_t BASE_API_VERSION = 1000; variable
419 auto appApiVersion = applicationInfo.apiTargetVersion % BASE_API_VERSION; in GetHapApiVersion()
650 if ((appApiVersion % BASE_API_VERSION) < beginApiVersion) { in VerifyCallingBundleSdkVersion()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp39 const int32_t BASE_API_VERSION = 3; variable
230 bundleProfile.profileApiVersion.minApiVersion = BASE_API_VERSION; in CheckApiVersion()
231 bundleProfile.profileApiVersion.maxApiVersion = BASE_API_VERSION; in CheckApiVersion()