Home
last modified time | relevance | path

Searched refs:AddElement (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp211 ElementRegister::GetInstance()->AddElement(newChild); in UpdateChildWithSlot()
234 ElementRegister::GetInstance()->AddElement(newChild); in UpdateChildWithSlot()
261 ElementRegister::GetInstance()->AddElement(newChild); in UpdateChildWithSlot()
H A Delement_register.h64 bool AddElement(const RefPtr<Element>& element);
H A Delement_register.cpp86 bool ElementRegister::AddElement(const RefPtr<Element>& element) in AddElement() function in OHOS::Ace::ElementRegister
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_percent/
H A Dui_test_view_percent.cpp132 AddElement(i); in InitFlexLayout()
190 void UITestViewPercent::AddElement(int16_t index) in AddElement() function in OHOS::UITestViewPercent
H A Dui_test_view_percent.h66 void AddElement(int16_t index);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.cpp220 AddElement(gTarget_); in OnClickButton()
267 AddElement(fTarget_); in OnClick()
H A Dui_test_advanced_layout.h110 void AddElement(Layout* layout) in AddElement() function
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/sorted_vector_benchmark_test/
H A Dsorted_vector_benchmark_test.cpp107 static void AddElement(SortedVector<int>& svec, std::vector<int>& vec) in AddElement() function
128 AddElement(svec, vec); in BENCHMARK_F()
211 AddElement(svec, vec); in BENCHMARK_F()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_element_register.cpp79 bool ElementRegister::AddElement(const RefPtr<Element>& element) in AddElement() function in OHOS::Ace::ElementRegister
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1281 session.AddElement(element); in RemoteConnectAbilityMappingLocked()
1288 session.AddElement(element); in RemoteConnectAbilityMappingLocked()
1582 session.AddElement(want.GetElement()); in SaveCallerComponent()
1589 session.AddElement(want.GetElement()); in SaveCallerComponent()
2503 void ConnectAbilitySession::AddElement(const AppExecFwk::ElementName& element) in AddElement() function in OHOS::DistributedSchedule::ConnectAbilitySession
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h366 void AddElement(const AppExecFwk::ElementName& element);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1435 ElementRegister::GetInstance()->AddElement(newChild); in UpdateChildWithSlot()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-cpp-coding-style-guide.md83 void AddElement(const Element& element);
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-cpp-coding-style-guide.md93 void AddElement(const Element& element);