Home
last modified time | relevance | path

Searched defs:nodeId (Results 776 - 788 of 788) sorted by relevance

1...<<3132

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp1033 NodeId nodeId = std::get<2>(elem)->GetNodeId(); in SkipCommandByNodeId() local
3355 OnCommitDumpClientNodeTree(NodeId nodeId, pid_t pid, uint32_t taskId, const std::string& result) OnCommitDumpClientNodeTree() argument
3794 CheckNodeHasToBePreparedByPid(NodeId nodeId, bool isClassifyByRoot) CheckNodeHasToBePreparedByPid() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp2726 auto nodeId = GetHierarchyCommandNodeId(); in RemoveFromTree() local
2746 auto nodeId = GetHierarchyCommandNodeId(); in ClearChildren() local
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp1349 NodeId nodeId = defaultScreen->GetDisplayNode()->GetId(); in CreatePhysicalMirrorSessionInner() local
4585 NodeId nodeId = (screenSession->GetDisplayNode() == nullptr) ? in DumpAllScreensInfo() local
4625 NodeId nodeId = (session->GetDisplayNode() == nullptr) ? in DumpSpecialScreenInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp509 RefPtr<FrameNode> FrameNode::GetOrCreateCommonNode(const std::string& tag, int32_t nodeId, bool isLayoutNode, in GetOrCreateCommonNode() argument
428 FrameNode( const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot, bool isLayoutNode) FrameNode() argument
490 CreateFrameNodeWithTree( const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern) CreateFrameNodeWithTree() argument
498 GetOrCreateFrameNode( const std::string& tag, int32_t nodeId, const std::function<RefPtr<Pattern>(void)>& patternCreator) GetOrCreateFrameNode() argument
521 GetFrameNode(const std::string& tag, int32_t nodeId) GetFrameNode() argument
536 CreateFrameNode( const std::string& tag, int32_t nodeId, const RefPtr<Pattern>& pattern, bool isRoot) CreateFrameNode() argument
545 CreateCommonNode( const std::string& tag, int32_t nodeId, bool isLayoutNode, const RefPtr<Pattern>& pattern, bool isRoot) CreateCommonNode() argument
3898 auto nodeId = GetId(); AddFRCSceneInfo() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp6827 auto nodeId = entry.second; in DumpMaskNodeIdMapInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3902 auto nodeId = rsNode_->GetChildIdByIndex(index); local
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3654 bool PipelineContext::ChangeMouseStyle(int32_t nodeId, MouseFormat format, int32_t windowId, bool isByPass) in ChangeMouseStyle() argument
3936 void PipelineContext::AddVisibleAreaChangeNode(const int32_t nodeId) in AddVisibleAreaChangeNode() argument
3957 void PipelineContext::RemoveVisibleAreaChangeNode(int32_t nodeId) in RemoveVisibleAreaChangeNode() argument
3974 void PipelineContext::AddOnAreaChangeNode(int32_t nodeId) in AddOnAreaChangeNode() argument
3980 void PipelineContext::RemoveOnAreaChangeNode(int32_t nodeId) in RemoveOnAreaChangeNode() argument
3986 HasOnAreaChangeNode(int32_t nodeId) HasOnAreaChangeNode() argument
4264 AddWindowStateChangedCallback(int32_t nodeId) AddWindowStateChangedCallback() argument
4272 RemoveWindowStateChangedCallback(int32_t nodeId) RemoveWindowStateChangedCallback() argument
4303 AddWindowFocusChangedCallback(int32_t nodeId) AddWindowFocusChangedCallback() argument
4308 RemoveWindowFocusChangedCallback(int32_t nodeId) RemoveWindowFocusChangedCallback() argument
4331 AddWindowSizeChangeCallback(int32_t nodeId) AddWindowSizeChangeCallback() argument
4336 RemoveWindowSizeChangeCallback(int32_t nodeId) RemoveWindowSizeChangeCallback() argument
4347 RemoveNavigationNode(int32_t pageId, int32_t nodeId) RemoveNavigationNode() argument
4507 AddNodesToNotifyMemoryLevel(int32_t nodeId) AddNodesToNotifyMemoryLevel() argument
4512 RemoveNodesToNotifyMemoryLevel(int32_t nodeId) RemoveNodesToNotifyMemoryLevel() argument
5295 RemoveFrameNodeChangeListener(int32_t nodeId) RemoveFrameNodeChangeListener() argument
5317 RemoveChangedFrameNode(int32_t nodeId) RemoveChangedFrameNode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp5638 int32_t nodeId = frameNode->GetId(); in SetOnVisibleAreaChange() local
6349 int32_t nodeId = frameNode->GetId(); in SetOnAppear() local
6366 int32_t nodeId = frameNode->GetId(); in SetOnDisappear() local
6383 int32_t nodeId = frameNode->GetId(); SetOnAttach() local
6400 int32_t nodeId = frameNode->GetId(); SetOnDetach() local
6417 int32_t nodeId = frameNode->GetId(); SetOnFocus() local
6433 int32_t nodeId = frameNode->GetId(); SetOnBlur() local
6449 int32_t nodeId = frameNode->GetId(); SetOnAreaChange() local
6492 int32_t nodeId = uiNode->GetId(); SetOnClick() local
6606 int32_t nodeId = frameNode->GetId(); SetOnTouch() local
6709 int32_t nodeId = frameNode->GetId(); SetOnTouchIntercept() local
6755 int32_t nodeId = frameNode->GetId(); SetOnHover() local
6772 int32_t nodeId = frameNode->GetId(); SetOnMouse() local
6799 int32_t nodeId = frameNode->GetId(); SetOnAccessibilityActions() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2793 int32_t nodeId = host->GetId(); in OnAttachContext() local
2816 int32_t nodeId = host->GetId(); in OnDetachContext() local
4413 ParseNWebViewDataNode(std::unique_ptr<JsonValue> child, std::vector<RefPtr<PageNodeInfoWrap>>& nodeInfos, int32_t nodeId) ParseNWebViewDataNode() argument
4492 int32_t nodeId = 1; ParseNWebViewDataJson() local
4504 ParseNWebViewDataNode(std::move(child), nodeInfos, nodeId); ParseNWebViewDataJson() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp8924 auto nodeId = host->GetId(); in OnBackPressed() local
8957 auto nodeId = host->GetId(); in OnBackPressed() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10607 std::function<std::string(const std::string&)> ParseJsGetFunc(const JSCallbackInfo& info, int32_t nodeId) in ParseJsGetFunc() argument
10633 std::function<bool()> ParseJsFunc(const JSCallbackInfo& info, int32_t nodeId) in ParseJsFunc() argument
10649 auto nodeId = frameNode->GetId(); in ParseJsFunc() local
10681 auto nodeId = frameNode->GetId(); in JsCustomProperty() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1110 ArkUI_Int32 nodeId; member
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h1034 ArkUI_Int32 nodeId; member

Completed in 141 milliseconds

1...<<3132