Home
last modified time | relevance | path

Searched defs:viewId (Results 1 - 20 of 20) sorted by relevance

/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() argument
68 static JSRef<JSObject> GetViewById(const std::string viewId) in GetViewById() argument
[all...]
H A Djs_lazy_foreach.cpp91 RefPtr<JSLazyForEachActuator> CreateActuator(const std::string& viewId) in CreateActuator() argument
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() argument
H A Djs_view.cpp168 JSViewFullUpdate::JSViewFullUpdate(const std::string& viewId, JSRef<JSObject> jsObject, JSRef<JSFunc> jsRenderFunction) in JSViewFullUpdate() argument
307 std::string viewId = info[0]->ToString(); in FindChildById() local
319 std::string viewId = std::to_string(info[0]->ToNumber<int32_t>()); in FindChildByIdForPreview() local
337 GetChildByViewId( const std::string& viewId, JSRef<JSObject>& childView, JSRef<JSObject>& targetView) GetChildByViewId() argument
365 std::string viewId = info[0]->ToString(); ConstructorCallback() local
437 GetChildById(const std::string& viewId) GetChildById() argument
452 AddChildById(const std::string& viewId, const JSRef<JSObject>& obj) AddChildById() argument
478 RemoveChildGroupById(const std::string& viewId) RemoveChildGroupById() argument
508 ChildAccessedById(const std::string& viewId) ChildAccessedById() argument
1156 std::string viewId = std::to_string(info[0]->ToNumber<int32_t>()); FindChildByIdForPreview() local
[all...]
/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.cpp26 auto viewId = NG::ViewStackProcessor::GetInstance()->ClaimNodeId(); in CreateNode() local
H A Dview_stack_processor.cpp225 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId() argument
H A Dui_node.h439 void SetViewId(const std::string& viewId) in SetViewId() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dfor_each_model_impl.cpp38 std::string viewId = viewStack->ProcessViewId(compilerGenId); in Create() local
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_full_update_model_ng_test.cpp66 std::string viewId = "id"; in HWTEST_F() local
91 std::string viewId = "id"; in HWTEST_F() local
124 std::string viewId = "id"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h87 void SetViewId(const std::string& viewId) in SetViewId() argument
H A Dinspector_composed_component.h130 void SetViewId(std::string viewId) in SetViewId() argument
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H A Dui_test_edit_text.cpp120 UIEditText* UITestEditText::SetupEditText(const char* value, const char* placeholder, const char* viewId) in SetupEditText() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_abstract.h83 void AddView(int64_t viewId) in AddView() argument
/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
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp27 FfiOHOSAceFrameworkForEachCreateFU( char* viewId, int64_t parentViewID, int64_t dataSize, ViewCallBack callbackView, IdCallBack callbackKey) FfiOHOSAceFrameworkForEachCreateFU() argument
/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() argument
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp428 std::string viewId = composedElement->GetViewId(); in GetAttrsAndStylesV2() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dview_stack_processor.cpp788 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp568 auto viewId = item.second->GetId(); variable
652 auto viewId = it->second->GetId(); variable

Completed in 14 milliseconds