Home
last modified time | relevance | path

Searched refs:GetColumns (Results 1 - 25 of 32) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgrid_container_composed_element.cpp34 std::string("columns: ").append(GetColumns())); in Dump()
55 jsonStr->Put("columns", GetColumns().c_str()); in GetConstructor()
62 std::string GridContainerComposedElement::GetColumns() const in GetColumns() function in OHOS::Ace::V2::GridContainerComposedElement
66 return std::to_string(node->GetGridContainerInfo()->GetColumns()); in GetColumns()
H A Dgrid_container_composed_element.h36 std::string GetColumns() const;
H A Dgrid_composed_element.cpp109 return renderGrip->GetColumns().ToString().c_str(); in GetColumnsGap()
112 return renderScroll->GetColumns().ToString().c_str(); in GetColumnsGap()
H A Dinspector_composed_element.cpp1282 return columnInfo->GetColumns(); in GetGridSpan()
1310 jsonValue->Put("span", static_cast<int32_t>(columnInfo->GetColumns(type))); in GetUseSizeType()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_column_info.h110 uint32_t GetColumns() const in GetColumns() function in OHOS::Ace::GridColumnInfo
118 uint32_t GetColumns(GridSizeType type) const in GetColumns() function in OHOS::Ace::GridColumnInfo
H A Dgrid_container_info.h112 int32_t GetColumns() const;
H A Dgrid_container_info.cpp78 int32_t GridContainerInfo::GetColumns() const in GetColumns() function in OHOS::Ace::GridContainerInfo
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dmake_query_event.cpp31 std::vector<std::string> MakeQueryEvent::GetColumns() const in GetColumns() function in OHOS::DistributedData::MakeQueryEvent
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dmake_query_event.h34 std::vector<std::string> GetColumns() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_layout_property.cpp60 constructor->Put("columns", std::to_string(info.GetColumns()).c_str()); in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.cpp161 json->PutExtAttr("gridSpan", static_cast<int32_t>(gridInfo_->GetColumns()), filter); in ToJsonValue()
169 jsonValue->Put("span", static_cast<int32_t>(gridInfo_->GetColumns(type))); in ToJsonValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_accessibility_property.cpp67 aceCollectionInfo.columns = pattern->GetColumns(); in GetCollectionInfo()
H A Dwater_flow_pattern.h104 int32_t GetColumns() const;
H A Dwater_flow_pattern.cpp389 int32_t WaterFlowPattern::GetColumns() const in GetColumns() function in OHOS::Ace::NG::WaterFlowPattern
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_layout_algorithm.cpp204 columns = columnInfo->GetColumns(gridSizeType); in GetMaxWidthByScreenSizeType()
210 columns = columnInfo->GetColumns(ScreenSizeType::LG); in GetMaxWidthByScreenSizeType()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_query.h38 std::vector<std::string> GetColumns() const;
H A Drdb_query.cpp341 std::vector<std::string> RdbQuery::GetColumns() const in GetColumns() function in OHOS::DistributedRdb::RdbQuery
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.cpp203 double maxWidth = columnInfo->GetWidth(columnInfo->GetColumns(gridSizeType)); in CreateBox()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dtool_bar_layout_algorithm.cpp41 auto currentColumns = columnInfo->GetParent()->GetColumns(); in GetToolbarContainerMaxWidth()
H A Dnavigation_layout_util.cpp48 auto currentColumns = columnInfo->GetParent()->GetColumns(); in CheckWhetherNeedToHideToolbar()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_grid_container.cpp63 result = std::to_string(gridContainerInfo_->GetColumns()); in CallSpecializedMethod()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h162 Dimension GetColumns() const in GetColumns() function in OHOS::Ace::RenderGridLayout
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp261 return info->GetWidth(std::min(gridCount_, info->GetParent()->GetColumns())); in GetMaxWidthBasedOnGridType()
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H A Dgrid_row_test_ng.cpp1564 auto columns = layoutProperty->GetColumns(); in HWTEST_F()
1612 auto columns = layoutProperty->GetColumns(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp412 auto parentColumns = info->GetParent()->GetColumns(); in GetMaxWidthBasedOnGridType()

Completed in 20 milliseconds

12