| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| H A D | rs_surface_capture_task_parallel_test.cpp | 87 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 D | rs_surface_capture_task_parallel_unit_test.cpp | 67 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 D | rs_canvas_node_command_test.cpp | 101 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 D | test_RSBackground_UseEffect.cpp | 36 void setNode(std::shared_ptr<RSCanvasNode>& node, float alpha) in setNode() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
| H A D | rs_effect_render_node_drawable.cpp | 24 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 D | rs_context.cpp | 36 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 D | queue_strategy.h | 39 T* node = head;
in DequeBatch() local
|
| /foundation/resourceschedule/ffrt/test/ut/testcase/ |
| H A D | ut_thread.cpp | 159 TaskWithNode node = TaskWithNode(); in HWTEST_F() local
|
| /foundation/communication/dsoftbus/sdk/frame/common/src/ |
| H A D | softbus_client_event_manager.c | 28 ListNode node; member
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
| H A D | lnn_trans_lane.h | 35 ListNode node; member
|
| /foundation/communication/dsoftbus/core/authentication/include/ |
| H A D | auth_manager.h | 56 ListNode node; member
|
| H A D | auth_request.h | 44 ListNode node; member
|
| /foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
| H A D | trans_network_statistics.h | 33 ListNode node; member
|
| /foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/ |
| H A D | trans_udp_channel_manager.h | 34 ListNode node; member 46 ListNode node; member
|
| /foundation/communication/netmanager_base/utils/common_utils/include/ |
| H A D | lru_cache.h | 95 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 D | lnn_map.h | 50 MapNode *node; /* Map node */ member
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/ |
| H A D | client_trans_tcp_direct_manager.h | 44 ListNode node; member
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
| H A D | softap_parser.cpp | 31 bool SoftapXmlParser::ParseInternal(xmlNodePtr node)
in ParseInternal() argument 97 GetConfigNameAsInt(xmlNodePtr node) GetConfigNameAsInt() argument [all...] |
| /foundation/communication/wifi/wifi/base/utils/ |
| H A D | xml_parser.h | 97 GetPrimValue(xmlNodePtr node, const PrimType type) GetPrimValue() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/ |
| H A D | store_meta_data_local.cpp | 28 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 D | subscription_test.cpp | 44 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 D | network_sync_strategy.cpp | 80 bool NetworkSyncStrategy::StrategyInfo::Unmarshal(const Serializable::json &node) in Unmarshal() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/ |
| H A D | serializable.cpp | 66 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 D | session_manager.cpp | 126 bool Session::Unmarshal(const json &node)
in Unmarshal() argument [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/ |
| H A D | data_share_types_util.cpp | 104 bool Unmarshalling(AshmemNode &node, MessageParcel &parcel) in Unmarshalling() argument 112 bool Marshalling(const AshmemNode &node, MessageParcel &parcel) in Marshalling() argument
|