Home
last modified time | relevance | path

Searched refs:ProcessViewId (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_stack_model_impl.h67 std::string ProcessViewId(const std::string& viewId) override in ProcessViewId() function
69 return ViewStackProcessor::GetInstance()->ProcessViewId(viewId); in ProcessViewId()
H A Dfor_each_model_impl.cpp43 std::string viewId = viewStack->ProcessViewId(compilerGenId); in Create()
H A Dview_full_update_model_impl.cpp30 std::string key = ViewStackProcessor::GetInstance()->ProcessViewId(info.viewId); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_model_ng.h69 std::string ProcessViewId(const std::string& viewId) override in ProcessViewId() function
71 return ViewStackProcessor::GetInstance()->ProcessViewId(viewId); in ProcessViewId()
H A Dview_full_update_model_ng.cpp28 std::string key = NG::ViewStackProcessor::GetInstance()->ProcessViewId(info.viewId); in CreateNode()
H A Dview_stack_model.h43 virtual std::string ProcessViewId(const std::string& viewId) = 0;
H A Dview_partial_update_model_ng.cpp37 auto key = NG::ViewStackProcessor::GetInstance()->ProcessViewId(viewIdStr); in CreateNode()
H A Dview_stack_processor.cpp230 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId() function in OHOS::Ace::NG::ViewStackProcessor
H A Dview_stack_processor.h277 std::string ProcessViewId(const std::string& viewId);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_stack_processor_test_ng.cpp149 ViewStackProcessor::GetInstance()->ProcessViewId("three");
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.h171 std::string ProcessViewId(const std::string& viewId);
H A Dview_stack_processor.cpp796 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId() function in OHOS::Ace::Framework::ViewStackProcessor
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach.cpp178 …std::string viewId = ViewStackModel::GetInstance()->ProcessViewId(params[PARAM_VIEW_ID]->ToString(… in Create()
H A Djs_view.h265 std::string ProcessViewId(const std::string& viewId);
H A Djs_view.cpp442 std::string id = ViewStackModel::GetInstance()->ProcessViewId(viewId); in GetChildById()
457 std::string id = ViewStackModel::GetInstance()->ProcessViewId(viewId); in AddChildById()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dnative_view.cpp31 return ViewStackModel::GetInstance()->ProcessViewId(std::to_string(id)); in GetProcessViewId()