Home
last modified time | relevance | path

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

/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; member
36 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in GetBundleInfoDefault()
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_manager.h32 const uint32_t COMPATIBLE_VERSION = 1; member
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_bundle_manager.cpp88 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in GetBundleInfo()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp30 constexpr int32_t COMPATIBLE_VERSION = 6; member
458 if (context && context->GetMinPlatformVersion() < COMPATIBLE_VERSION) { in PerformLayout()
499 if (!context || context->GetMinPlatformVersion() >= COMPATIBLE_VERSION) { in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp40 constexpr int32_t COMPATIBLE_VERSION = 6; member
215 return context->GetMinPlatformVersion() >= COMPATIBLE_VERSION; in IsCompatibleVersion()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp27 constexpr int32_t COMPATIBLE_VERSION = 5; member
429 if (minPlatformVersion_ != COMPATIBLE_VERSION || width_.Unit() != DimensionUnit::PERCENT) {
433 if (minPlatformVersion_ != COMPATIBLE_VERSION || height_.Unit() != DimensionUnit::PERCENT) {
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp46 const uint32_t COMPATIBLE_VERSION = 11; member
167 bundleInfo.compatibleVersion = COMPATIBLE_VERSION; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp33 constexpr int32_t COMPATIBLE_VERSION = 7; member
838 bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteStyle(); in TriggerPageUpdate()
1345 bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteStyle(); in OnPageReady()
1678 bool useLiteStyle = delegate->GetMinPlatformVersion() < COMPATIBLE_VERSION && delegate->IsUseLiteStyle(); in ReplacePage()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp69 constexpr int32_t COMPATIBLE_VERSION = 5; member
1843 if (player_ && currentPlatformVersion_ > COMPATIBLE_VERSION) { in OnStartBtnClick()
1889 if (player_ && currentPlatformVersion_ > COMPATIBLE_VERSION) { in OnStartBtnClick()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp94 const uint32_t COMPATIBLE_VERSION = 11; member
4845 innerBundleInfo.baseBundleInfo_->compatibleVersion = COMPATIBLE_VERSION; in HWTEST_F()

Completed in 27 milliseconds