Home
last modified time | relevance | path

Searched defs:node (Results 151 – 175 of 2109) sorted by relevance

12345678910>>...85

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp74 auto node = std::make_shared<RSRenderNode>(nodeId); variable
92 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId++); variable
137 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
159 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
180 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
199 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
220 auto node = std::make_shared<RSSurfaceRenderNode>(nodeId); variable
591 auto node = RSTestUtil::CreateSurfaceNode(); variable
607 auto node = RSTestUtil::CreateSurfaceNode(); variable
1010 auto node = std::make_shared<RSSurfaceRenderNode>(id); variable
[all …]
/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/src/
H A Dcode_signature_analysis_kit.c31 AppRiskInfo *node = g_modelDataHead->next; in FindExistingNode() local
42 static int32_t IsRiskStatusChanged(AppRiskInfo *node) in IsRiskStatusChanged()
77 AppRiskInfo *node, in DataPreProcess()
119 AppRiskInfo *node = (AppRiskInfo *)malloc(sizeof(AppRiskInfo)); in AppRiskInfoNodeInit() local
149 static void ReleaseTimeStampChain(AppRiskInfo *node) in ReleaseTimeStampChain()
164 static void SetResultInfoAccordingToNode(NotifyRiskResultInfo *result, AppRiskInfo *node) in SetResultInfoAccordingToNode()
171 static int32_t UpdateInfoInCurrNode(const CodeSignatureReportedInfo *report, AppRiskInfo *node, uin… in UpdateInfoInCurrNode()
204 AppRiskInfo *node = AppRiskInfoNodeInit(); in AddNewAppInfoNode() local
250 AppRiskInfo *node = FindExistingNode(report->tokenId); in DataProcess() local
327 AppRiskInfo *node = g_modelDataHead->next; in Release() local
[all …]
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h36 struct node { struct
39 node* prev; argument
40 node* next; argument
41 node(T t, T2 t2,node* p, node* n) : in node() argument
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h36 struct node { struct
39 node* prev; argument
40 node* next; argument
41 node(T t, T2 t2,node* p, node* n) : in node() argument
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
H A DMap.h36 struct node { struct
39 node* prev; argument
40 node* next; argument
41 node(T t, T2 t2,node* p, node* n) : in node() function
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h36 struct node { struct
39 node* prev; argument
40 node* next; argument
41 node(T t, T2 t2,node* p, node* n) : in node() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_map_test.cpp112 auto node = std::make_shared<OHOS::Rosen::RSRenderNode>(id); variable
166 auto node = std::make_shared<OHOS::Rosen::RSRenderNode>(id); variable
186 auto node = std::make_shared<OHOS::Rosen::RSRenderNode>(id); variable
210 auto node = std::make_shared<OHOS::Rosen::RSRenderNode>(id); variable
226 auto node = std::make_shared<OHOS::Rosen::RSRenderNode>(id); variable
244 auto node = std::make_shared<OHOS::Rosen::RSRenderNode>(id); variable
262 auto node = std::make_shared<OHOS::Rosen::RSRenderNode>(id); variable
286 auto node = std::make_shared<RSSurfaceRenderNode>(config); variable
308 auto node = std::make_shared<RSSurfaceRenderNode>(config); variable
330 auto node = std::make_shared<RSSurfaceRenderNode>(config); variable
H A Drs_proxy_render_node_test.cpp52 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); variable
79 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); variable
97 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); variable
114 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); variable
133 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); variable
153 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); variable
173 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); variable
193 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.cpp35 auto node = surfaceRenderNode_.lock(); in OnBufferAvailable() local
73 auto node = surfaceRenderNode_.lock(); in OnTunnelHandleChange() local
90 auto node = surfaceRenderNode_.lock(); in OnCleanCache() local
106 auto node = surfaceNode.lock(); in OnGoBackground() local
127 auto node = surfaceNode.lock(); in OnTransformChange() local
H A Drs_uni_ui_capture.h47 void PrepareDisplayRenderNode(RSDisplayRenderNode& node) override {}; in PrepareDisplayRenderNode()
48 void PrepareProxyRenderNode(RSProxyRenderNode& node) override {} in PrepareProxyRenderNode()
55 void ProcessDisplayRenderNode(RSDisplayRenderNode& node) override {}; in ProcessDisplayRenderNode()
56 void ProcessProxyRenderNode(RSProxyRenderNode& node) override {} in ProcessProxyRenderNode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_content_modifier_add_test_ng.cpp134 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450202() variable
178 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450302() variable
223 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450402() variable
265 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450502() variable
310 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450602() variable
356 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450702() variable
398 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450802() variable
443 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450902() variable
489 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450a02() variable
532 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450b02() variable
[all …]
H A Dtext_clock_content_modifier_test_ng.cpp132 auto node = [](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0202() variable
173 auto node = [](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0302() variable
215 auto node = [](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0402() variable
254 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0502() variable
296 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0602() variable
339 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0702() variable
379 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0802() variable
423 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0902() variable
468 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0a02() variable
510 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0b02() variable
[all …]
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp119 sptr<WindowNode> node = new WindowNode(CreateWindowProperty()); variable
131 sptr<WindowNode> node = new WindowNode(CreateWindowProperty()); variable
145 sptr<WindowNode> node = new WindowNode(CreateWindowProperty()); variable
157 sptr<WindowNode> node = new WindowNode(CreateWindowProperty()); variable
184 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo_, 0); variable
197 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo_, 0); variable
210 sptr<WindowNode> node = StartingWindow::CreateWindowNode(transitionInfo_, 0); variable
222 sptr<WindowNode> node = nullptr; variable
326 sptr<WindowNode> node = nullptr; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drating_modifier.cpp25 void SetStars(ArkUINodeHandle node, int32_t value) in SetStars()
32 void SetRatingStepSize(ArkUINodeHandle node, ArkUI_Float32 value) in SetRatingStepSize()
38 void SetStarStyle(ArkUINodeHandle node, in SetStarStyle()
67 void ResetStars(ArkUINodeHandle node) in ResetStars()
74 void ResetRatingStepSize(ArkUINodeHandle node) in ResetRatingStepSize()
81 void ResetStarStyle(ArkUINodeHandle node) in ResetStarStyle()
H A Drect_modifier.cpp24 void SetRectRadiusWidth(ArkUINodeHandle node, ArkUI_Float32 radiusWidthValue, ArkUI_Int32 radiusWid… in SetRectRadiusWidth()
31 void ResetRectRadiusWidth(ArkUINodeHandle node) in ResetRectRadiusWidth()
41 void SetRectRadiusHeight(ArkUINodeHandle node, ArkUI_Float32 radiusHeightValue, ArkUI_Int32 radiusH… in SetRectRadiusHeight()
48 void ResetRectRadiusHeight(ArkUINodeHandle node) in ResetRectRadiusHeight()
57 void SetRectRadiusWithArray(ArkUINodeHandle node, ArkUI_Float32* radiusValues, ArkUI_Int32* radiusU… in SetRectRadiusWithArray()
78 void SetRectRadiusWithValue(ArkUINodeHandle node, ArkUI_Float32 radiusValue, ArkUI_Int32 radiusUnit) in SetRectRadiusWithValue()
88 void ResetRectRadius(ArkUINodeHandle node) in ResetRectRadius()
H A Ddata_panel_modifier.cpp32 void SetCloseEffect(ArkUINodeHandle node, ArkUI_Bool value) in SetCloseEffect()
39 void ResetCloseEffect(ArkUINodeHandle node) in ResetCloseEffect()
46 void SetDataPanelTrackBackgroundColor(ArkUINodeHandle node, uint32_t value) in SetDataPanelTrackBackgroundColor()
53 void ResetDataPanelTrackBackgroundColor(ArkUINodeHandle node) in ResetDataPanelTrackBackgroundColor()
60 void SetDataPanelStrokeWidth(ArkUINodeHandle node, ArkUI_Float32 value, int32_t unit) in SetDataPanelStrokeWidth()
68 void ResetDataPanelStrokeWidth(ArkUINodeHandle node) in ResetDataPanelStrokeWidth()
99 void SetValueColors(ArkUINodeHandle node, const struct ArkUIGradientType* gradient) in SetValueColors()
124 void ResetValueColors(ArkUINodeHandle node) in ResetValueColors()
133 void SetTrackShadow(ArkUINodeHandle node, const struct ArkUIGradientType* gradient, ArkUI_Float32 r… in SetTrackShadow()
166 void SetNullTrackShadow(ArkUINodeHandle node) in SetNullTrackShadow()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_render_node_drawable_adapter_test.cpp160 std::shared_ptr<RSRenderNode> node; variable
188 auto node = std::make_shared<RSRenderNode>(id); variable
219 auto node = std::make_shared<RSRenderNode>(id); variable
236 auto node = std::make_shared<RSRenderNode>(id); variable
260 auto node = std::make_shared<RSRenderNode>(id); variable
293 auto node = std::make_shared<RSRenderNode>(id); variable
308 auto node = std::make_shared<RSRenderNode>(id); variable
356 auto node = std::make_shared<RSRenderNode>(id); variable
384 auto node = std::make_shared<RSRenderNode>(id); variable
411 auto node = std::make_shared<RSRenderNode>(id); variable
[all …]
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DRenderNodePerfTest.java36 final RenderNode node = RenderNode.create("benchmark", null); in testMeasureRenderNodeJniOverhead() local
63 RenderNode node = RenderNode.create("LinearLayout", null); in testIsValid() local
72 RenderNode node = RenderNode.create("LinearLayout", null); in testStartEnd() local
100 RenderNode node = RenderNode.create("LinearLayout", null); in testHasIdentityMatrix() local
109 RenderNode node = RenderNode.create("LinearLayout", null); in testSetOutline() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwrap_composed_element.cpp70 auto node = GetInspectorNode(WrapElement::TypeId()); in GetFlexDirection() local
83 auto node = GetInspectorNode(WrapElement::TypeId()); in GetWrap() local
100 auto node = GetInspectorNode(WrapElement::TypeId()); in GetJustifyContent() local
113 auto node = GetInspectorNode(WrapElement::TypeId()); in GetAlignItems() local
126 auto node = GetInspectorNode(WrapElement::TypeId()); in GetAlignContent() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_canvas_node_command.cpp26 auto node = std::shared_ptr<RSCanvasRenderNode>(new RSCanvasRenderNode(id, in Create() local
31 …ol RSCanvasNodeCommandHelper::AddCmdToSingleFrameComposer(std::shared_ptr<RSCanvasRenderNode> node, in AddCmdToSingleFrameComposer()
54 if (auto node = context.GetNodeMap().GetRenderNode<RSCanvasRenderNode>(id)) { in UpdateRecording() local
71 if (auto node = context.GetNodeMap().GetRenderNode<RSCanvasRenderNode>(id)) { in ClearRecording() local
78 if (auto node = context.GetNodeMap().GetRenderNode<RSCanvasRenderNode>(nodeId)) { in SetHDRPresent() local
H A Drs_base_node_command.cpp27 auto node = nodeMap.GetRenderNode(nodeId); in Destroy() local
43 auto node = nodeMap.GetRenderNode(nodeId); in AddChild() local
55 auto node = nodeMap.GetRenderNode(nodeId); in MoveChild() local
65 auto node = nodeMap.GetRenderNode(nodeId); in RemoveChild() local
75 auto node = nodeMap.GetRenderNode(id); in AddCrossParentChild() local
86 auto node = nodeMap.GetRenderNode(nodeId); in RemoveCrossParentChild() local
97 auto node = nodeMap.GetRenderNode(nodeId); in RemoveFromTree() local
107 auto node = nodeMap.GetRenderNode(nodeId); in ClearChildren() local
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A DMap.h37 struct node struct
41 node* prev; argument
42 node* next; argument
43 node(T t, T2 t2,node* p, node* n) : in node() function
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h37 struct node { struct
40 node* prev; argument
41 node* next; argument
42 node(T t, T2 t2,node* p, node* n) : in node() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_adapter.cpp20 void SimpleSpringAdapter::AddNode(RefPtr<SpringNode> node) in AddNode()
30 RefPtr<SpringNode> SimpleSpringAdapter::GetNext(const RefPtr<SpringNode>& node) in GetNext()
54 auto node = AceType::DynamicCast<SimpleSpringNode>(nodes_.at(index)); in DumpNodes() local
75 auto node = GetNode(index); in FlushAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfont_loader.cpp28 void FontLoader::SetOnLoaded(const WeakPtr<RenderNode>& node, const std::function<void()>& callback) in SetOnLoaded()
38 void FontLoader::RemoveCallback(const WeakPtr<RenderNode>& node) in RemoveCallback()
48 void FontLoader::RemoveCallbackNG(const WeakPtr<NG::UINode>& node) in RemoveCallbackNG()
53 void FontLoader::SetOnLoadedNG(const WeakPtr<NG::UINode>& node, const std::function<void()>& callba… in SetOnLoadedNG()

12345678910>>...85