Searched refs:COMPATIBLE_VERSION (Results 1 – 10 of 10) sorted by relevance
22 const uint32_t COMPATIBLE_VERSION = 1; variable36 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in GetBundleInfoDefault()
32 const uint32_t COMPATIBLE_VERSION = 1; variable
88 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in GetBundleInfo()
30 constexpr int32_t COMPATIBLE_VERSION = 6; variable458 if (context && context->GetMinPlatformVersion() < COMPATIBLE_VERSION) { in PerformLayout()499 if (!context || context->GetMinPlatformVersion() >= COMPATIBLE_VERSION) { in PerformLayout()
48 constexpr int32_t COMPATIBLE_VERSION = 6; variable223 return context->GetMinPlatformVersion() >= COMPATIBLE_VERSION; in IsCompatibleVersion()
45 const uint32_t COMPATIBLE_VERSION = 11; variable155 bundleInfo.compatibleVersion = COMPATIBLE_VERSION;
27 constexpr int32_t COMPATIBLE_VERSION = 5; variable429 if (minPlatformVersion_ != COMPATIBLE_VERSION || width_.Unit() != DimensionUnit::PERCENT) { in CalculateSelfLayoutParam()433 if (minPlatformVersion_ != COMPATIBLE_VERSION || height_.Unit() != DimensionUnit::PERCENT) { in CalculateSelfLayoutParam()
33 constexpr int32_t COMPATIBLE_VERSION = 7; variable838 …bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteS… in TriggerPageUpdate()1345 …bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteS… in OnPageReady()1678 …bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteS… in ReplacePage()
84 constexpr int32_t COMPATIBLE_VERSION = 5; variable1858 if (player_ && currentPlatformVersion_ > COMPATIBLE_VERSION) { in OnStartBtnClick()1904 if (player_ && currentPlatformVersion_ > COMPATIBLE_VERSION) { in OnStartBtnClick()
93 const uint32_t COMPATIBLE_VERSION = 11; variable4859 innerBundleInfo.baseBundleInfo_->compatibleVersion = COMPATIBLE_VERSION;