Home
last modified time | relevance | path

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

/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::OHOS::Ace::Framework::JSRepeat
81 TAG_LOGW(AceLogTag::ACE_REPEAT, "Invalid arguments for Repeat.CreateNewChildStart"); in CreateNewChildStart()
86 RepeatModel::GetInstance()->CreateNewChildStart(key); in CreateNewChildStart()
123 JSClass<JSRepeat>::StaticMethod("createNewChildStart", &JSRepeat::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);
H A Djs_foreach.cpp201 void JSForEach::CreateNewChildStart(const JSCallbackInfo& info) in CreateNewChildStart() function in OHOS::OHOS::Ace::Framework::JSForEach
208 ForEachModel::GetInstance()->CreateNewChildStart(id); in CreateNewChildStart()
245 JSClass<JSForEach>::StaticMethod("createNewChildStart", &JSForEach::CreateNewChildStart); in JSBind()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_model_ng.h40 void CreateNewChildStart(const std::string& key) override;
H A Drepeat_model.h41 virtual void CreateNewChildStart(const std::string& key) = 0;
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 Dfor_each_model_ng.cpp69 void ForEachModelNG::CreateNewChildStart(const std::string& id) in CreateNewChildStart() function in OHOS::Ace::NG::ForEachModelNG
H A Drepeat_model_ng.cpp55 void RepeatModelNG::CreateNewChildStart(const std::string& key) in CreateNewChildStart() function in OHOS::Ace::NG::RepeatModelNG
57 ACE_SCOPED_TRACE("RepeatModelNG::CreateNewChildStart()"); in CreateNewChildStart()
/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.cpp75 void ForEachModelImpl::CreateNewChildStart(const std::string& id) in CreateNewChildStart() function in OHOS::Ace::Framework::ForEachModelImpl
77 LOGE("CreateNewChildStart unsupported by ForEachModelImpl"); in CreateNewChildStart()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp42 model->CreateNewChildStart(key); in FfiOHOSAceFrameworkForEachCreateFU()
213 model->CreateNewChildStart(elmtId); in FfiOHOSAceFrameworkViewCreateNewChildStart()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_controller_test_ng.cpp77 forEachModelNG.CreateNewChildStart(std::to_string(index)); in CreateForEachSwiper()
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_common_test_ng.cpp170 forEachModelNG.CreateNewChildStart(std::to_string(index)); in CreateForEachList()

Completed in 7 milliseconds