Home
last modified time | relevance | path

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

123

/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/select/
Dselect_creator_test.cpp64 const std::string jsonStr = "" variable
100 const std::string jsonStr = variable
158 const std::string jsonStr = variable
189 const std::string jsonStr = variable
220 const std::string jsonStr = variable
251 const std::string jsonStr = variable
282 const std::string jsonStr = variable
313 const std::string jsonStr = variable
344 const std::string jsonStr = "" variable
375 const std::string jsonStr = variable
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/domsvg/
Ddom_svg_test.cpp80 const std::string jsonStr = "" variable
131 const std::string jsonStr = "" variable
187 const std::string jsonStr = "" variable
238 const std::string jsonStr = "" variable
277 const std::string jsonStr = "" variable
320 const std::string jsonStr = "" variable
351 const std::string jsonStr = "" variable
394 const std::string jsonStr = "" variable
425 const std::string jsonStr = "" variable
456 const std::string jsonStr = "" variable
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/display/
Ddisplay_creator_test.cpp60 const std::string jsonStr = "" variable
96 const std::string jsonStr = "" variable
121 const std::string jsonStr = "" variable
154 const std::string jsonStr = "" variable
187 const std::string jsonStr = "" variable
220 const std::string jsonStr = "" variable
253 const std::string jsonStr = "" variable
286 const std::string jsonStr = "" variable
319 const std::string jsonStr = "" variable
352 const std::string jsonStr = "" variable
[all …]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
Dserializable_test.cpp57 std::string jsonStr; variable
84 std::string jsonStr = R"({"key":"key1", "passwd":"*******"})"; variable
108 std::string jsonStr = R"({"key":null})"; variable
131 std::string jsonStr = R"({"key":null})"; variable
154 std::string jsonStr = R"({"key":null})"; variable
177 std::string jsonStr = R"({"key":null})"; variable
200 std::string jsonStr = R"({"key":null})"; variable
223 std::string jsonStr = R"({"key":null})"; 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_open_info_cmd.cpp26 int32_t DCameraOpenInfoCmd::Marshal(std::string& jsonStr) in Marshal()
41 int32_t DCameraOpenInfoCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_info_cmd.cpp26 int32_t DCameraInfoCmd::Marshal(std::string& jsonStr) in Marshal()
41 int32_t DCameraInfoCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_event_cmd.cpp26 int32_t DCameraEventCmd::Marshal(std::string& jsonStr) in Marshal()
43 int32_t DCameraEventCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_metadata_setting_cmd.cpp26 int32_t DCameraMetadataSettingCmd::Marshal(std::string& jsonStr) in Marshal()
46 int32_t DCameraMetadataSettingCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_channel_info_cmd.cpp26 int32_t DCameraChannelInfoCmd::Marshal(std::string& jsonStr) in Marshal()
49 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.cpp198 nlohmann::json jsonStr; in PrepareRemoteInput() local
223 nlohmann::json jsonStr; in UnprepareRemoteInput() local
249 nlohmann::json jsonStr; in PrepareRemoteInput() local
273 nlohmann::json jsonStr; in UnprepareRemoteInput() local
303 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()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/button/
Dbutton_creator_test.cpp75 const std::string jsonStr = "" variable
119 const std::string jsonStr = "" variable
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
Ddcamera_source_controller.cpp74 std::string jsonStr; in StartCapture() local
149 std::string jsonStr; in ChannelNeg() local
213 std::string jsonStr; in UpdateSettings() local
287 std::string jsonStr; in OpenChannel() local
456 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/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/
Ddom_node_factory.cpp154const std::string& jsonStr, const RefPtr<DOMNode>& domNode, const RefPtr<Declaration>& declaration) in SetStyleFromJson()
197 void SetAttrFromJson(const std::string& jsonStr, const RefPtr<DOMNode>& domNode, const RefPtr<Decla… in SetAttrFromJson()
228const std::string& jsonStr, const RefPtr<DOMNode>& domNode, const RefPtr<Declaration>& declaration) in SetEventFromJson()
279 RefPtr<DOMNode> DOMNodeFactory::CreateDOMNodeFromDsl(const std::string& jsonStr) in CreateDOMNodeFromDsl()
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
Dtheme_constants_test.cpp236 const std::string jsonStr = "{ " variable
273 const std::string jsonStr = "{ " variable
308 const std::string jsonStr = "{ " variable
332 const std::string jsonStr = "{ " variable
576 const std::string jsonStr = "@ohos_id_500"; variable
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
Ddistributed_input_sink_manager.cpp76 void DistributedInputSinkManager::QueryLocalWhiteList(nlohmann::json &jsonStr) in QueryLocalWhiteList()
102 nlohmann::json jsonStr; in OnPrepareRemoteInput() local
129 nlohmann::json jsonStr; in OnUnprepareRemoteInput() local
141 nlohmann::json jsonStr; in OnRelayPrepareRemoteInput() local
172 nlohmann::json jsonStr; in OnRelayUnprepareRemoteInput() local
235 nlohmann::json jsonStr; in OnStopRemoteInput() local
301 nlohmann::json jsonStr; in OnStopRemoteInputDhid() local
368 nlohmann::json jsonStr; in OnRelayStopDhidRemoteInput() local
455 nlohmann::json jsonStr; in OnRelayStopTypeRemoteInput() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/
Dconfig_factory.cpp39 std::string jsonStr; in Initialize() local
/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/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/arkui/ace_engine/frameworks/core/components/plugin/
Dplugin_component_manager.cpp60 std::string jsonStr; in Request() local
125 std::string jsonStr; in OnPushCallBack() local
204 …& packagePathStr, const std::string& pluginName, const std::string& jsonPath, std::string& jsonStr) in GetTemplatePathFromJsonFile()

123