Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 59) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
Drs_effect_node.h27 static inline constexpr RSUINodeType Type = RSUINodeType::EFFECT_NODE; variable
Drs_canvas_drawing_node.h33 static inline constexpr RSUINodeType Type = RSUINodeType::CANVAS_DRAWING_NODE; variable
Drs_root_node.h27 static inline constexpr RSUINodeType Type = RSUINodeType::ROOT_NODE; variable
Drs_display_node.h31 static inline constexpr RSUINodeType Type = RSUINodeType::DISPLAY_NODE; variable
Drs_canvas_node.h32 static inline constexpr RSUINodeType Type = RSUINodeType::CANVAS_NODE; variable
Drs_proxy_node.h29 static inline constexpr RSUINodeType Type = RSUINodeType::PROXY_NODE; variable
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
Dlight_component.h32 enum class Type : uint8_t { INVALID = 0, DIRECTIONAL = 1, POINT = 2, SPOT = 3 }; enum
/foundation/distributeddatamgr/data_object/interfaces/innerkits/
Ddistributed_object.h25 enum Type : uint8_t { enum
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
Dvalue_object.h38 using Type = std::variant<Nil, int64_t, double, std::string, bool, Blob, Asset, Assets>; variable
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Dvalue_object.h39 using Type = std::variant<Nil, int64_t, double, std::string, bool, Blob, Asset, Assets>; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
Drs_canvas_render_node.h41 static inline constexpr RSRenderNodeType Type = RSRenderNodeType::CANVAS_NODE; variable
Drs_proxy_render_node.h29 static inline constexpr RSRenderNodeType Type = RSRenderNodeType::PROXY_NODE; variable
Drs_effect_render_node.h28 static inline constexpr RSRenderNodeType Type = RSRenderNodeType::EFFECT_NODE; variable
Drs_canvas_drawing_render_node.h39 static inline constexpr RSRenderNodeType Type = RSRenderNodeType::CANVAS_DRAWING_NODE; variable
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
Dresource_type.h27 enum Type : uint32_t { enum
Dbackground_mode.h24 enum Type : uint32_t { enum
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
Dmask_cmd_list.h84 enum Type : uint32_t { enum
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_value_bucket_test.cpp309 …using Type = std::variant<std::monostate, int64_t, double, std::string, bool, std::vector<uint8_t>… typedef
342 …using Type = std::variant<std::monostate, int64_t, double, std::string, bool, std::vector<uint8_t>… typedef
411 using Type = ValueObject::Type; typedef
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/io/
Dintf_directory.h34 enum Type { in CORE_BEGIN_NAMESPACE() enum
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Drender_node_graph_manager.h94 enum class Type : uint8_t { enum
109 enum class Type : uint8_t { enum
/foundation/multimedia/image_framework/plugins/manager/include/
Dplugin_service.h49 #define DECLARE_INTERFACE(Type, ID) template<> inline uint16_t GET_INTERFACE_ID<Type>() { return ID… argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
Drd_json_object.h100 enum class Type { enum
/foundation/communication/bluetooth/frameworks/js/napi/include/
Dnapi_async_callback.h32 enum class Type { enum
/foundation/multimedia/player_framework/services/engine/gstreamer/recorder/
Drecorder_message_handler.h86 #define GST_MSG_PARSER_DEFINE(type, Type) \ argument
/foundation/multimedia/media_foundation/engine/include/plugin/common/
Dany.h261 const std::type_info& Type() const noexcept in Type() function
338 static const std::type_info& Type() noexcept in Type() function
380 static const std::type_info& Type() noexcept in Type() function
423 static const std::type_info& Type() noexcept in Type() function

123