/ohos5.0/base/update/updater/services/ui/control/ |
H A D | event_manager.cpp | 41 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 D | js_view_stack_processor.h | 58 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 D | js_view.cpp | 310 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 D | js_lazy_foreach.cpp | 91 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 D | js_view.h | 145 virtual void RemoveChildGroupById(const std::string& viewId) {} in RemoveChildGroupById()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_partial_update_model_test_ng.cpp | 70 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 D | view_full_update_model_ng_test.cpp | 66 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 D | view_full_update_model.h | 31 std::string viewId; member
|
H A D | view_partial_update_model_ng.cpp | 31 auto viewId = NG::ViewStackProcessor::GetInstance()->ClaimNodeId(); in CreateNode() local
|
H A D | view_stack_model_ng.h | 69 std::string ProcessViewId(const std::string& viewId) override in ProcessViewId()
|
H A D | view_stack_processor.cpp | 230 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId()
|
H A D | ui_node.h | 439 void SetViewId(const std::string& viewId) in SetViewId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | for_each_model_impl.cpp | 43 std::string viewId = viewStack->ProcessViewId(compilerGenId); in Create() local
|
H A D | view_stack_model_impl.h | 67 std::string ProcessViewId(const std::string& viewId) override in ProcessViewId()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | dfx_module.cpp | 125 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 D | ui_test_edit_text.cpp | 120 …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 D | inspector_composed_component.h | 130 void SetViewId(std::string viewId) in SetViewId()
|
H A D | inspector_node.h | 87 void SetViewId(const std::string& viewId) in SetViewId()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router_abstract.h | 83 void AddView(int64_t viewId) in AddView()
|
H A D | cj_page_router_ng.cpp | 705 for (const auto& viewId : viewStack_) { in FlushReload() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_foreach_ffi.cpp | 33 …char* 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 D | ui_test_view_zindex.cpp | 123 UILabelButton* UITestViewZIndex::CreateZIndexBtn(const char* text, const char* viewId) in CreateZIndexBtn()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 428 std::string viewId = composedElement->GetViewId(); in GetAttrsAndStylesV2() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/ |
H A D | element_proxy.cpp | 581 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 D | view_stack_processor.cpp | 796 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId()
|