Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds