Home
last modified time | relevance | path

Searched defs:viewId (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/update/updater/services/ui/control/
H A Devent_manager.cpp41 void EventManager::Add(const ComInfo &viewId, std::unique_ptr<LabelOnTouchListener> listener) in Add()
53 void EventManager::Add(const ComInfo &viewId, std::unique_ptr<BtnOnEventListener> listener) in Add()
69 void EventManager::Add(const ComInfo &viewId, std::unique_ptr<BtnOnDragListener> listener) in Add()
87 void EventManager::Add(const ComInfo &viewId, EventType evt, Callback cb) in Add()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_stack_processor.h58 static void SetViewMap(const std::string& viewId, const JSRef<JSObject>& jsView) in SetViewMap()
68 static JSRef<JSObject> GetViewById(const std::string viewId) in GetViewById()
H A Djs_view.cpp310 std::string viewId = info[0]->ToString(); in FindChildById() local
322 std::string viewId = std::to_string(info[0]->ToNumber<int32_t>()); in FindChildByIdForPreview() local
341 const std::string& viewId, JSRef<JSObject>& childView, JSRef<JSObject>& targetView) in GetChildByViewId()
368 std::string viewId = info[0]->ToString(); in ConstructorCallback() local
433 for (auto& viewId : removedViewIds) { in CleanUpAbandonedChild() local
440 JSRef<JSObject> JSViewFullUpdate::GetChildById(const std::string& viewId) in GetChildById()
455 std::string JSViewFullUpdate::AddChildById(const std::string& viewId, const JSRef<JSObject>& obj) in AddChildById()
481 void JSViewFullUpdate::RemoveChildGroupById(const std::string& viewId) in RemoveChildGroupById()
511 void JSViewFullUpdate::ChildAccessedById(const std::string& viewId) in ChildAccessedById()
534 auto updateViewIdFunc = [weak = AceType::WeakClaim(this)](const std::string& viewId) { in CreateViewNode()
[all …]
H A Djs_lazy_foreach.cpp91 RefPtr<JSLazyForEachActuator> CreateActuator(const std::string& viewId) in CreateActuator()
178 …std::string viewId = ViewStackModel::GetInstance()->ProcessViewId(params[PARAM_VIEW_ID]->ToString(… in Create() local
H A Djs_view.h145 virtual void RemoveChildGroupById(const std::string& viewId) {} in RemoveChildGroupById()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_partial_update_model_test_ng.cpp70 auto updateViewNodeFunction = [&viewIdStr](std::string viewId = "testViewIdStr") { in __anon5736251c0102()
98 auto updateViewNodeFunction = [&viewIdStr](std::string viewId = "testViewIdStr") { in __anon5736251c0202()
127 auto updateViewNodeFunction = [&viewIdStr](std::string viewId = "testViewIdStr") { in __anon5736251c0302()
162 auto updateViewNodeFunction = [&viewIdStr](std::string viewId = "testViewIdStr") { in __anon5736251c0502()
202 auto updateViewNodeFunction = [&viewIdStr](std::string viewId = "testViewIdStr") { in __anon5736251c0802()
247 auto updateViewNodeFunction = [&viewIdStr](std::string viewId = "testViewIdStr") { in __anon5736251c0c02()
H A Dview_full_update_model_ng_test.cpp66 std::string viewId = "id"; variable
91 std::string viewId = "id"; variable
124 std::string viewId = "id"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_full_update_model.h31 std::string viewId; member
H A Dview_partial_update_model_ng.cpp31 auto viewId = NG::ViewStackProcessor::GetInstance()->ClaimNodeId(); in CreateNode() local
H A Dview_stack_model_ng.h69 std::string ProcessViewId(const std::string& viewId) override in ProcessViewId()
H A Dview_stack_processor.cpp230 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId()
H A Dui_node.h439 void SetViewId(const std::string& viewId) in SetViewId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dfor_each_model_impl.cpp43 std::string viewId = viewStack->ProcessViewId(compilerGenId); in Create() local
H A Dview_stack_model_impl.h67 std::string ProcessViewId(const std::string& viewId) override in ProcessViewId()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddfx_module.cpp125 char *viewId = GetDomViewId(args); in DumpDomTree() local
160 char *viewId = GetDomViewId(args); in DumpDomTree() local
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dui_test_edit_text.cpp120 …Text* UITestEditText::SetupEditText(const char* value, const char* placeholder, const char* viewId) in SetupEditText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_component.h130 void SetViewId(std::string viewId) in SetViewId()
H A Dinspector_node.h87 void SetViewId(const std::string& viewId) in SetViewId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.h83 void AddView(int64_t viewId) in AddView()
H A Dcj_page_router_ng.cpp705 for (const auto& viewId : viewStack_) { in FlushReload() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp33char* viewId, int64_t parentViewID, int64_t dataSize, ViewCallBack callbackView, IdCallBack callba… in FfiOHOSAceFrameworkForEachCreateFU()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp123 UILabelButton* UITestViewZIndex::CreateZIndexBtn(const char* text, const char* viewId) in CreateZIndexBtn()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp428 std::string viewId = composedElement->GetViewId(); in GetAttrsAndStylesV2() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp581 auto viewId = item.second->GetId(); in ~LazyForEachElementProxy() local
665 auto viewId = it->second->GetId(); in ReleaseElementByIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp796 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId()

12