Home
last modified time | relevance | path

Searched refs:COMPATIBLE_VERSION (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dmock_form_bms_helper.cpp22 const uint32_t COMPATIBLE_VERSION = 1; variable
36 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in GetBundleInfoDefault()
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_manager.h32 const uint32_t COMPATIBLE_VERSION = 1; variable
/ohos5.0/foundation/ability/form_fwk/test/mock/src/
H A Dmock_bundle_manager.cpp88 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in GetBundleInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp30 constexpr int32_t COMPATIBLE_VERSION = 6; variable
458 if (context && context->GetMinPlatformVersion() < COMPATIBLE_VERSION) { in PerformLayout()
499 if (!context || context->GetMinPlatformVersion() >= COMPATIBLE_VERSION) { in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp48 constexpr int32_t COMPATIBLE_VERSION = 6; variable
223 return context->GetMinPlatformVersion() >= COMPATIBLE_VERSION; in IsCompatibleVersion()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp45 const uint32_t COMPATIBLE_VERSION = 11; variable
155 bundleInfo.compatibleVersion = COMPATIBLE_VERSION;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp27 constexpr int32_t COMPATIBLE_VERSION = 5; variable
429 if (minPlatformVersion_ != COMPATIBLE_VERSION || width_.Unit() != DimensionUnit::PERCENT) { in CalculateSelfLayoutParam()
433 if (minPlatformVersion_ != COMPATIBLE_VERSION || height_.Unit() != DimensionUnit::PERCENT) { in CalculateSelfLayoutParam()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp33 constexpr int32_t COMPATIBLE_VERSION = 7; variable
838 …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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp84 constexpr int32_t COMPATIBLE_VERSION = 5; variable
1858 if (player_ && currentPlatformVersion_ > COMPATIBLE_VERSION) { in OnStartBtnClick()
1904 if (player_ && currentPlatformVersion_ > COMPATIBLE_VERSION) { in OnStartBtnClick()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp93 const uint32_t COMPATIBLE_VERSION = 11; variable
4859 innerBundleInfo.baseBundleInfo_->compatibleVersion = COMPATIBLE_VERSION;