Home
last modified time | relevance | path

Searched defs:node (Results 226 – 250 of 1398) sorted by relevance

12345678910>>...56

/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
Dstate_style_manager.cpp93 auto node = GetFrameNode(); in HandleTouchDown() local
112 auto node = GetFrameNode(); in HandleTouchUp() local
133 auto node = GetFrameNode(); in FireStateFunc() local
149 RefPtr<FrameNode>& node) in GetCustomNode()
244 auto node = GetFrameNode(); in PostListItemPressStyleTask() local
267 auto node = GetFrameNode(); in HandleScrollingParent() local
298 auto node = GetFrameNode(); in CleanScrollingParentListener() local
338 auto node = GetFrameNode(); in IsOutOfPressedRegion() local
360 bool StateStyleManager::IsOutOfPressedRegionWithoutClip(RefPtr<FrameNode> node, int32_t sourceType, in IsOutOfPressedRegionWithoutClip()
/foundation/window/window_manager/wmserver/src/
Dwindow_pair.cpp62 void WindowPair::NotifyShowRecent(sptr<WindowNode> node) in NotifyShowRecent()
72 void WindowPair::NotifyCreateOrDestroyDivider(sptr<WindowNode> node, bool isDestroy) in NotifyCreateOrDestroyDivider()
81 sptr<WindowNode> WindowPair::Find(sptr<WindowNode>& node) in Find()
254 sptr<WindowNode>& node, bool& hasPrimaryDialog, bool& hasSecondaryDialog, bool& isPrimaryAbove) in CheckOrderedPairZorder()
306 std::vector<sptr<WindowNode>> WindowPair::GetOrderedPair(sptr<WindowNode>& node) in GetOrderedPair()
348 bool WindowPair::StatusSupprtedWhenRecentUpdate(sptr<WindowNode>& node) in StatusSupprtedWhenRecentUpdate()
361 void WindowPair::UpdateIfSplitRelated(sptr<WindowNode>& node) in UpdateIfSplitRelated()
493 void WindowPair::Insert(sptr<WindowNode>& node) in Insert()
537 void WindowPair::HandleRemoveWindow(sptr<WindowNode>& node) in HandleRemoveWindow()
Ddisplay_group_controller.cpp70 void DisplayGroupController::AddWindowNodeOnWindowTree(sptr<WindowNode>& node, WindowRootNodeType r… in AddWindowNodeOnWindowTree()
104 for (auto& node : rootNode->children_) { in UpdateDisplayGroupWindowTree() local
115 for (auto node : nodeVec) { in ProcessCrossNodes() local
145 void DisplayGroupController::UpdateWindowShowingDisplays(const sptr<WindowNode>& node) in UpdateWindowShowingDisplays()
184 void DisplayGroupController::UpdateWindowDisplayIdIfNeeded(const sptr<WindowNode>& node) in UpdateWindowDisplayIdIfNeeded()
229 void DisplayGroupController::ChangeToRectInDisplayGroup(const sptr<WindowNode>& node, DisplayId dis… in ChangeToRectInDisplayGroup()
247 void DisplayGroupController::PreProcessWindowNode(const sptr<WindowNode>& node, WindowUpdateType ty… in PreProcessWindowNode()
287 void DisplayGroupController::PostProcessWindowNode(const sptr<WindowNode>& node) in PostProcessWindowNode()
298 void DisplayGroupController::UpdateWindowDisplayId(const sptr<WindowNode>& node, DisplayId newDispl… in UpdateWindowDisplayId()
308 void DisplayGroupController::MoveCrossNodeToTargetDisplay(const sptr<WindowNode>& node, DisplayId t… in MoveCrossNodeToTargetDisplay()
[all …]
Dwindow_layout_policy_cascade.cpp63 auto node = *nodeIter; in Reorder() local
138 void WindowLayoutPolicyCascade::LayoutDivider(const sptr<WindowNode>& node, WindowUpdateType type) in LayoutDivider()
159 void WindowLayoutPolicyCascade::LayoutPreProcess(const sptr<WindowNode>& node, WindowUpdateType upd… in LayoutPreProcess()
169 void WindowLayoutPolicyCascade::PerformWindowLayout(const sptr<WindowNode>& node, WindowUpdateType … in PerformWindowLayout()
202 void WindowLayoutPolicyCascade::SetInitialDividerRect(const sptr<WindowNode>& node, DisplayId displ… in SetInitialDividerRect()
278 bool WindowLayoutPolicyCascade::CheckAspectRatioBySizeLimits(const sptr<WindowNode>& node, in CheckAspectRatioBySizeLimits()
402 void WindowLayoutPolicyCascade::ApplyWindowRectConstraints(const sptr<WindowNode>& node, Rect& winR… in ApplyWindowRectConstraints() argument
429 void WindowLayoutPolicyCascade::UpdateLayoutRect(const sptr<WindowNode>& node) in UpdateLayoutRect()
627 void WindowLayoutPolicyCascade::SetDefaultCascadeRect(const sptr<WindowNode>& node) in SetDefaultCascadeRect()
671 for (auto& node : nodeVec) { in GetDockWindowShowState() local
[all …]
Dwindow_root.cpp230 void WindowRoot::AddDeathRecipient(sptr<WindowNode> node) in AddDeathRecipient()
250 WMError WindowRoot::SaveWindow(const sptr<WindowNode>& node) in SaveWindow()
282 WMError WindowRoot::MinimizeStructuredAppWindowsExceptSelf(sptr<WindowNode>& node) in MinimizeStructuredAppWindowsExceptSelf()
357 void WindowRoot::AddSurfaceNodeIdWindowNodePair(uint64_t surfaceNodeId, sptr<WindowNode> node) in AddSurfaceNodeIdWindowNodePair()
430 sptr<WindowNode> node = iter->second; in GetVisibilityWindowInfo() local
494 sptr<WindowNode> node = iter->second; in NotifyWindowVisibilityChange() local
524 sptr<WindowNode> node = GetWindowNode(windowId); in GetAvoidAreaByType() local
624 WMError WindowRoot::PostProcessAddWindowNode(sptr<WindowNode>& node, sptr<WindowNode>& parentNode, in PostProcessAddWindowNode()
690 bool WindowRoot::CheckAddingModeAndSize(sptr<WindowNode>& node, const sptr<WindowNodeContainer>& co… in CheckAddingModeAndSize()
714 auto& node = it.second; in GetDisplayRectWithoutSystemBarAreas() local
[all …]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dflex_modifier.cpp70 void SetFlexOptions(ArkUINodeHandle node, int* options, int length) in SetFlexOptions()
120 void ResetFlexOptions(ArkUINodeHandle node) in ResetFlexOptions()
131 void GetFlexOptions(ArkUINodeHandle node, ArkUIFlexOptions* options) in GetFlexOptions()
148 void setFlexCrossSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in setFlexCrossSpace()
155 void SetMainSpace(ArkUINodeHandle node, ArkUI_Float32 value, ArkUI_Int32 unit) in SetMainSpace()
Dnode_relative_container_modifier.cpp23 void SetGuideLine(ArkUINodeHandle node, ArkUIGuidelineStyle* values, ArkUI_Int32 size) in SetGuideLine()
51 void SetBarrier(ArkUINodeHandle node, ArkUIBarrierStyle* values, ArkUI_Int32 size) in SetBarrier()
74 void GetGuideLine(ArkUINodeHandle node, ArkUIGuidelineStyle* values, ArkUI_Int32* size) in GetGuideLine()
90 void GetBarrier(ArkUINodeHandle node, ArkUIBarrierStyle* values, ArkUI_Int32* size) in GetBarrier()
113 void ResetGuideline(ArkUINodeHandle node) in ResetGuideline()
120 void ResetBarrier(ArkUINodeHandle node) in ResetBarrier()
Dnode_indicator_modifier.cpp217 void SetInitialIndex(ArkUINodeHandle node, ArkUI_Int32 index) in SetInitialIndex()
224 void ResetInitialIndex(ArkUINodeHandle node) in ResetInitialIndex()
231 void SetCount(ArkUINodeHandle node, ArkUI_Int32 count) in SetCount()
241 void ResetCount(ArkUINodeHandle node) in ResetCount()
248 void SetOnChange(ArkUINodeHandle node, void* callback) in SetOnChange()
260 void ResetOnChange(ArkUINodeHandle node) in ResetOnChange()
267 void SetStyle(ArkUINodeHandle node, ArkUI_CharPtr indicatorStr) in SetStyle()
286 void ResetStyle(ArkUINodeHandle node) in ResetStyle()
293 void SetLoop(ArkUINodeHandle node, ArkUI_Bool loop) in SetLoop()
300 void ResetLoop(ArkUINodeHandle node) in ResetLoop()
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Djs_command.cpp51 const RefPtr<DOMDocument>& domDocument, const RefPtr<DOMNode>& node) in TrySaveTargetAndIdNode()
180 auto node = domDocument->CreateNodeWithId(tagName, nodeId_, itemIndex_); in CreateDomNode() local
244 auto node = domDocument->CreateNodeWithId(tagName, nodeId_, -1); in CreateDomElement() local
290 const RefPtr<DOMNode>& node, const RefPtr<DOMDocument>& domDocument, NodeId parentNodeId) const in MountDomNode() argument
374 auto node = CreateDomNode(page); in Execute() local
417 auto node = CreateDomElement(page); in Execute() local
432 auto node = CreateDomNode(page, parentNodeId_); in Execute() local
492 auto node = domDocument->GetDOMNodeById(nodeId_); in Execute() local
525 auto node = GetNodeFromPage(page, nodeId_); in Execute() local
547 auto node = GetNodeFromPage(page, nodeId_); in Execute() local
[all …]
/foundation/arkui/ace_engine/test/unittest/core/pattern/rating/
Drating_content_modifier_test_ng.cpp156 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710302() variable
900 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710402() variable
942 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710502() variable
984 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710602() variable
1026 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710702() variable
1068 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710802() variable
1110 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710902() variable
1152 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710a02() variable
1194 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710b02() variable
1236 auto node = [](RatingConfiguration config) -> RefPtr<FrameNode> { in __anona5babc710c02() variable
[all …]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
Drs_base_render_engine_test.cpp76 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
99 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
131 auto node = std::make_shared<RSDisplayRenderNode>(id, config); variable
169 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
197 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
242 auto node = RSTestUtil::CreateSurfaceNodeWithBuffer(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
Dtext_timer_builder_test_ng.cpp135 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f0202() variable
203 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f0502() variable
271 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f0802() variable
339 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f0b02() variable
407 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f0e02() variable
475 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f1102() variable
543 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f1402() variable
611 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f1702() variable
678 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f1a02() variable
745 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon6b5ff86f1d02() variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dbutton_composed_element.cpp73 auto node = GetInspectorNode(TextElement::TypeId()); in GetLabel() local
86 auto node = GetInspectorNode(TextElement::TypeId()); in GetFontSize() local
100 auto node = GetInspectorNode(TextElement::TypeId()); in GetFontWeight() local
114 auto node = GetInspectorNode(TextElement::TypeId()); in GetFontColor() local
137 auto node = GetInspectorNode(ButtonElement::TypeId()); in GetRenderButton() local
Drow_composed_element.cpp55 auto node = GetInspectorNode(RowElement::TypeId()); in GetAlignItems() local
75 auto node = GetInspectorNode(RowElement::TypeId()); in GetSpace() local
89 auto node = GetInspectorNode(RowElement::TypeId()); in GetVerticalAlign() local
115 auto node = GetInspectorNode(RowElement::TypeId()); in GetJustifyContent() local
Drefresh_composed_element.cpp55 auto node = GetInspectorNode(RefreshElement::TypeId()); in GetRefreshing() local
68 auto node = GetInspectorNode(RefreshElement::TypeId()); in GetRefreshOffset() local
81 auto node = GetInspectorNode(RefreshElement::TypeId()); in GetFriction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dnode_content.cpp20 void NodeContent::AttachToNode(UINode* node) in AttachToNode()
49 void NodeContent::AddNode(UINode* node, int32_t position) in AddNode()
67 void NodeContent::RemoveNode(UINode* node) in RemoveNode()
Dfor_each_model_ng.cpp58 auto node = AceType::DynamicCast<ForEachNode>(stack->GetMainElementNode()); in SetNewIds() local
66 auto node = AceType::DynamicCast<ForEachNode>(stack->GetMainElementNode()); in SetRemovedElmtIds() local
76 auto node = AceType::MakeRefPtr<SyntaxItem>(stacksKey); in CreateNewChildStart() local
91 auto node = AceType::DynamicCast<ForEachNode>(stack->GetMainElementNode()); in OnMove() local
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/
Drender_node_factory.cpp35 bool RenderNodeFactory::Recycle(RenderNode* node) in Recycle()
47 auto node = *(nodeCache_.rbegin()); in GetNodeFromCache() local
/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_font_loader_ng.cpp26 void FontLoader::SetOnLoadedNG(const WeakPtr<NG::UINode>& node, const std::function<void()>& callba… in SetOnLoadedNG()
28 void FontLoader::RemoveCallbackNG(const WeakPtr<NG::UINode>& node) {} in RemoveCallbackNG()
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
Dnode_data_cache.cpp22 std::string GetPageUrlByNode(const RefPtr<NG::FrameNode>& node) in GetPageUrlByNode()
88 bool NodeDataCache::PutString(const RefPtr<NG::FrameNode>& node, const std::string& id, const std::… in PutString()
122 bool NodeDataCache::PutBool(const RefPtr<NG::FrameNode>& node, const std::string& id, bool value) in PutBool()
128 bool NodeDataCache::PutInt(const RefPtr<NG::FrameNode>& node, const std::string& id, int value) in PutInt()
134 const RefPtr<NG::FrameNode>& node, const std::string& id, const std::vector<std::string>& value) in PutStringArray()
144 const RefPtr<NG::FrameNode>& node, const std::string& id, const std::string& name, bool value) in PutMultiple()
153 const RefPtr<NG::FrameNode>& node, const std::string& id, const std::string& name, int index) in PutMultiple()
161 bool NodeDataCache::PutMultiple(const RefPtr<NG::FrameNode>& node, const std::string& id, const std… in PutMultiple()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_visitor.cpp100 bool IsFirstFrameReadyToDraw(const RSSurfaceRenderNode& node) in IsFirstFrameReadyToDraw()
216 void RSUniRenderVisitor::MergeRemovedChildDirtyRegion(RSRenderNode& node, bool needMap) in MergeRemovedChildDirtyRegion()
250 void RSUniRenderVisitor::CheckColorSpace(RSSurfaceRenderNode& node) in CheckColorSpace()
260 void RSUniRenderVisitor::CheckColorSpaceWithSelfDrawingNode(RSSurfaceRenderNode& node) in CheckColorSpaceWithSelfDrawingNode()
281 void RSUniRenderVisitor::UpdateColorSpaceAfterHwcCalc(RSDisplayRenderNode& node) in UpdateColorSpaceAfterHwcCalc()
300 void RSUniRenderVisitor::HandleColorGamuts(RSDisplayRenderNode& node, const sptr<RSScreenManager>& … in HandleColorGamuts()
321 void RSUniRenderVisitor::CheckPixelFormat(RSSurfaceRenderNode& node) in CheckPixelFormat()
354 void RSUniRenderVisitor::HandlePixelFormat(RSDisplayRenderNode& node, const sptr<RSScreenManager>& … in HandlePixelFormat()
390 void RSUniRenderVisitor::ResetCurSurfaceInfoAsUpperSurfaceParent(RSSurfaceRenderNode& node) in ResetCurSurfaceInfoAsUpperSurfaceParent()
423 void RSUniRenderVisitor::UpdateSecuritySkipAndProtectedLayersRecord(RSSurfaceRenderNode& node) in UpdateSecuritySkipAndProtectedLayersRecord()
[all …]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
Drs_render_node_test.cpp53 explicit RSRenderNodeDrawableAdapterBoy(std::shared_ptr<const RSRenderNode> node) in RSRenderNodeDrawableAdapterBoy()
310 auto node = std::make_shared<RSRenderNode>(id, context); variable
327 auto node = std::make_shared<RSRenderNode>(id, context); variable
666 auto node = std::make_shared<RSRenderNode>(id, context); variable
686 auto node = std::make_shared<RSRenderNode>(id, context); variable
726 auto node = std::make_shared<RSRenderNode>(id, context); variable
747 auto node = std::make_shared<RSRenderNode>(id, context); variable
763 auto node = std::make_shared<RSRenderNode>(id, context); variable
779 auto node = std::make_shared<RSRenderNode>(id, context); variable
795 auto node = std::make_shared<RSRenderNode>(id, context); variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dcomponent_snapshot.cpp34 CustomizedCallback(ComponentSnapshot::JsCallback&& jsCallback, WeakPtr<FrameNode> node) in CustomizedCallback()
42 auto node = node_.Upgrade(); in OnSurfaceCapture() local
145 bool SetCaptureReigon(const RefPtr<FrameNode>& node, const SnapshotOptions& options, in SetCaptureReigon()
185 void ProcessImageNode(const RefPtr<UINode>& node) in ProcessImageNode()
201 bool CheckImageSuccessfullyLoad(const RefPtr<UINode>& node, int32_t& imageCount) in CheckImageSuccessfullyLoad()
261 std::shared_ptr<Rosen::RSNode> ComponentSnapshot::GetRsNode(const RefPtr<FrameNode>& node) in GetRsNode()
272 auto node = Inspector::GetFrameNodeByKey(componentId); in Get() local
325 …auto node = AceType::DynamicCast<FrameNode>(OHOS::Ace::ElementRegister::GetInstance()->GetNodeById… in GetByUniqueId() local
393 auto node = AceType::DynamicCast<FrameNode>(customNode); in Create() local
433 const RefPtr<FrameNode>& node, bool enableInspector, const RefPtr<PipelineContext>& pipeline, in PostDelayedTaskOfBuiler()
[all …]
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
Dexporter.cpp71 ISerNode::Ptr node; in Export() local
80 …:Ptr Exporter::CreateObjectNode(const IObject::ConstPtr& object, BASE_NS::shared_ptr<MapNode> node) in CreateObjectNode()
138 ISerNode::Ptr node; in AutoExportObjectMembers() local
152 if (auto node = ExportIContainer(*cont)) { in AutoExportObjectMembers() local
160 if (auto node = ExportIContainer(*cont)) { in AutoExportObjectMembers() local
174 if (auto node = ExportIContainer(*cont)) { in ExportIMetadata() local
186 ISerNode::Ptr node; in ExportIContainer() local
213 ISerNode::Ptr node; in ExportArray() local
312 ISerNode::Ptr node; in ExportAny() local
376 ISerNode::Ptr node; in Export() local
[all …]
/foundation/multimedia/audio_framework/services/audio_service/server/src/config/
Daudio_param_parser.cpp81 bool AudioParamParser::ParseInternal(xmlNode *node, in ParseInternal()
102 void AudioParamParser::ParseMainKeys(xmlNode *node, in ParseMainKeys()
114 void AudioParamParser::ParseMainKey(xmlNode *node, in ParseMainKey()
132 void AudioParamParser::ParseSubKeys(xmlNode *node, std::string &mainKeyName, in ParseSubKeys()
156 std::string AudioParamParser::ExtractPropertyValue(const std::string &propName, xmlNode &node) in ExtractPropertyValue()

12345678910>>...56