Home
last modified time | relevance | path

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

12345

/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/ability/dmsfwk/services/dtbschedmgr/src/continue/
Ddsched_continue_event.cpp33 int32_t DSchedContinueCmdBase::Marshal(std::string &jsonStr) in Marshal()
67 int32_t DSchedContinueCmdBase::Unmarshal(const std::string &jsonStr) in Unmarshal()
118 int32_t DSchedContinueStartCmd::Marshal(std::string &jsonStr) in Marshal()
154 int32_t DSchedContinueStartCmd::Unmarshal(const std::string &jsonStr) in Unmarshal()
208 int32_t DSchedContinueDataCmd::Marshal(std::string &jsonStr) in Marshal()
266 int32_t DSchedContinueDataCmd::MarshalCallerInfo(std::string &jsonStr) in MarshalCallerInfo()
310 int32_t DSchedContinueDataCmd::MarshalAccountInfo(std::string &jsonStr) in MarshalAccountInfo()
351 int32_t DSchedContinueDataCmd::Unmarshal(const std::string &jsonStr) in Unmarshal()
407 int32_t DSchedContinueDataCmd::UnmarshalParcel(const std::string &jsonStr) in UnmarshalParcel()
461 int32_t DSchedContinueDataCmd::UnmarshalCallerInfo(std::string &jsonStr) in UnmarshalCallerInfo()
[all …]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
Dserializable_test.cpp130 std::string jsonStr = ""; variable
154 std::string jsonStr = "{\n" variable
202 std::string jsonStr = R"({"key":null})"; variable
227 std::string jsonStr = R"({"key":null})"; variable
252 std::string jsonStr = R"({"key":null})"; variable
277 std::string jsonStr = R"({"key":null})"; variable
302 std::string jsonStr = R"({"key":null})"; variable
327 std::string jsonStr = R"({"key":null})"; variable
437 std::string jsonStr = "{\n" variable
/foundation/distributeddatamgr/relational_store/test/native/appdatafwk/unittest/
Dserializable_test.cpp173 std::string jsonStr = "\"test\""; variable
185 std::string jsonStr = "{\"key\":\"value\"}"; variable
197 std::string jsonStr = "invalid_json"; variable
209 std::string jsonStr = ""; variable
221 std::string jsonStr = "{invalid_json}"; variable
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
Ddcamera_sink_frame_info.cpp23 void DCameraSinkFrameInfo::Marshal(std::string& jsonStr) in Marshal()
47 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()
77 int32_t DCameraCaptureInfoCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
/foundation/distributedhardware/distributed_input/services/source/transport/src/
Ddistributed_input_source_transport.cpp150 nlohmann::json jsonStr; in PrepareRemoteInput() local
175 nlohmann::json jsonStr; in UnprepareRemoteInput() local
201 nlohmann::json jsonStr; in PrepareRemoteInput() local
225 nlohmann::json jsonStr; in UnprepareRemoteInput() local
251 nlohmann::json jsonStr; in StartRemoteInputDhids() local
280 nlohmann::json jsonStr; in StopRemoteInputDhids() local
307 nlohmann::json jsonStr; in StartRemoteInputType() local
334 nlohmann::json jsonStr; in StopRemoteInputType() local
360 nlohmann::json jsonStr; in SendRelayPrepareRequest() local
384 nlohmann::json jsonStr; in SendRelayUnprepareRequest() local
[all …]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
Ddcamera_source_controller.cpp82 std::string jsonStr; in StartCapture() local
159 std::string jsonStr; in ChannelNeg() local
227 std::string jsonStr; in UpdateSettings() local
302 std::string jsonStr; in OpenChannel() local
473 void DCameraSourceController::HandleMetaDataResult(std::string& jsonStr) in HandleMetaDataResult()
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
Dlru_cache_disk_handler.cpp43 std::string jsonStr = diskHandler_.Read(); in ReadJsonValueFromFile() local
54 char *jsonStr = cJSON_Print(root); in WriteJsonValueToFile() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
Dav_trans_meta.cpp63 bool AVTransAudioBufferMeta::UnmarshalAudioMeta(const std::string& jsonStr) in UnmarshalAudioMeta()
138 bool AVTransVideoBufferMeta::UnmarshalVideoMeta(const std::string& jsonStr) in UnmarshalVideoMeta()
/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
Dsyscap_info_collector.cpp79 std::string jsonStr; in ConvertToProfile() local
132 bool SyscapInfoCollector::GenJsonStr(const cJSON* const jsonData, std::string& jsonStr) in GenJsonStr()
Ddms_info_collector.cpp73 std::string jsonStr = jsonChars; in ConvertToProfile() local
/foundation/communication/dsoftbus/tests/core/discovery/coap/common/unittest/
Ddisc_coap_parser_test.cpp53 std::string jsonStr; variable
82 std::string jsonStr = R"({"UDID":"123456789udidtest"})"; variable
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
Djson_utils.h32 nlohmann::json Parse(const std::string &jsonStr) in Parse()
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
Ddistributed_input_sink_manager.cpp102 void DistributedInputSinkManager::QueryLocalWhiteList(nlohmann::json &jsonStr) in QueryLocalWhiteList()
140 nlohmann::json jsonStr; in OnPrepareRemoteInput() local
160 nlohmann::json jsonStr; in OnUnprepareRemoteInput() local
176 nlohmann::json jsonStr; in OnRelayPrepareRemoteInput() local
199 nlohmann::json jsonStr; in OnRelayUnprepareRemoteInput() local
270 nlohmann::json jsonStr; in OnStopRemoteInput() local
343 nlohmann::json jsonStr; in OnStopRemoteInputDhid() local
417 nlohmann::json jsonStr; in OnRelayStopDhidRemoteInput() local
512 nlohmann::json jsonStr; in OnRelayStopTypeRemoteInput() local
/foundation/arkui/ace_engine/adapter/preview/inspector/
Dinspector_client.h45 void CallFastPreviewErrorCallback(const std::string& jsonStr) in CallFastPreviewErrorCallback()
/foundation/ability/ability_base/interfaces/kits/native/view_data/src/
Drect.cpp28 void Rect::FromJsonString(const std::string& jsonStr) in FromJsonString()
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrapprunningmanager_fuzzer/
Dabilityappmgrapprunningmanager_fuzzer.cpp72 std::string jsonStr(data, size); in DoSomethingInterestingWithMyAPIadda() local
114 std::string jsonStr(data, size); in DoSomethingInterestingWithMyAPIaddb() local
154 std::string jsonStr(data, size); in DoSomethingInterestingWithMyAPIaddc() local
176 std::string jsonStr(data, size); in DoSomethingInterestingWithMyAPI() local
/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
Db_jsonutil.cpp141 char *jsonStr = cJSON_Print(root); in AddUnicastInfo() local
278 bool BJsonUtil::BuildExtensionErrInfo(std::string &jsonStr, int errCode, std::string errMsg) in BuildExtensionErrInfo()
307 bool BJsonUtil::BuildExtensionErrInfo(std::string &jsonStr, std::map<std::string, std::vector<int>>… in BuildExtensionErrInfo()
344 bool OHOS::FileManagement::Backup::BJsonUtil::BuildOnProcessRetInfo(std::string &jsonStr, std::stri… in BuildOnProcessRetInfo()
432 char *jsonStr = cJSON_Print(infos); in BuildBundleInfoJson() local
/foundation/ability/ability_base/test/unittest/viewdata/
Dview_data_test.cpp60 std::string jsonStr = "jsonStr"; variable

12345