/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/ |
H A D | histreamer_ability_querier.h | 57 void ToJson(cJSON *jsonObject, const AudioEncoderIn &audioEncoderIn); 60 void ToJson(cJSON *jsonObject, const AudioEncoderOut &audioEncoderOut); 63 void ToJson(cJSON *jsonObject, const AudioEncoder &audioEncoder); 84 void ToJson(cJSON *jsonObject, const AudioDecoderIn &audioDecoderIn); 87 void ToJson(cJSON *jsonObject, const AudioDecoderOut &audioDecoderOut); 90 void ToJson(cJSON *jsonObject, const AudioDecoder &audioDecoder); 110 void ToJson(cJSON *jsonObject, const VideoEncoderIn &videoEncoderIn); 113 void ToJson(cJSON *jsonObject, const VideoEncoderOut &videoEncoderOut); 116 void ToJson(cJSON *jsonObject, const VideoEncoder &videoEncoder); 137 void ToJson(cJSO [all...] |
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | serializable_test.cpp | 33 Serializable::json ToJson(const std::string &str); 61 Serializable::json SerializableTest::ToJson(const std::string &str) in ToJson() function in OHOS::DistributedData::SerializableTest 161 auto node = ToJson(jsonStr); in HWTEST_F() 196 auto json = ToJson(jsonStr); in HWTEST_F() 203 json = ToJson(jsonStr); in HWTEST_F() 221 auto json = ToJson(jsonStr); in HWTEST_F() 228 json = ToJson(jsonStr); in HWTEST_F() 246 auto json = ToJson(jsonStr); in HWTEST_F() 253 json = ToJson(jsonStr); in HWTEST_F() 271 auto json = ToJson(jsonSt in HWTEST_F() [all...] |
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/ |
H A D | json_util.h | 162 inline CORE_NS::json::standalone_value ToJson(T value) in ToJson() function 169 inline CORE_NS::json::standalone_value ToJson(::string_view value) in ToJson() function 175 inline CORE_NS::json::standalone_value ToJson(::string value) in ToJson() function 181 inline CORE_NS::json::standalone_value ToJson<::Math::Vec2>(::Math::Vec2 value) in ToJson() function 189 inline CORE_NS::json::standalone_value ToJson<::Math::UVec2>(::Math::UVec2 value) in ToJson() function 198 inline CORE_NS::json::standalone_value ToJson<::Math::Vec3>(::Math::Vec3 value) in ToJson() function 207 inline CORE_NS::json::standalone_value ToJson<::Math::UVec3>(::Math::UVec3 value) in ToJson() function 217 inline CORE_NS::json::standalone_value ToJson<::Math::Vec4>(::Math::Vec4 value) in ToJson() function 227 inline CORE_NS::json::standalone_value ToJson<::Math::UVec4>(::Math::UVec4 value) in ToJson() function 238 inline CORE_NS::json::standalone_value ToJson< function 249 inline CORE_NS::json::standalone_value ToJson<::Uid>(::Uid value) ToJson() function [all...] |
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | json_util.h | 159 inline CORE_NS::json::standalone_value ToJson(T value) in ToJson() function 166 inline CORE_NS::json::standalone_value ToJson(BASE_NS::string_view value) in ToJson() function 172 inline CORE_NS::json::standalone_value ToJson(BASE_NS::string value) in ToJson() function 178 inline CORE_NS::json::standalone_value ToJson<BASE_NS::Math::Vec2>(BASE_NS::Math::Vec2 value) in ToJson() function 187 inline CORE_NS::json::standalone_value ToJson<BASE_NS::Math::UVec2>(BASE_NS::Math::UVec2 value) in ToJson() function 197 inline CORE_NS::json::standalone_value ToJson<BASE_NS::Math::Vec3>(BASE_NS::Math::Vec3 value) in ToJson() function 207 inline CORE_NS::json::standalone_value ToJson<BASE_NS::Math::UVec3>(BASE_NS::Math::UVec3 value) in ToJson() function 218 inline CORE_NS::json::standalone_value ToJson<BASE_NS::Math::Vec4>(BASE_NS::Math::Vec4 value) in ToJson() function 229 inline CORE_NS::json::standalone_value ToJson<BASE_NS::Math::UVec4>(BASE_NS::Math::UVec4 value) in ToJson() function 241 inline CORE_NS::json::standalone_value ToJson<BASE_N function 253 inline CORE_NS::json::standalone_value ToJson<BASE_NS::Uid>(BASE_NS::Uid value) ToJson() function [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/ |
H A D | dh_transport_obj.cpp | 24 void ToJson(cJSON *jsonObject, const FullCapsRsp &capsRsp) in ToJson() function 42 ToJson(capValJson, *cap); in ToJson() 71 void ToJson(cJSON *jsonObject, const CommMsg &commMsg) in ToJson() function 105 ToJson(rootMsg, commMsg); in GetCommMsgString()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/ |
H A D | histreamer_ability_querier.cpp | 156 void ToJson(cJSON *jsonObject, const AudioEncoderIn &audioEncoderIn) in ToJson() function 196 void ToJson(cJSON *jsonObject, const AudioEncoderOut &audioEncoderOut) in ToJson() function 252 void ToJson(cJSON *jsonObject, const AudioEncoder &audioEncoder) in ToJson() function 268 ToJson(audioEncoderInJson, in); in ToJson() 283 ToJson(audioEncoderOutJson, out); in ToJson() 378 void ToJson(cJSON *jsonObject, const AudioDecoderIn &audioDecoderIn) in ToJson() function 419 void ToJson(cJSON *jsonObject, const AudioDecoderOut &audioDecoderOut) in ToJson() function 461 void ToJson(cJSON *jsonObject, const AudioDecoder &audioDecoder) in ToJson() function 478 ToJson(audioDecoderInJson, in); in ToJson() 493 ToJson(audioDecoderOutJso in ToJson() 586 void ToJson(cJSON *jsonObject, const VideoEncoderIn &videoEncoderIn) ToJson() function 630 void ToJson(cJSON *jsonObject, const VideoEncoderOut &videoEncoderOut) ToJson() function 654 void ToJson(cJSON *jsonObject, const VideoEncoder &videoEncoder) ToJson() function 784 void ToJson(cJSON *jsonObject, const VideoDecoderIn &videoDecoderIn) ToJson() function 828 void ToJson(cJSON *jsonObject, const VideoDecoderOut &videoDecoderOut) ToJson() function 872 void ToJson(cJSON *jsonObject, const VideoDecoder &videoDecoder) ToJson() function 951 void ToJson(const std::string &key, cJSON *jsonObject, std::vector<T> &objs) ToJson() function [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/transport/ |
H A D | dh_transport_obj.h | 42 void ToJson(cJSON *jsonObject, const FullCapsRsp &capsRsp); 52 void ToJson(cJSON *jsonObject, const CommMsg &commMsg);
|
/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/ |
H A D | serializable_test.cpp | 186 Serializable::json result = Serializable::ToJson(jsonStr); in HWTEST_F() 198 Serializable::json result = Serializable::ToJson(jsonStr); in HWTEST_F() 210 Serializable::json result = Serializable::ToJson(jsonStr); in HWTEST_F() 222 Serializable::json result = Serializable::ToJson(jsonStr); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_properties.h | 264 void ToJson(std::unique_ptr<JsonValue>& json) const in ToJson() function 298 void ToJson(std::unique_ptr<JsonValue>& json) const in ToJson() function 333 void ToJson(std::unique_ptr<JsonValue>& json) const in ToJson() function 364 void ToJson(std::unique_ptr<JsonValue>& json) const in ToJson() function 398 void ToJson(std::unique_ptr<JsonValue>& json) const in ToJson() function 424 void ToJson(std::unique_ptr<JsonValue>& json) const in ToJson() function
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | inner_app_quick_fix.cpp | 101 ToJson(object); in ToString() 105 void InnerAppQuickFix::ToJson(nlohmann::json &jsonObject) const in ToJson() function in OHOS::AppExecFwk::InnerAppQuickFix
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/ |
H A D | default_app_data.h | 30 void ToJson(nlohmann::json& jsonObject) const;
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/ |
H A D | version_info.h | 34 void ToJson(cJSON *jsonObject, const VersionInfo &versionInfo);
|
H A D | capability_info.h | 93 void ToJson(cJSON *jsonObject, const CapabilityInfo &capability);
|
H A D | meta_capability_info.h | 59 void ToJson(cJSON *jsonObject, const MetaCapabilityInfo &metaCapInfo);
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/ |
H A D | histreamer_ability_querier_test.cpp | 325 ToJson(jsonObject, audioEncoder); in HWTEST_F() 360 ToJson(jsonObject, audioDecoderIn); in HWTEST_F() 387 ToJson(jsonObject, audioDecoderOut); in HWTEST_F() 414 ToJson(jsonObject, audioDecoder); in HWTEST_F() 453 ToJson(jsonObject, videoEncoderIn); in HWTEST_F() 481 ToJson(jsonObject, videoEncoderOut); in HWTEST_F() 501 ToJson(jsonObject, videoEncoder); in HWTEST_F() 628 ToJson(jsonObject, audioEncoderIn); in HWTEST_F() 673 ToJson(jsonObject, audioEncoderOut); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | inner_app_quick_fix.h | 68 void ToJson(nlohmann::json &jsonObject) const;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/ |
H A D | component_config.cpp | 26 node[GET_NAME(params)] = ToJson(params); in Marshal()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/ |
H A D | serializable.h | 48 return GetValue(ToJson(body), "", values); in Unmarshall() 50 API_EXPORT static json ToJson(const std::string &jsonStr);
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | version_info.cpp | 55 ToJson(jsonObj, *this); in ToJsonString() 67 void ToJson(cJSON *jsonObject, const VersionInfo &versionInfo) in ToJson() function
|
H A D | capability_info.cpp | 144 ToJson(jsonObj, *this); in ToJsonString() 189 void ToJson(cJSON *jsonObject, const CapabilityInfo &capability) in ToJson() function
|
H A D | meta_capability_info.cpp | 76 ToJson(jsonObj, *this); in ToJsonString() 147 void ToJson(cJSON *jsonObject, const MetaCapabilityInfo &metaCapInfo) in ToJson() function
|
/foundation/distributedhardware/device_manager/services/service/include/relationshipsyncmgr/ |
H A D | relationship_sync_mgr.h | 59 std::string ToJson() const;
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_schema.h | 33 static napi_status ToJson(napi_env env, napi_value inner, JsSchema*& out);
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_schema.h | 33 static napi_status ToJson(napi_env env, napi_value inner, JsSchema*& out);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 30 void ToJson(nlohmann::json &jsonObject) const;
|