Searched refs:BASE_API_VERSION (Results 1 – 2 of 2) sorted by relevance
35 const int32_t BASE_API_VERSION = 1000; variable419 auto appApiVersion = applicationInfo.apiTargetVersion % BASE_API_VERSION; in GetHapApiVersion()650 if ((appApiVersion % BASE_API_VERSION) < beginApiVersion) { in VerifyCallingBundleSdkVersion()
39 const int32_t BASE_API_VERSION = 3; variable230 bundleProfile.profileApiVersion.minApiVersion = BASE_API_VERSION; in CheckApiVersion()231 bundleProfile.profileApiVersion.maxApiVersion = BASE_API_VERSION; in CheckApiVersion()