Home
last modified time | relevance | path

Searched defs:jsonStr (Results 1 – 25 of 76) sorted by relevance

1234

/foundation/distributeddatamgr/pasteboard/framework/test/src/
Dserializable_test.cpp82 std::string jsonStr; variable
111 std::string jsonStr = "{\n" variable
158 std::string jsonStr = R"({"key":null})"; variable
181 std::string jsonStr = R"({"key":null})"; variable
204 std::string jsonStr = R"({"key":null})"; variable
227 std::string jsonStr = R"({"key":null})"; variable
250 std::string jsonStr = R"({"key":null})"; variable
273 std::string jsonStr = R"({"key":null})"; variable
340 std::string jsonStr = "{\n" variable
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/test/unittest/common/base/
Ddcamera_protocol_test.cpp125 std::string jsonStr; variable
142 std::string jsonStr; variable
159 std::string jsonStr; variable
176 std::string jsonStr; variable
193 std::string jsonStr; variable
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
Ddcamera_sink_frame_info.cpp24 void DCameraSinkFrameInfo::Marshal(std::string& jsonStr) in Marshal()
37 int32_t DCameraSinkFrameInfo::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_info_cmd.cpp25 int32_t DCameraInfoCmd::Marshal(std::string& jsonStr) in Marshal()
54 int32_t DCameraInfoCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_open_info_cmd.cpp25 int32_t DCameraOpenInfoCmd::Marshal(std::string& jsonStr) in Marshal()
54 int32_t DCameraOpenInfoCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_event_cmd.cpp24 int32_t DCameraEventCmd::Marshal(std::string& jsonStr) in Marshal()
55 int32_t DCameraEventCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_metadata_setting_cmd.cpp25 int32_t DCameraMetadataSettingCmd::Marshal(std::string& jsonStr) in Marshal()
63 int32_t DCameraMetadataSettingCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_channel_info_cmd.cpp24 int32_t DCameraChannelInfoCmd::Marshal(std::string& jsonStr) in Marshal()
70 int32_t DCameraChannelInfoCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_capture_info_cmd.cpp24 int32_t DCameraCaptureInfoCmd::Marshal(std::string& jsonStr) in Marshal()
60 int32_t DCameraCaptureInfoCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
/foundation/distributedhardware/distributed_input/services/source/transport/src/
Ddistributed_input_source_transport.cpp200 nlohmann::json jsonStr; in PrepareRemoteInput() local
225 nlohmann::json jsonStr; in UnprepareRemoteInput() local
251 nlohmann::json jsonStr; in PrepareRemoteInput() local
275 nlohmann::json jsonStr; in UnprepareRemoteInput() local
301 nlohmann::json jsonStr; in StartRemoteInputDhids() local
330 nlohmann::json jsonStr; in StopRemoteInputDhids() local
357 nlohmann::json jsonStr; in StartRemoteInputType() local
384 nlohmann::json jsonStr; in StopRemoteInputType() local
410 nlohmann::json jsonStr; in SendRelayPrepareRequest() local
434 nlohmann::json jsonStr; in SendRelayUnprepareRequest() local
[all …]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/versioninfomanager/versioninfo/src/
Dversion_info_test.cpp81 std::string jsonStr = verInfo1.ToJsonString(); variable
113 std::string jsonStr = jsonObject.dump(); variable
140 std::string jsonStr = jsonObject.dump(); variable
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
Dav_trans_meta.cpp52 bool AVTransAudioBufferMeta::UnmarshalAudioMeta(const std::string& jsonStr) in UnmarshalAudioMeta()
99 bool AVTransVideoBufferMeta::UnmarshalVideoMeta(const std::string& jsonStr) in UnmarshalVideoMeta()
Dav_trans_message.cpp49 bool AVTransMessage::UnmarshalMessage(const std::string& jsonStr, const std::string &peerDevId) in UnmarshalMessage()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
Ddcamera_source_controller.cpp79 std::string jsonStr; in StartCapture() local
154 std::string jsonStr; in ChannelNeg() local
222 std::string jsonStr; in UpdateSettings() local
296 std::string jsonStr; in OpenChannel() local
468 void DCameraSourceController::HandleMetaDataResult(std::string& jsonStr) in HandleMetaDataResult()
/foundation/arkui/ace_engine/adapter/preview/inspector/
Dinspector_client.h45 void CallFastPreviewErrorCallback(const std::string& jsonStr) in CallFastPreviewErrorCallback()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
Ddistributed_input_sink_manager.cpp100 void DistributedInputSinkManager::QueryLocalWhiteList(nlohmann::json &jsonStr) in QueryLocalWhiteList()
133 nlohmann::json jsonStr; in OnPrepareRemoteInput() local
153 nlohmann::json jsonStr; in OnUnprepareRemoteInput() local
165 nlohmann::json jsonStr; in OnRelayPrepareRemoteInput() local
188 nlohmann::json jsonStr; in OnRelayUnprepareRemoteInput() local
251 nlohmann::json jsonStr; in OnStopRemoteInput() local
317 nlohmann::json jsonStr; in OnStopRemoteInputDhid() local
384 nlohmann::json jsonStr; in OnRelayStopDhidRemoteInput() local
471 nlohmann::json jsonStr; in OnRelayStopTypeRemoteInput() local
/foundation/ability/ability_base/interfaces/kits/native/view_data/src/
Dpage_node_info.cpp32 void PageNodeInfo::FromJsonString(const std::string& jsonStr) in FromJsonString()
Dview_data.cpp30 void ViewData::FromJsonString(const std::string& jsonStr) in FromJsonString()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
Dconfig_factory.cpp39 std::string jsonStr; in Initialize() local
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
Dserializable.cpp25 bool Serializable::Unmarshall(const std::string &jsonStr) in Unmarshall()
41 Serializable::json Serializable::ToJson(const std::string &jsonStr) in ToJson()
57 bool Serializable::IsJson(const std::string &jsonStr) in IsJson()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
Dserializable.cpp26 bool Serializable::Unmarshall(const std::string &jsonStr) in Unmarshall()
42 Serializable::json Serializable::ToJson(const std::string &jsonStr) in ToJson()
58 bool Serializable::IsJson(const std::string &jsonStr) in IsJson()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dgrid_container_composed_element.cpp57 auto jsonStr = JsonUtil::Create(true); in GetConstructor() local
/foundation/distributedhardware/device_manager/common/src/
Ddm_anonymous.cpp133 std::string jsonStr = ""; in ConvertMapToJsonString() local
144 void ParseMapFromJsonString(const std::string &jsonStr, std::map<std::string, std::string> &paramMa… in ParseMapFromJsonString()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
Dplugin_component_manager.cpp59 std::string jsonStr; in Request() local
135 std::string jsonStr; in OnPushCallBack() local
220 …& packagePathStr, const std::string& pluginName, const std::string& jsonPath, std::string& jsonStr) in GetTemplatePathFromJsonFile()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
Dversion_info.cpp32 int32_t VersionInfo::FromJsonString(const std::string &jsonStr) in FromJsonString()

1234