Home
last modified time | relevance | path

Searched defs:node (Results 251 - 275 of 1318) sorted by relevance

1...<<11121314151617181920>>...53

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_virtual_screen_processor.cpp38 bool RSVirtualScreenProcessor::Init(RSDisplayRenderNode& node, int32_t offsetX, int32_t offsetY, ScreenId mirroredId, in Init() argument
93 void RSVirtualScreenProcessor::ProcessSurface(RSSurfaceRenderNode& node) in ProcessSurface() argument
118 ProcessDisplaySurface(RSDisplayRenderNode& node) ProcessDisplaySurface() argument
123 ProcessRcdSurface(RSRcdSurfaceRenderNode& node) ProcessRcdSurface() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_proxy_render_node_test.cpp52 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); in HWTEST_F() local
79 auto node in HWTEST_F() local
97 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); HWTEST_F() local
114 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); HWTEST_F() local
133 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); HWTEST_F() local
153 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); HWTEST_F() local
173 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); HWTEST_F() local
193 auto node = std::make_shared<RSProxyRenderNode>(id, target, targetId); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rstextureexport_fuzzer/
H A Drstextureexport_fuzzer.cpp67 std::shared_ptr<RSNode> node = RSRootNode::Create(isRenderServiceNode); in DoRSTextureExport() local
86 std::shared_ptr<RSNode> node = RSRootNode::Create(isRenderServiceNode); in DoDoTextureExport() local
106 std::shared_ptr<RSNode> node = RSRootNode::Create(isRenderServiceNode); in DoStopTextureExport() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_root_node_command.cpp29 auto node = std::shared_ptr<RSRootRenderNode>(new RSRootRenderNode(id, in Create() local
53 auto node = nodeMap.GetRenderNode<RSRootRenderNode>(id); in AttachToUniSurfaceNode() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_surface_capture_task_parallel_test.cpp87 std::shared_ptr<RSSurfaceRenderNode> node = std::make_shared<RSSurfaceRenderNode>(0); in HWTEST_F() local
120 std::shared_ptr<RSDisplayRenderNode> node = std::make_shared<RSDisplayRenderNode>(0, config); in HWTEST_F() local
211 auto node = std::make_shared<RSRenderNode>(id); in HWTEST_F() local
228 auto node = std::make_shared<RSRenderNode>(id); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_surface_capture_task_parallel_unit_test.cpp67 std::shared_ptr<RSSurfaceRenderNode> node = std::make_shared<RSSurfaceRenderNode>(0); in HWTEST_F() local
120 std::shared_ptr<RSDisplayRenderNode> node = std::make_shared<RSDisplayRenderNode>(0, config); in HWTEST_F() local
211 auto node = std::make_shared<RSRenderNode>(id); in HWTEST_F() local
229 auto node = std::make_shared<RSRenderNode>(id); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_canvas_node_command_test.cpp101 auto node = context.GetNodeMap().GetRenderNode<RSCanvasRenderNode>(id); in HWTEST_F() local
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dtest_RSBackground_UseEffect.cpp36 void setNode(std::shared_ptr<RSCanvasNode>& node, float alpha) in setNode() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_effect_render_node_drawable.cpp24 RSEffectRenderNodeDrawable::RSEffectRenderNodeDrawable(std::shared_ptr<const RSRenderNode>&& node) in RSEffectRenderNodeDrawable() argument
28 RSRenderNodeDrawable::Ptr RSEffectRenderNodeDrawable::OnGenerate(std::shared_ptr<const RSRenderNode> node) in OnGenerate() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_context.cpp36 void RSContext::AddActiveNode(const std::shared_ptr<RSRenderNode>& node) in AddActiveNode() argument
46 bool RSContext::HasActiveNode(const std::shared_ptr<RSRenderNode>& node) in HasActiveNode() argument
56 AddPendingSyncNode(const std::shared_ptr<RSRenderNode> node) AddPendingSyncNode() argument
[all...]
/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_strategy.h39 T* node = head; in DequeBatch() local
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_thread.cpp159 TaskWithNode node = TaskWithNode(); in HWTEST_F() local
/foundation/communication/dsoftbus/sdk/frame/common/src/
H A Dsoftbus_client_event_manager.c28 ListNode node; member
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_trans_lane.h35 ListNode node; member
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_manager.h56 ListNode node; member
H A Dauth_request.h44 ListNode node; member
/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dtrans_network_statistics.h33 ListNode node; member
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h34 ListNode node; member
46 ListNode node; member
/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dlru_cache.h95 void AddNode(const Node &node) in AddNode() argument
115 Node node = nodeList_.back(); in EraseTailNode() local
/foundation/communication/dsoftbus/core/bus_center/utils/include/
H A Dlnn_map.h50 MapNode *node; /* Map node */ member
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/
H A Dclient_trans_tcp_direct_manager.h44 ListNode node; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dsoftap_parser.cpp31 bool SoftapXmlParser::ParseInternal(xmlNodePtr node) in ParseInternal() argument
97 GetConfigNameAsInt(xmlNodePtr node) GetConfigNameAsInt() argument
[all...]
/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.h97 GetPrimValue(xmlNodePtr node, const PrimType type) GetPrimValue() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data_local.cpp28 bool PolicyValue::Unmarshal(const json &node) in Unmarshal() argument
74 Unmarshal(const json &node) Unmarshal() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dsubscription_test.cpp44 Subscription::json node; in HWTEST_F() local
58 Subscription::json node; in HWTEST_F() local
80 Subscription::json node; HWTEST_F() local
94 Subscription::json node; HWTEST_F() local
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...53