Home
last modified time | relevance | path

Searched defs:node (Results 851 - 875 of 8338) sorted by relevance

1...<<31323334353637383940>>...334

/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...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/sync_strategies/
H A Dnetwork_sync_strategy.cpp80 bool NetworkSyncStrategy::StrategyInfo::Unmarshal(const Serializable::json &node) in Unmarshal() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
H A Dserializable.cpp66 bool Serializable::GetValue(const json &node, const std::string &name, std::string &value) in GetValue() argument
76 bool Serializable::GetValue(const json &node, const std::string &name, uint32_t &value) in GetValue() argument
86 bool Serializable::GetValue(const json &node, const std::string &name, int32_t &value) in GetValue() argument
96 bool Serializable::GetValue(const json &node, const std::string &name, int64_t &value) in GetValue() argument
106 bool Serializable::GetValue(const json &node, const std::string &name, uint64_t &value) in GetValue() argument
116 GetValue(const json &node, const std::string &name, uint16_t &value) GetValue() argument
126 GetValue(const json &node, const std::string &name, bool &value) GetValue() argument
144 GetValue(const json &node, const std::string &name, std::vector<uint8_t> &value) GetValue() argument
154 GetValue(const json &node, const std::string &name, Serializable &value) GetValue() argument
163 SetValue(json &node, const std::string &value) SetValue() argument
169 SetValue(json &node, const uint32_t &value) SetValue() argument
175 SetValue(json &node, const int32_t &value) SetValue() argument
181 SetValue(json &node, const int64_t &value) SetValue() argument
187 SetValue(json &node, const double &value) SetValue() argument
193 SetValue(json &node, const uint64_t &value) SetValue() argument
199 SetValue(json &node, const uint16_t &value) SetValue() argument
205 SetValue(json &node, const std::vector<uint8_t> &value) SetValue() argument
211 SetValue(json &node, const Serializable &value) SetValue() argument
216 GetSubNode(const json &node, const std::string &name) GetSubNode() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dsession_manager.cpp126 bool Session::Unmarshal(const json &node) in Unmarshal() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_types_util.cpp104 bool Unmarshalling(AshmemNode &node, MessageParcel &parcel) in Unmarshalling() argument
112 bool Marshalling(const AshmemNode &node, MessageParcel &parcel) in Marshalling() argument

Completed in 9 milliseconds

1...<<31323334353637383940>>...334