Home
last modified time | relevance | path

Searched refs:StringToJson (Results 1 - 12 of 12) sorted by relevance

/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_service_stub.cpp59 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 Dres_sched_exe_common_utils.h52 static void StringToJson(const std::string& str, nlohmann::json& payload);
/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_service_stub.h37 Json::Value StringToJson(const std::string& str);
/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/src/
H A Dres_sched_exe_common_utils.cpp40 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 Dkv_operator.h48 bool StringToJson(const std::string &str, nlohmann::json &jsonObj);
H A Dkv_operator.cpp125 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 Dresschedexecutor_fuzzer.cpp100 ResSchedExeCommonUtils::StringToJson(str, payload); in StringToJsonFuzzTest()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dres_sched_service_proxy.h114 bool StringToJson(const std::string& str, nlohmann::json& jsonObj);
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_service_proxy.cpp72 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 Dres_sched_exe_service_proxy.cpp48 ResSchedExeCommonUtils::StringToJson(response.ReadString(), reply); in SendRequestSync()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service_stub.cpp216 ResSchedExeCommonUtils::StringToJson(payload, context); in ParseParcel()
/foundation/resourceschedule/qos_manager/test/fuzztest/concurrent_fuzzer/
H A Dconcurrent_fuzzer.cpp557 s.StringToJson(str); in FuzzConcurrentTaskServiceStringToJson()

Completed in 6 milliseconds