Home
last modified time | relevance | path

Searched refs:minPlatformVersion_ (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_appinfo.h40 return minPlatformVersion_; in GetMinPlatformVersion()
57 int32_t minPlatformVersion_ = 0; variable
H A Dmanifest_appinfo.cpp99 minPlatformVersion_ = root->GetInt("minPlatformVersion", 0); in AppInfoParse()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_menu_test_ng.cpp90 int32_t minPlatformVersion_ = 0; member in OHOS::Ace::NG::OverlayManagerMenuTestNg
95 minPlatformVersion_ = PipelineBase::GetCurrentContext()->GetMinPlatformVersion(); in SetUp()
100 PipelineBase::GetCurrentContext()->SetMinPlatformVersion(minPlatformVersion_); in TearDown()
H A Dsheet_coverage_test_ng.cpp84 …PipelineBase::GetCurrentContext()->minPlatformVersion_ = static_cast<int32_t>(PlatformVersion::VER… in SetSheetType()
412 int32_t minPlatformVersion = PipelineBase::GetCurrentContext()->minPlatformVersion_;
413 …PipelineBase::GetCurrentContext()->minPlatformVersion_ = static_cast<int32_t>(PlatformVersion::VER…
417 …PipelineBase::GetCurrentContext()->minPlatformVersion_ = static_cast<int32_t>(PlatformVersion::VER…
420 PipelineBase::GetCurrentContext()->minPlatformVersion_ = minPlatformVersion;
608 …PipelineBase::GetCurrentContext()->minPlatformVersion_ = static_cast<int32_t>(PlatformVersion::VER…
836 int32_t minPlatformVersion = PipelineBase::GetCurrentContext()->minPlatformVersion_;
841 …PipelineBase::GetCurrentContext()->minPlatformVersion_ = static_cast<int32_t>(PlatformVersion::VER…
873 PipelineBase::GetCurrentContext()->minPlatformVersion_ = minPlatformVersion;
H A Doverlay_manager_extend_test_ng.cpp108 int32_t minPlatformVersion_ = 0; member in OHOS::Ace::NG::OverlayManagerExtendTestNg
113 minPlatformVersion_ = PipelineBase::GetCurrentContext()->GetMinPlatformVersion(); in SetUp()
118 PipelineBase::GetCurrentContext()->SetMinPlatformVersion(minPlatformVersion_); in TearDown()
H A Doverlay_manager_test_update_ng.cpp111 int32_t minPlatformVersion_ = 0; member in OHOS::Ace::NG::OverlayManagerTestUpdateNg
116 minPlatformVersion_ = PipelineBase::GetCurrentContext()->GetMinPlatformVersion(); in SetUp()
121 PipelineBase::GetCurrentContext()->SetMinPlatformVersion(minPlatformVersion_); in TearDown()
H A Doverlay_manager_test_ng.cpp114 int32_t minPlatformVersion_ = 0; member in OHOS::Ace::NG::OverlayManagerTestNg
119 minPlatformVersion_ = PipelineBase::GetCurrentContext()->GetMinPlatformVersion(); in SetUp()
124 PipelineBase::GetCurrentContext()->SetMinPlatformVersion(minPlatformVersion_); in TearDown()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_layout_test_ng.cpp683 pipeline->minPlatformVersion_ = 12;
717 pipeline->minPlatformVersion_ = TEST_VALUE;
763 pipeline->minPlatformVersion_ = TEST_VALUE;
804 pipeline->minPlatformVersion_ = TEST_VALUE;
838 pipeline->minPlatformVersion_ = TEST_VALUE;
949 pipeline->minPlatformVersion_ = 7;
1042 pipeline->minPlatformVersion_ = 12;
1114 pipeline->minPlatformVersion_ = 12;
1153 pipeline->minPlatformVersion_ = TEST_VALUE;
1260 pipeline->minPlatformVersion_ = 12;
H A Dside_bar_pattern_test_ng.cpp1062 pipeline->minPlatformVersion_ = 12;
1268 pipeline->minPlatformVersion_ = TEST_VALUE;
1334 pipeline->minPlatformVersion_ = TEST_VALUE;
H A Dside_bar_view_test_ng.cpp586 pipeline->minPlatformVersion_ = 12;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_model_test_ng.cpp1414 pipeline->minPlatformVersion_ = 10;
1458 pipeline->minPlatformVersion_ = 10;
1464 pipeline->minPlatformVersion_ = 9;
1514 pipeline->minPlatformVersion_ = 10;
1530 pipeline->minPlatformVersion_ = 9;
1536 pipeline->minPlatformVersion_ = 10;
1606 ASSERT_EQ(pipeline->minPlatformVersion_, 10);
1670 ASSERT_EQ(pipeline->minPlatformVersion_, 10);
1712 pipeline->minPlatformVersion_ = 10;
1725 ASSERT_EQ(pipeline->minPlatformVersion_, 10);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h637 return minPlatformVersion_ % 1000; in GetMinPlatformVersion()
642 minPlatformVersion_ = minPlatformVersion; in SetMinPlatformVersion()
1521 int32_t minPlatformVersion_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Ddrawing_prop_convertor_test_ng.cpp552 pipelineContext->minPlatformVersion_ = 6;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp429 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/test/unittest/core/pattern/navigation/
H A Dnavigation_model_test_ng.cpp248 context->minPlatformVersion_ = static_cast<int32_t>(PlatformVersion::VERSION_ELEVEN) - 1;
252 context->minPlatformVersion_ = static_cast<int32_t>(PlatformVersion::VERSION_ELEVEN) + 1;
255 context->minPlatformVersion_ = preVersion;
H A Dnav_bar_test_ng.cpp708 testParameters.pipeline->minPlatformVersion_ = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h1257 int32_t minPlatformVersion_ = 0; variable
H A Drender_node.cpp1355 minPlatformVersion_ = context->GetMinPlatformVersion(); in UpdateAll()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1835 context_->minPlatformVersion_ = static_cast<int32_t>(PlatformVersion::VERSION_THIRTEEN);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1574 CHECK_NULL_VOID(minPlatformVersion_ >= PLATFORM_VERSION_TEN); in UpdateSystemSafeArea()
1582 CHECK_NULL_VOID(minPlatformVersion_ >= PLATFORM_VERSION_TEN); in UpdateCutoutSafeArea()
1590 CHECK_NULL_VOID(minPlatformVersion_ >= PLATFORM_VERSION_TEN); in UpdateNavSafeArea()