/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() argument 68 static JSRef<JSObject> GetViewById(const std::string viewId) in GetViewById() argument [all...] |
H A D | js_lazy_foreach.cpp | 91 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 D | js_view.h | 145 virtual void RemoveChildGroupById(const std::string& viewId) {} in RemoveChildGroupById() argument
|
H A D | js_view.cpp | 168 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 D | view_full_update_model.h | 31 std::string viewId; member
|
H A D | view_partial_update_model_ng.cpp | 26 auto viewId = NG::ViewStackProcessor::GetInstance()->ClaimNodeId(); in CreateNode() local
|
H A D | view_stack_processor.cpp | 225 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId() argument
|
H A D | ui_node.h | 439 void SetViewId(const std::string& viewId) in SetViewId() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | for_each_model_impl.cpp | 38 std::string viewId = viewStack->ProcessViewId(compilerGenId); in Create() local
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_full_update_model_ng_test.cpp | 66 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 D | inspector_node.h | 87 void SetViewId(const std::string& viewId) in SetViewId() argument
|
H A D | inspector_composed_component.h | 130 void SetViewId(std::string viewId) in SetViewId() argument
|
/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | ui_test_edit_text.cpp | 120 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 D | cj_page_router_abstract.h | 83 void AddView(int64_t viewId) in AddView() argument
|
/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
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_foreach_ffi.cpp | 27 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 D | ui_test_view_zindex.cpp | 123 UILabelButton* UITestViewZIndex::CreateZIndexBtn(const char* text, const char* viewId) in CreateZIndexBtn() argument
|
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 428 std::string viewId = composedElement->GetViewId(); in GetAttrsAndStylesV2() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | view_stack_processor.cpp | 788 std::string ViewStackProcessor::ProcessViewId(const std::string& viewId) in ProcessViewId() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/common/ |
H A D | element_proxy.cpp | 568 auto viewId = item.second->GetId(); variable 652 auto viewId = it->second->GetId(); variable
|