Home
last modified time | relevance | path

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

1234567

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/collab/
Ddsched_collab_event_test.cpp79 std::string jsonStr; variable
97 std::string jsonStr = "test"; variable
143 std::string jsonStr; variable
179 std::string jsonStr; variable
252 std::string jsonStr; variable
270 std::string jsonStr = "test"; variable
313 std::string jsonStr; variable
351 std::string jsonStr; variable
378 std::string jsonStr; variable
417 std::string jsonStr; variable
[all …]
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/
Ddsched_continue_event_test.cpp367 std::string jsonStr = "test"; variable
442 auto jsonStr = std::string(data); variable
478 std::string jsonStr = "test"; variable
530 auto jsonStr = std::string(data); variable
573 auto jsonStr = std::string(data); variable
589 std::string jsonStr = "test"; variable
657 auto jsonStr = std::string(data); variable
684 auto jsonStr = std::string(data); variable
727 auto jsonStr = std::string(data); variable
772 auto jsonStr = std::string(data); variable
[all …]
/foundation/multimedia/av_session/services/session/server/test/
Djson_utils_test.cpp143 std::string jsonStr = R"( variable
161 std::string jsonStr = ""; variable
177 std::string jsonStr = R"( variable
195 std::string jsonStr = R"( variable
213 std::string jsonStr = ""; variable
229 std::string jsonStr = R"( variable
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/test/unittest/common/base/
Ddcamera_protocol_test.cpp113 std::string jsonStr; variable
130 std::string jsonStr; variable
147 std::string jsonStr; variable
164 std::string jsonStr; variable
181 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()
278 int32_t DSchedContinueDataCmd::MarshalCallerInfo(std::string &jsonStr) in MarshalCallerInfo()
322 int32_t DSchedContinueDataCmd::MarshalAccountInfo(std::string &jsonStr) in MarshalAccountInfo()
363 int32_t DSchedContinueDataCmd::Unmarshal(const std::string &jsonStr) in Unmarshal()
419 int32_t DSchedContinueDataCmd::UnmarshalParcel(const std::string &jsonStr) in UnmarshalParcel()
494 int32_t DSchedContinueDataCmd::UnmarshalCallerInfo(const std::string &jsonStr) in UnmarshalCallerInfo()
[all …]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/collab/
Ddsched_collab_event.cpp32 int32_t BaseCmd::Marshal(std::string &jsonStr) in Marshal()
70 int32_t BaseCmd::Unmarshal(const std::string &jsonStr) in Unmarshal()
122 int32_t GetSinkCollabVersionCmd::Marshal(std::string &jsonStr) in Marshal()
153 int32_t GetSinkCollabVersionCmd::Unmarshal(const std::string &jsonStr) in Unmarshal()
187 int32_t SinkStartCmd::Marshal(std::string &jsonStr) in Marshal()
239 int32_t SinkStartCmd::Unmarshal(const std::string &jsonStr) in Unmarshal()
345 int32_t SinkStartCmd::MarshalCallerInfo(std::string &jsonStr) in MarshalCallerInfo()
391 int32_t SinkStartCmd::MarshalAccountInfo(std::string &jsonStr) in MarshalAccountInfo()
434 int32_t SinkStartCmd::UnmarshalCallerInfo(std::string &jsonStr) in UnmarshalCallerInfo()
484 int32_t SinkStartCmd::UnmarshalCallerInfoExtra(std::string &jsonStr) in UnmarshalCallerInfoExtra()
[all …]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
Dserializable_test.cpp122 std::string jsonStr = ""; variable
146 std::string jsonStr = "{\n" variable
194 std::string jsonStr = R"({"key":null})"; variable
219 std::string jsonStr = R"({"key":null})"; variable
244 std::string jsonStr = R"({"key":null})"; variable
269 std::string jsonStr = R"({"key":null})"; variable
294 std::string jsonStr = R"({"key":null})"; variable
319 std::string jsonStr = R"({"key":null})"; variable
429 std::string jsonStr = "{\n" variable
/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
Dres_json_type.cpp24 std::string jsonStr = parcel.ReadString(); in ReadFromParcel() local
30 std::string jsonStr = ""; in Marshalling() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_jsonutil/
Db_jsonutil_other_test.cpp76 std::string jsonStr; variable
111 std::string jsonStr; variable
144 std::string jsonStr; variable
378 std::string jsonStr; 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_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/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_open_info_cmd.cpp25 int32_t DCameraOpenInfoCmd::Marshal(std::string& jsonStr) in Marshal()
57 int32_t DCameraOpenInfoCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_info_cmd.cpp25 int32_t DCameraInfoCmd::Marshal(std::string& jsonStr) in Marshal()
57 int32_t DCameraInfoCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_event_cmd.cpp24 int32_t DCameraEventCmd::Marshal(std::string& jsonStr) in Marshal()
58 int32_t DCameraEventCmd::Unmarshal(const std::string& jsonStr) in Unmarshal()
Ddcamera_metadata_setting_cmd.cpp25 int32_t DCameraMetadataSettingCmd::Marshal(std::string& jsonStr) in Marshal()
67 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()
/foundation/filemanagement/app_file_service/tests/mock/utils_mock/src/
Db_jsonutil_mock.cpp46 bool BJsonUtil::BuildExtensionErrInfo(std::string &jsonStr, int errCode, std::string errMsg) in BuildExtensionErrInfo()
56 bool BJsonUtil::BuildExtensionErrInfo(std::string &jsonStr, std::map<std::string, std::vector<int>>… in BuildExtensionErrInfo()
61 bool BJsonUtil::BuildOnProcessRetInfo(std::string &jsonStr, std::string onProcessRet) in BuildOnProcessRetInfo()
82 std::string &jsonStr) in WriteToStr()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/notification/
Ddms_continue_recommend_info.cpp57 std::string jsonStr = std::string(data); in MarshalCandidates() local
78 std::string jsonStr = std::string(data); in MarshalCandidate() local
/foundation/window/window_manager/wm/src/
Dwindow_inspector.cpp32 const std::vector<WindowListInfo>& windowListInfo, std::string& jsonStr) in CreateArkUIInspectorJson()
126 bool WindowInspector::ProcessArkUIInspectorMessage(const std::string& message, std::string& jsonStr) in ProcessArkUIInspectorMessage()
160 void WindowInspector::SendMessageToIDE(const std::string& jsonStr) in SendMessageToIDE()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/symbol_resource/
Dsymbol_config_parser_test.cpp36 const char* jsonStr = R"({ in BuildValidLayersGroupingJson() local
77 const char* jsonStr = R"({ in BuildValidAnimationsJson() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
Ddcamera_source_controller.cpp83 std::string jsonStr; in StartCapture() local
143 std::string jsonStr = std::string(data); in StopCapture() local
185 std::string jsonStr; in ChannelNeg() local
260 std::string jsonStr; in UpdateSettings() local
338 std::string jsonStr; in OpenChannel() local
529 void DCameraSourceController::HandleMetaDataResult(std::string& jsonStr) in HandleMetaDataResult()
/foundation/arkui/ace_engine/test/unittest/core/pattern/arc_list/
Darc_list_common_test_ng.cpp283 auto jsonStr = itemEventHub->GetDragExtraParams("", Point(0, 250.f), DragEventType::START); variable
303 auto jsonStr = itemEventHub->GetDragExtraParams("", Point(0, 250.f), DragEventType::START); variable
325 auto jsonStr = itemEventHub->GetDragExtraParams("", Point(0, 250.f), DragEventType::START); variable
/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
Db_jsonutil.cpp143 char *jsonStr = cJSON_Print(root); in AddUnicastInfo() local
280 bool BJsonUtil::BuildExtensionErrInfo(std::string &jsonStr, int errCode, std::string errMsg) in BuildExtensionErrInfo()
309 bool BJsonUtil::BuildExtensionErrInfo(std::string &jsonStr, std::map<std::string, std::vector<int>>… in BuildExtensionErrInfo()
346 bool BJsonUtil::BuildOnProcessRetInfo(std::string &jsonStr, std::string onProcessRet) in BuildOnProcessRetInfo()
434 char *jsonStr = cJSON_Print(infos); in BuildBundleInfoJson() local
488 char *jsonStr = cJSON_Print(info); in BuildInitSessionErrInfo() local
503 std::string &jsonStr) in WriteToStr()
/foundation/multimedia/av_session/services/session/server/softbus/
Dsoftbus_session_utils.h42 static inline void TransferJsonToStr(const Json::Value& jsonValue, std::string& jsonStr) in TransferJsonToStr()
48 static inline bool TransferStrToJson(const std::string& jsonStr, Json::Value& jsonValue) in TransferStrToJson()

1234567