Home
last modified time | relevance | path

Searched refs:CreateNewChildStart (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_repeat.cpp78 void JSRepeat::CreateNewChildStart(const JSCallbackInfo& info) in CreateNewChildStart() function in OHOS::Ace::Framework::JSRepeat
86 RepeatModel::GetInstance()->CreateNewChildStart(key); in CreateNewChildStart()
123 JSClass<JSRepeat>::StaticMethod("createNewChildStart", &JSRepeat::CreateNewChildStart); in JSBind()
H A Djs_foreach.cpp201 void JSForEach::CreateNewChildStart(const JSCallbackInfo& info) in CreateNewChildStart() function in OHOS::Ace::Framework::JSForEach
208 ForEachModel::GetInstance()->CreateNewChildStart(id); in CreateNewChildStart()
245 JSClass<JSForEach>::StaticMethod("createNewChildStart", &JSForEach::CreateNewChildStart); in JSBind()
H A Djs_repeat.h36 static void CreateNewChildStart(const JSCallbackInfo& info);
H A Djs_foreach.h38 static void CreateNewChildStart(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_model.h41 virtual void CreateNewChildStart(const std::string& key) = 0;
H A Drepeat_model_ng.h40 void CreateNewChildStart(const std::string& key) override;
H A Dfor_each_model_ng.h44 void CreateNewChildStart(const std::string& id) override;
H A Dfor_each_model.h53 virtual void CreateNewChildStart(const std::string& id) = 0;
H A Drepeat_model_ng.cpp57 void RepeatModelNG::CreateNewChildStart(const std::string& key) in CreateNewChildStart() function in OHOS::Ace::NG::RepeatModelNG
H A Dfor_each_model_ng.cpp71 void ForEachModelNG::CreateNewChildStart(const std::string& id) in CreateNewChildStart() function in OHOS::Ace::NG::ForEachModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dfor_each_model_impl.h38 void CreateNewChildStart(const std::string& id) override;
H A Dfor_each_model_impl.cpp80 void ForEachModelImpl::CreateNewChildStart(const std::string& id) in CreateNewChildStart() function in OHOS::Ace::Framework::ForEachModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp47 model->CreateNewChildStart(key); in FfiOHOSAceFrameworkForEachCreateFU()
218 model->CreateNewChildStart(elmtId); in FfiOHOSAceFrameworkViewCreateNewChildStart()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_controller_test_ng.cpp83 forEachModelNG.CreateNewChildStart(std::to_string(index)); in CreateForEachSwiper()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp134 forEachModelNG.CreateNewChildStart(std::to_string(index)); in CreateForEachList()