Home
last modified time | relevance | path

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

1...<<3132

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp612 void JsCardParser::ParseAttributes(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseAttributes() argument
881 void JsCardParser::ParseStyles(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseStyles() argument
1045 std::string JsCardParser::GetEventAction(const std::string& action, const std::string& actionType, int32_t nodeId) in GetEventAction() argument
1651 int32_t nodeId = 0; in CreateDomNode() local
1018 ParseEvents(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& eventJson, std::vector<std::string>& events, const RefPtr<Framework::JsAcePage>& page, int32_t nodeId) ParseEvents() argument
1896 auto nodeId = iter->second.first[i]; ProcessRepeatNode() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp962 Rect FrontendDelegateImpl::GetBoundingRectData(NodeId nodeId) in GetBoundingRectData() argument
972 std::string FrontendDelegateImpl::GetInspector(NodeId nodeId) in GetInspector() argument
566 FireExternalEvent( const std::string& eventId, const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1210 auto nodeId = inspector->GetId(); in SetOnVisibleChange() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp331 int32_t nodeId = 0; in DumpTree() local
1605 bool RenderNode::HasDisappearingTransition(int32_t nodeId) in HasDisappearingTransition() argument
1630 void RenderNode::NotifyTransition(TransitionType type, int32_t nodeId) in NotifyTransition() argument
1656 NotifySizeTransition(const AnimationOption& option, Size fromSize, Size toSize, int32_t nodeId) NotifySizeTransition() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp1772 auto nodeId = ElementRegister::GetInstance()->MakeUniqueId(); in CreateOrUpdateSymbol() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.cpp41 auto nodeId = stack->ClaimNodeId(); in CreateNode() local
100 RefPtr<FrameNode> TextFieldModelNG::CreateFrameNode(int32_t nodeId, const std::optional<std::string>& placeholder, in CreateFrameNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp1254 RefPtr<FrameNode> VideoPattern::CreateControlBar(int32_t nodeId) in OnModifyDone() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1266 FireExternalEvent(RefPtr<NG::PipelineContext> context, const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp175 bool RSRenderServiceConnectionProxy::CreateNode(const RSDisplayNodeConfig& displayNodeConfig, NodeId nodeId) in CreateNode() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp934 const auto nodeId = args.Node(); in OnParallelRenderBegin() local
1417 void RSProfiler::CalcPerfNodePrepare(NodeId nodeId, uint32_t timeCount, bool excludeDown) in OnParallelRenderBegin() argument
1465 NodeId nodeId = args.Uint64(); OnParallelRenderBegin() local
1487 NodeId nodeId = args.Uint64(); OnParallelRenderBegin() local
1571 const NodeId nodeId = g_nodeListPerf[g_nodeListPerfCalcIndex / 2].first; OnParallelRenderBegin() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp73 ScopedOutputMarkedContentTags(int nodeId, SkPDFDocument* document, SkDynamicMemoryWStream* out) in ScopedOutputMarkedContentTags() argument
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp1327 DrawImageRectLayerCommand(DebugLayerManager* layerManager, const int nodeId, const int frame, const SkRect& src, const SkRect& dst, const SkSamplingOptions& sampling, const SkPaint* paint, SkCanvas::SrcRectConstraint constraint) DrawImageRectLayerCommand() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1129 napi_value JsiDeclarativeEngineInstance::GetFrameNodeValueByNodeId(int32_t nodeId) in GetFrameNodeValueByNodeId() argument
2151 FireExternalEvent( const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp2125 Rect FrontendDelegateDeclarative::GetBoundingRectData(NodeId nodeId) in GetBoundingRectData() argument
2135 std::string FrontendDelegateDeclarative::GetInspector(NodeId nodeId) in GetInspector() argument
683 FireExternalEvent( const std::string& , const std::string& componentId, const uint32_t nodeId, const bool isDestroy) FireExternalEvent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1887 int32_t nodeId = DOM_ROOT_NODE_ID_BASE + pageId; in JsDomCreateBody() local
1923 int32_t nodeId = argv[ADD_ELEMENT_NODEID_IDX]->ToInt32(runtime); in JsDomAddElement() local
1968 int32_t nodeId = argv[REMOVE_ELEMENT_ID_IDX]->ToInt32(runtime); in JsRemoveElement() local
1998 int32_t nodeId in JsUpdateElementAttrs() local
2032 int32_t nodeId = argv[UPLOAD_ELEMENT_NID_IDX]->ToInt32(runtime); JsUpdateElementStyles() local
2118 int32_t nodeId = argv[COMPONENT_ARGS_ID_IDX]->ToInt32(runtime); JsCallComponent() local
2212 auto nodeId = arg->GetProperty(runtime, "__nodeId"); GetNodeId() local
2373 int32_t nodeId = GetNodeId(runtime, thisObj); JsSetAttribute() local
2401 int32_t nodeId = GetNodeId(runtime, thisObj); JsSetStyle() local
2452 int32_t nodeId = ++globalNodeId; CreateDomElement() local
2484 int32_t nodeId = GetNodeId(runtime, thisObj); JsAnimate() local
2497 int32_t nodeId = GetNodeId(runtime, thisObj); JsGetBoundingClientRect() local
2504 int32_t nodeId = GetNodeId(runtime, thisObj); JsGetInspector() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp245 AddWindowFocusChangedCallback(int32_t nodeId) AddWindowFocusChangedCallback() argument
247 RemoveWindowFocusChangedCallback(int32_t nodeId) RemoveWindowFocusChangedCallback() argument
360 RemoveOnAreaChangeNode(int32_t nodeId) RemoveOnAreaChangeNode() argument
362 AddWindowStateChangedCallback(int32_t nodeId) AddWindowStateChangedCallback() argument
364 RemoveWindowStateChangedCallback(int32_t nodeId) RemoveWindowStateChangedCallback() argument
366 AddNodesToNotifyMemoryLevel(int32_t nodeId) AddNodesToNotifyMemoryLevel() argument
368 RemoveNodesToNotifyMemoryLevel(int32_t nodeId) RemoveNodesToNotifyMemoryLevel() argument
534 AddOnAreaChangeNode(int32_t nodeId) AddOnAreaChangeNode() argument
623 AddVisibleAreaChangeNode(int32_t nodeId) AddVisibleAreaChangeNode() argument
633 RemoveVisibleAreaChangeNode(int32_t nodeId) RemoveVisibleAreaChangeNode() argument
637 ChangeMouseStyle(int32_t nodeId, MouseFormat format, int32_t windowId, bool isBypass) ChangeMouseStyle() argument
658 AddWindowSizeChangeCallback(int32_t nodeId) AddWindowSizeChangeCallback() argument
660 RemoveWindowSizeChangeCallback(int32_t nodeId) RemoveWindowSizeChangeCallback() argument
664 RemoveNavigationNode(int32_t pageId, int32_t nodeId) RemoveNavigationNode() argument
842 RemoveFrameNodeChangeListener(int32_t nodeId) RemoveFrameNodeChangeListener() argument
849 RemoveChangedFrameNode(int32_t nodeId) RemoveChangedFrameNode() argument
855 HasOnAreaChangeNode(int32_t nodeId) HasOnAreaChangeNode() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1099 void PipelineContext::GetBoundingRectData(int32_t nodeId, Rect& rect) in GetBoundingRectData() argument
1865 int32_t nodeId = node->GetAccessibilityNodeId(); in AddToHoverList() local
3443 AddVisibleAreaChangeNode( const ComposeId& nodeId, double ratio, const VisibleRatioCallback& callback) AddVisibleAreaChangeNode() argument
H A Dpipeline_base.h393 virtual void GetBoundingRectData(int32_t nodeId, Rect& rect) {} in GetBoundingRectData() argument
948 auto nodeId = pseudoId.fetch_sub(1, std::memory_order_relaxed); in SetVirtualKeyBoardCallback() local
951 void SetVirtualKeyBoardCallback(int32_t nodeId, virtualKeyBoardCallback&& listener) in SetVirtualKeyBoardCallback() argument
955 void RemoveVirtualKeyBoardCallback(int32_t nodeId) in RemoveVirtualKeyBoardCallback() argument
971 void SetConfigChangedCallback(int32_t nodeId, configChangedCallback&& listener) in SetConfigChangedCallback() argument
975 RemoveConfigChangedCallback(int32_t nodeId) RemoveConfigChangedCallback() argument
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp892 int64_t nodeId = parameter.elementId; in RegisterElementOperator() local
829 RegisterElementOperatorChildWork(const Registration &parameter, const int32_t treeId, const int64_t nodeId, const sptr<IAccessibilityElementOperator> &operation, const uint32_t tokenId, bool isApp) RegisterElementOperatorChildWork() argument
871 SetTokenIdMapAndRootParentId( const sptr<AccessibilityWindowConnection> connection, const int32_t treeId, const int64_t nodeId, const uint32_t tokenId) SetTokenIdMapAndRootParentId() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp2554 auto nodeId = stack->ClaimNodeId(); in SetOverlayBuilder() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp251 int64_t ConvertToCardAccessibilityId(int64_t nodeId, int64_t cardId, int64_t rootNodeId) in ConvertToCardAccessibilityId() argument
1136 inline bool IsPopupSupported(const RefPtr<NG::PipelineContext>& pipeline, int64_t nodeId) in IsPopupSupported() argument
2879 auto nodeId = rootId == -1 ? rootNode->GetAccessibilityId() : rootId; DumpTreeNG() local
2944 int64_t nodeId = -1; OnDumpInfoNG() local
3030 int64_t nodeId = StringUtils::StringToLongInt(params[EVENT_DUMP_ID_INDEX]); DumpHandleEvent() local
3769 SetChildTreeIdAndWinId(const int64_t nodeId, const int32_t treeId, const int32_t childWindowId) SetChildTreeIdAndWinId() argument
3818 int64_t nodeId = elementId; SearchElementInfoByAccessibilityId() local
3854 int64_t nodeId = elementId; SearchElementInfoByAccessibilityIdNG() local
4079 int64_t nodeId = elementId; SearchElementInfosByText() local
4141 int64_t nodeId = static_cast<int64_t>(elementId); FindFocusedElementInfo() local
4187 int64_t nodeId = elementId; FindFocusedElementInfoNG() local
4246 int64_t nodeId = elementId; FindNodeFromPipeline() local
4371 SendActionEvent(const Accessibility::ActionType& action, int64_t nodeId) SendActionEvent() argument
4672 GetChildrenFromWebNode( int64_t nodeId, std::list<int64_t>& children, const RefPtr<NG::PipelineContext>& ngPipeline, const RefPtr<NG::WebPattern>& webPattern) GetChildrenFromWebNode() argument
4893 UpdateWebCacheInfo(std::list<AccessibilityElementInfo>& infos, int64_t nodeId, const CommonProperty& commonProperty, const RefPtr<NG::PipelineContext>& ngPipeline, const SearchParameter& searchParam, const RefPtr<NG::WebPattern>& webPattern) UpdateWebCacheInfo() argument
5280 SetChildTreeIdAndWinId( const int64_t nodeId, const int32_t treeId, const int32_t childWindowId) SetChildTreeIdAndWinId() argument
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3524 void UIContentImpl::SetCustomPopupConfig(int32_t nodeId, const CustomPopupUIExtensionConfig& config, int32_t popupId) in SetCustomPopupConfig() argument
3504 OnPopupStateChange( const std::string& event, const CustomPopupUIExtensionConfig& config, int32_t nodeId) OnPopupStateChange() argument
3553 int32_t nodeId = 0; CreateCustomPopupUIExtension() local
3596 DestroyCustomPopupUIExtension(int32_t nodeId) DestroyCustomPopupUIExtension() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9140 auto nodeId = stack->ClaimNodeId(); SetPlaceholder() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1050 auto nodeId = host->GetId(); in URLOnHover() local
1302 auto nodeId = host->GetId(); in HandleAISpanHoverEvent() local
1326 auto nodeId = host->GetId(); in OnHover() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1112 void RSRenderNode::SendCommandFromRT(std::unique_ptr<RSCommand>& command, NodeId nodeId) in SendCommandFromRT() argument
4358 bool SharedTransitionParam::UpdateHierarchyAndReturnIsLower(const NodeId nodeId) in UpdateHierarchyAndReturnIsLower() argument
[all...]

Completed in 114 milliseconds

1...<<3132