Home
last modified time | relevance | path

Searched defs:FromJson (Results 1 – 25 of 53) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
Djson_util.h70 inline bool FromJson(const CORE_NS::json::value& jsonIn, T& output) in FromJson() function
80 inline bool FromJson(const CORE_NS::json::value& jsonIn, T& output) in FromJson() function
89 inline bool FromJson(const CORE_NS::json::value& jsonIn, bool& output) in FromJson() function
98 inline bool FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Uid& output) in FromJson() function
123 inline bool FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::Vec2& output) in FromJson() function
128 inline bool FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::Vec3& output) in FromJson() function
133 inline bool FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::Vec4& output) in FromJson() function
138 inline bool FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::UVec2& output) in FromJson() function
143 inline bool FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::UVec3& output) in FromJson() function
148 inline bool FromJson(const CORE_NS::json::value& jsonIn, BASE_NS::Math::UVec4& output) in FromJson() function
[all …]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
Djson_util.h63 inline bool FromJson(const CORE_NS::json::value& jsonData, T& result) in FromJson() function
73 inline bool FromJson(const CORE_NS::json::value& jsonData, T& result) in FromJson() function
83 inline bool FromJson(const CORE_NS::json::value& jsonData, T& result) in FromJson() function
110 inline void FromJson(const JsonType& jsonData, BASE_NS::array_view<T> container) in FromJson() function
120 inline void FromJson(const JsonType& jsonData, BASE_NS::vector<T>& container) in FromJson() function
129 inline void FromJson(const JsonType& jsonData, T (&container)[N]) in FromJson() function
138 inline void FromJson(const JsonType& jsonData, T& output) in FromJson() function
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
Djson_util.h61 inline bool FromJson(const CORE_NS::json::value& jsonData, T& result) in FromJson() function
71 inline bool FromJson(const CORE_NS::json::value& jsonData, T& result) in FromJson() function
81 inline bool FromJson(const CORE_NS::json::value& jsonData, T& result) in FromJson() function
108 inline void FromJson(const JsonType& jsonData, BASE_NS::array_view<T> container) in FromJson() function
118 inline void FromJson(const JsonType& jsonData, BASE_NS::vector<T>& container) in FromJson() function
127 inline void FromJson(const JsonType& jsonData, T (&container)[N]) in FromJson() function
136 inline void FromJson(const JsonType& jsonData, T& output) in FromJson() function
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
Dhistreamer_ability_parser.cpp38 void FromJson(const cJSON *jsonObject, AudioEncoderIn &audioEncoderIn) in FromJson() function
66 void FromJson(const cJSON *jsonObject, AudioEncoderOut &audioEncoderOut) in FromJson() function
98 void FromJson(const cJSON *jsonObject, AudioEncoder &audioEncoder) in FromJson() function
135 void FromJson(const cJSON *jsonObject, AudioDecoderIn &audioDecoderIn) in FromJson() function
160 void FromJson(const cJSON *jsonObject, AudioDecoderOut &audioDecoderOut) in FromJson() function
184 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder) in FromJson() function
220 void FromJson(const cJSON *jsonObject, VideoEncoderIn &videoEncoderIn) in FromJson() function
245 void FromJson(const cJSON *jsonObject, VideoEncoderOut &videoEncoderOut) in FromJson() function
258 void FromJson(const cJSON *jsonObject, VideoEncoder &videoEncoder) in FromJson() function
295 void FromJson(const cJSON *jsonObject, VideoDecoderIn &videoDecoderIn) in FromJson() function
[all …]
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
Dshader_state_loader_util.cpp161 void FromJson(const json::value& jsonData, JsonContext<GraphicsState::InputAssembly>& context) in FromJson() function
167 void FromJson(const json::value& jsonData, JsonContext<GraphicsState::RasterizationState>& context) in FromJson() function
184 void FromJson(const json::value& jsonData, JsonContext<GraphicsState::StencilOpState>& context) in FromJson() function
195 void FromJson(const json::value& jsonData, JsonContext<GraphicsState::DepthStencilState>& context) in FromJson() function
226 void FromJson(const json::value& jsonData, JsonContext<GraphicsState::ColorBlendState::Attachment>&… in FromJson() function
240 void FromJson(const json::value& jsonData, JsonContext<GraphicsState::ColorBlendState>& context) in FromJson() function
Djson_util.h75 inline bool FromJson(const CORE_NS::json::value& jsonData, T& result) in FromJson() function
85 inline bool FromJson(const CORE_NS::json::value& jsonData, T& result) in FromJson() function
127 inline void FromJson(const JsonType& jsonData, BASE_NS::array_view<T> container) in FromJson() function
137 inline void FromJson(const JsonType& jsonData, BASE_NS::vector<T>& container) in FromJson() function
146 inline void FromJson(const JsonType& jsonData, T (&container)[N]) in FromJson() function
265 inline void FromJson(const JsonType& jsonData, T& output) in FromJson() function
Dpipeline_layout_loader.cpp57 void FromJson(const json::value& jsonData, JsonContext<DescriptorSetLayoutBinding>& context) in FromJson() function
66 void FromJson(const json::value& jsonData, JsonContext<DescriptorSetLayout>& context) in FromJson() function
Dvertex_input_declaration_loader.cpp39 void FromJson(const json::value& jsonData, JsonContext<VertexInputDeclaration::VertexInputBindingDe… in FromJson() function
46 void FromJson( in FromJson() function
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
Dversion_info.cpp98 void FromJson(const cJSON *jsonObject, CompVersion &compVer) in FromJson() function
122 void FromJson(const cJSON *jsonObject, VersionInfo &versionInfo) in FromJson() function
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
Dhistreamer_ability_querier.cpp172 void FromJson(const cJSON *jsonObject, AudioEncoderIn &audioEncoderIn) in FromJson() function
208 void FromJson(const cJSON *jsonObject, AudioEncoderOut &audioEncoderOut) in FromJson() function
289 void FromJson(const cJSON *jsonObject, AudioEncoder &audioEncoder) in FromJson() function
394 void FromJson(const cJSON *jsonObject, AudioDecoderIn &audioDecoderIn) in FromJson() function
435 void FromJson(const cJSON *jsonObject, AudioDecoderOut &audioDecoderOut) in FromJson() function
499 void FromJson(const cJSON *jsonObject, AudioDecoder &audioDecoder) in FromJson() function
602 void FromJson(const cJSON *jsonObject, VideoEncoderIn &videoEncoderIn) in FromJson() function
638 void FromJson(const cJSON *jsonObject, VideoEncoderOut &videoEncoderOut) in FromJson() function
691 void FromJson(const cJSON *jsonObject, VideoEncoder &videoEncoder) in FromJson() function
800 void FromJson(const cJSON *jsonObject, VideoDecoderIn &videoDecoderIn) in FromJson() function
[all …]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
Ddh_transport_obj.cpp48 void FromJson(const cJSON *jsonObject, FullCapsRsp &capsRsp) in FromJson() function
82 void FromJson(const cJSON *jsonObject, CommMsg &commMsg) in FromJson() function
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Drender_node_parser_util.cpp220 inline void FromJson(const json::value& jsonData, JsonContext<RenderNodeGraphInputs::Resource>& con… in FromJson() function
233 inline void FromJson(const json::value& jsonData, JsonContext<RenderNodeGraphInputs::Attachment>& c… in FromJson() function
280 inline void FromJson( in FromJson() function
323 inline void FromJson( in FromJson() function
338 inline void FromJson(const json::value& jsonData, JsonContext<DescriptorCounts::TypedCount>& contex… in FromJson() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
Ddivider_layout_property.h66 void FromJson(const std::unique_ptr<JsonValue>& json) override in FromJson() function
Ddivider_render_property.h68 void FromJson(const std::unique_ptr<JsonValue>& json) override in FromJson() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
Drender_node_layout_property.h57 void FromJson(const std::unique_ptr<JsonValue>& json) override in FromJson() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
Dstack_layout_property.h57 void FromJson(const std::unique_ptr<JsonValue>& json) override in FromJson() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
Dtab_content_layout_property.h66 void FromJson(const std::unique_ptr<JsonValue>& json) override in FromJson() function
Dtab_bar_layout_property.h86 void FromJson(const std::unique_ptr<JsonValue>& json) override in FromJson() function
Dtabs_layout_property.h107 void FromJson(const std::unique_ptr<JsonValue>& json) override in FromJson() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_paint_property.cpp42 void TextFieldPaintProperty::FromJson(const std::unique_ptr<JsonValue>& json) in FromJson() function in OHOS::Ace::NG::TextFieldPaintProperty
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Dpaint_property.h47 virtual void FromJson(const std::unique_ptr<JsonValue>& json) {} in FromJson() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
Dsyntax_item.h61 void FromJson(const std::unique_ptr<JsonValue>& json) override in FromJson() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
Dswiper_paint_property.cpp45 void SwiperPaintProperty::FromJson(const std::unique_ptr<JsonValue>& json) in FromJson() function in OHOS::Ace::NG::SwiperPaintProperty
/foundation/arkui/ace_engine/test/mock/core/render/
Dmock_rosen_render_context.cpp44 void RenderContext::FromJson(const std::unique_ptr<JsonValue>& json) {} in FromJson() function in OHOS::Ace::NG::RenderContext
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
Dlist_layout_property.cpp107 void ListLayoutProperty::FromJson(const std::unique_ptr<JsonValue>& json) in FromJson() function in OHOS::Ace::NG::ListLayoutProperty

123