/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_service_stub.cpp | 59 ReportData(type, value, StringToJson(payload)); in ReportDataInner() 103 QueryDeadline(queryItem, ddlReply, StringToJson(payload)); in QueryDeadlineInner() 121 RequestAuth(StringToJson(payload)); in RequestAuthInner() 143 Json::Value ConcurrentTaskServiceStub::StringToJson(const std::string& payload) in StringToJson() function in OHOS::ConcurrentTask::ConcurrentTaskServiceStub
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/include/ |
H A D | res_sched_exe_common_utils.h | 52 static void StringToJson(const std::string& str, nlohmann::json& payload);
|
/foundation/resourceschedule/qos_manager/services/include/ |
H A D | concurrent_task_service_stub.h | 37 Json::Value StringToJson(const std::string& str);
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/src/ |
H A D | res_sched_exe_common_utils.cpp | 40 void ResSchedExeCommonUtils::StringToJson(const std::string& str, nlohmann::json& payload) in StringToJson() function in OHOS::ResourceSchedule::ResSchedExeCommonUtils
|
/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | kv_operator.h | 48 bool StringToJson(const std::string &str, nlohmann::json &jsonObj);
|
H A D | kv_operator.cpp | 125 bool KvOperator::StringToJson(const std::string &str, nlohmann::json &jsonObj) in StringToJson() function in OHOS::Sharing::KvOperator
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/fuzztest/resschedexecutor_fuzzer/ |
H A D | resschedexecutor_fuzzer.cpp | 100 ResSchedExeCommonUtils::StringToJson(str, payload); in StringToJsonFuzzTest()
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
H A D | res_sched_service_proxy.h | 114 bool StringToJson(const std::string& str, nlohmann::json& jsonObj);
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_service_proxy.cpp | 72 if (ret == NO_ERROR && !StringToJson(response.ReadString(), reply)) { in ReportSyncEvent() 92 bool ResSchedServiceProxy::StringToJson(const std::string& str, nlohmann::json& jsonObj) in StringToJson() function in OHOS::ResourceSchedule::ResSchedServiceProxy
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/ |
H A D | res_sched_exe_service_proxy.cpp | 48 ResSchedExeCommonUtils::StringToJson(response.ReadString(), reply); in SendRequestSync()
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
H A D | res_sched_exe_service_stub.cpp | 216 ResSchedExeCommonUtils::StringToJson(payload, context); in ParseParcel()
|
/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/ |
H A D | concurrent_fuzzer.cpp | 557 s.StringToJson(str); in FuzzConcurrentTaskServiceStringToJson()
|