Home
last modified time | relevance | path

Searched defs:nodeId (Results 326 - 350 of 774) sorted by relevance

1...<<11121314151617181920>>...31

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend.cpp357 HandleSyncEvent( const EventMarker& eventMarker, const std::string& componentId, const int32_t nodeId, const bool isDestroy) HandleSyncEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_stepper.cpp29 DOMStepper::DOMStepper(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMStepper() argument
H A Ddom_stepper_item.cpp29 DOMStepperItem::DOMStepperItem(NodeId nodeId, const std::string& nodeName, int32_t index) : DOMNode(nodeId, nodeName) in DOMStepperItem() argument
H A Ddom_tab_bar.cpp22 DOMTabBar::DOMTabBar(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMTabBar() argument
H A Ddom_panel.cpp32 DOMPanel::DOMPanel(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMPanel() argument
H A Ddom_image_animator.cpp31 DOMImageAnimator::DOMImageAnimator(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMImageAnimator() argument
H A Ddom_select.cpp32 DOMSelect::DOMSelect(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMSelect() argument
H A Ddom_list_item_group.cpp30 DOMListItemGroup::DOMListItemGroup(NodeId nodeId, const std::string& nodeName, int32_t itemIndex) in DOMListItemGroup() argument
H A Ddom_progress.cpp69 DOMProgress::DOMProgress(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) {} in DOMProgress() argument
H A Ddom_popup.cpp29 DOMPopup::DOMPopup(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMPopup() argument
H A Ddom_tool_bar_item.cpp29 DOMToolBarItem::DOMToolBarItem(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMToolBarItem() argument
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dstylus_detector_mgr.cpp19 int32_t StylusDetectorMgr::StylusDetectorCallBack::RequestFocus(int32_t nodeId, RefPtr<TaskExecutor> taskScheduler) in RequestFocus() argument
24 int32_t StylusDetectorMgr::StylusDetectorCallBack::SetText(int32_t nodeId, void* data, in SetText() argument
30 int32_t StylusDetectorMgr::StylusDetectorCallBack::GetText(int32_t nodeId, RefPtr<TaskExecutor> taskScheduler, in GetText() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp148 shared_ptr<JsValue> JsiXComponentBridge::JsGetXComponentSurfaceId(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) in JsGetXComponentSurfaceId() argument
185 JsSetXComponentSurfaceSize( const shared_ptr<JsRuntime>& runtime, const std::string& arguments, NodeId nodeId) JsSetXComponentSurfaceSize() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp373 AddChildEvent(const RefPtr<TextFieldComponent>& component, int32_t pageId, const std::string& nodeId, const std::vector<std::string>& events) AddChildEvent() argument
H A Ddom_button_util.cpp249 void DOMButtonUtil::AddChildEvent(const RefPtr<ButtonComponent>& component, int32_t pageId, const std::string& nodeId, in AddChildEvent() argument
H A Ddom_radio_util.cpp140 AddChildEvent(const RefPtr<RadioComponent<std::string>>& component, int32_t pageId, const std::string& nodeId, const std::vector<std::string>& events) AddChildEvent() argument
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h91 virtual void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId) {}; in SetHotAreas() argument
92 virtual void DeleteHotAreas(int32_t nodeId) {}; in DeleteHotAreas() argument
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.h78 static RefPtr<TestNode> CreateTestNode(int32_t nodeId) in CreateTestNode() argument
89 explicit TestNode(int32_t nodeId) : UINode("TestNode", nodeId) {} in TestNode() argument
H A Dview_abstract_test_ng.h109 auto nodeId = stack->ClaimNodeId(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testfive_ng.cpp38 auto nodeId = stack->ClaimNodeId(); in SetUp() local
H A Drich_editor_preview_text_test_ng.cpp42 auto nodeId = stack->ClaimNodeId(); in SetUp() local
H A Drich_editor_drag_test_ng.cpp42 auto nodeId = stack->ClaimNodeId(); in SetUp() local
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_stylus_detector_mgr.cpp19 int32_t StylusDetectorMgr::StylusDetectorCallBack::RequestFocus(int32_t nodeId, RefPtr<TaskExecutor> taskScheduler) in RequestFocus() argument
24 int32_t StylusDetectorMgr::StylusDetectorCallBack::SetText(int32_t nodeId, void* data, in SetText() argument
30 int32_t StylusDetectorMgr::StylusDetectorCallBack::GetText(int32_t nodeId, RefPtr<TaskExecutor> taskScheduler, in GetText() argument
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dpost_event_manager_test_ng.cpp755 int32_t nodeId = 1; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_test_ng.cpp98 auto nodeId = stack->ClaimNodeId(); in HWTEST_F() local
197 auto nodeId = stack->ClaimNodeId(); in HWTEST_F() local
226 auto nodeId = stack->ClaimNodeId(); in HWTEST_F() local
250 auto nodeId = stack->ClaimNodeId(); in HWTEST_F() local
336 auto nodeId = stack->ClaimNodeId(); in HWTEST_F() local
376 auto nodeId = stack->ClaimNodeId(); HWTEST_F() local
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...31