/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_appinfo.h | 40 return minPlatformVersion_; in GetMinPlatformVersion() 57 int32_t minPlatformVersion_ = 0; variable
|
H A D | manifest_appinfo.cpp | 99 minPlatformVersion_ = root->GetInt("minPlatformVersion", 0); in AppInfoParse()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_manager_menu_test_ng.cpp | 90 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 D | sheet_coverage_test_ng.cpp | 84 …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 D | overlay_manager_extend_test_ng.cpp | 108 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 D | overlay_manager_test_update_ng.cpp | 111 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 D | overlay_manager_test_ng.cpp | 114 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 D | side_bar_layout_test_ng.cpp | 683 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 D | side_bar_pattern_test_ng.cpp | 1062 pipeline->minPlatformVersion_ = 12; 1268 pipeline->minPlatformVersion_ = TEST_VALUE; 1334 pipeline->minPlatformVersion_ = TEST_VALUE;
|
H A D | side_bar_view_test_ng.cpp | 586 pipeline->minPlatformVersion_ = 12;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/ |
H A D | navrouter_model_test_ng.cpp | 1414 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 D | pipeline_base.h | 637 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 D | drawing_prop_convertor_test_ng.cpp | 552 pipelineContext->minPlatformVersion_ = 6;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.cpp | 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/test/unittest/core/pattern/navigation/ |
H A D | navigation_model_test_ng.cpp | 248 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 D | nav_bar_test_ng.cpp | 708 testParameters.pipeline->minPlatformVersion_ = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.h | 1257 int32_t minPlatformVersion_ = 0; variable
|
H A D | render_node.cpp | 1355 minPlatformVersion_ = context->GetMinPlatformVersion(); in UpdateAll()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng_new.cpp | 1835 context_->minPlatformVersion_ = static_cast<int32_t>(PlatformVersion::VERSION_THIRTEEN);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 1574 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()
|