Searched refs:profileApiVersion (Results 1 – 4 of 4) sorted by relevance
230 bundleProfile.profileApiVersion.minApiVersion = BASE_API_VERSION; in CheckApiVersion()231 bundleProfile.profileApiVersion.maxApiVersion = BASE_API_VERSION; in CheckApiVersion()240 …bundleProfile.profileApiVersion.minApiVersion = ParseValue(object, PROFILE_KEY_APIVERSION_COMPATIB… in CheckApiVersion()241 …bundleProfile.profileApiVersion.maxApiVersion = ParseValue(object, PROFILE_KEY_APIVERSION_TARGET, … in CheckApiVersion()243 … (bundleProfile.profileApiVersion.maxApiVersion >= bundleProfile.profileApiVersion.minApiVersion), in CheckApiVersion()246 if (bundleProfile.profileApiVersion.minApiVersion >= API_VERSION_MASK) { in CheckApiVersion()247 uint8_t checkRet = CheckApi10Version(bundleProfile.profileApiVersion.minApiVersion); in CheckApiVersion()888 bundleInfo->compatibleApi = bundleProfile.profileApiVersion.minApiVersion; in SetBundleInfo()889 bundleInfo->targetApi = bundleProfile.profileApiVersion.maxApiVersion; in SetBundleInfo()
117 bundleInfo->compatibleApi = bundleProfile.profileApiVersion.minApiVersion; in SetBundleInfo()118 if (bundleProfile.profileApiVersion.maxApiVersion == 0) { in SetBundleInfo()121 bundleInfo->targetApi = bundleProfile.profileApiVersion.maxApiVersion; in SetBundleInfo()
350 …bundleProfile.profileApiVersion.minApiVersion = ParseValue(object, PROFILE_KEY_APIVERSION_COMPATIB… in ParseJsonInfo()351 CHECK_IS_TRUE((bundleProfile.profileApiVersion.minApiVersion >= 0), in ParseJsonInfo()354 …bundleProfile.profileApiVersion.maxApiVersion = ParseValue(object, PROFILE_KEY_APIVERSION_TARGET, … in ParseJsonInfo()355 …CHECK_IS_TRUE((bundleProfile.profileApiVersion.maxApiVersion >= bundleProfile.profileApiVersion.mi… in ParseJsonInfo()
245 ProfileApiVersion profileApiVersion; member