Home
last modified time | relevance | path

Searched refs:GetOrCreateWaterFlowSections (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_segment_common_test.cpp44 auto secObj = pattern_->GetOrCreateWaterFlowSections();
65 auto secObj = pattern_->GetOrCreateWaterFlowSections();
90 auto secObj = pattern_->GetOrCreateWaterFlowSections();
144 auto secObj = pattern_->GetOrCreateWaterFlowSections();
202 auto secObj = pattern_->GetOrCreateWaterFlowSections();
246 auto secObj = pattern_->GetOrCreateWaterFlowSections();
281 auto secObj = pattern_->GetOrCreateWaterFlowSections();
320 auto secObj = pattern_->GetOrCreateWaterFlowSections();
361 auto secObj = pattern_->GetOrCreateWaterFlowSections();
390 auto secObj = pattern_->GetOrCreateWaterFlowSections();
[all …]
H A Dwater_flow_segment_integrated.cpp48 auto secObj = pattern_->GetOrCreateWaterFlowSections();
98 auto secObj = pattern_->GetOrCreateWaterFlowSections();
147 auto secObj = pattern_->GetOrCreateWaterFlowSections();
194 auto secObj = pattern_->GetOrCreateWaterFlowSections();
234 auto secObj = pattern_->GetOrCreateWaterFlowSections();
280 auto secObj = pattern_->GetOrCreateWaterFlowSections();
331 auto secObj = pattern_->GetOrCreateWaterFlowSections();
362 auto secObj = pattern_->GetOrCreateWaterFlowSections();
418 auto secObj = pattern_->GetOrCreateWaterFlowSections();
471 auto secObj = pattern_->GetOrCreateWaterFlowSections();
[all …]
H A Dwater_flow_segment_layout_test.cpp92 auto secObj = pattern_->GetOrCreateWaterFlowSections(); in SetUpConfig5()
816 auto secObj = pattern_->GetOrCreateWaterFlowSections();
865 auto secObj = pattern_->GetOrCreateWaterFlowSections();
1071 auto secObj = pattern_->GetOrCreateWaterFlowSections();
1118 auto secObj = pattern_->GetOrCreateWaterFlowSections();
1142 auto secObj = pattern_->GetOrCreateWaterFlowSections();
1208 auto secObj = pattern_->GetOrCreateWaterFlowSections();
1256 auto secObj = pattern_->GetOrCreateWaterFlowSections();
1300 auto secObj = pattern_->GetOrCreateWaterFlowSections();
1322 auto secObj = pattern_->GetOrCreateWaterFlowSections();
[all …]
H A Dwater_flow_sw_layout_test.cpp325 auto secObj = pattern_->GetOrCreateWaterFlowSections();
592 auto secObj = pattern_->GetOrCreateWaterFlowSections();
807 auto secObj = pattern_->GetOrCreateWaterFlowSections();
838 auto secObj = pattern_->GetOrCreateWaterFlowSections();
915 auto secObj = pattern_->GetOrCreateWaterFlowSections();
941 auto secObj = pattern_->GetOrCreateWaterFlowSections();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.h64 RefPtr<WaterFlowSections> GetOrCreateWaterFlowSections() override;
104 static RefPtr<WaterFlowSections> GetOrCreateWaterFlowSections(FrameNode* frameNode);
H A Dwater_flow_model_ng.cpp377 RefPtr<WaterFlowSections> WaterFlowModelNG::GetOrCreateWaterFlowSections() in GetOrCreateWaterFlowSections() function in OHOS::Ace::NG::WaterFlowModelNG
383 return pattern->GetOrCreateWaterFlowSections(); in GetOrCreateWaterFlowSections()
386 RefPtr<WaterFlowSections> WaterFlowModelNG::GetOrCreateWaterFlowSections(FrameNode* frameNode) in GetOrCreateWaterFlowSections() function in OHOS::Ace::NG::WaterFlowModelNG
391 return pattern->GetOrCreateWaterFlowSections(); in GetOrCreateWaterFlowSections()
H A Dwater_flow_model.h84 virtual RefPtr<NG::WaterFlowSections> GetOrCreateWaterFlowSections() in GetOrCreateWaterFlowSections() function
H A Dwater_flow_pattern.h144 RefPtr<WaterFlowSections> GetOrCreateWaterFlowSections();
H A Dwater_flow_pattern.cpp482 RefPtr<WaterFlowSections> WaterFlowPattern::GetOrCreateWaterFlowSections() in GetOrCreateWaterFlowSections() function in OHOS::Ace::NG::WaterFlowPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow.cpp156 auto waterFlowSections = WaterFlowModel::GetInstance()->GetOrCreateWaterFlowSections(); in UpdateWaterFlowSections()
164 auto waterFlowSections = NG::WaterFlowModelNG::GetOrCreateWaterFlowSections(frameNode); in UpdateWaterFlowSectionsByFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dwater_flow_modifier.cpp447 auto waterFlowSections = WaterFlowModelNG::GetOrCreateWaterFlowSections(frameNode); in SetWaterFlowSectionOptions()
497 auto newSection = WaterFlowModelNG::GetOrCreateWaterFlowSections(frameNode)->GetSectionInfo(); in GetWaterFlowSectionOptions()