Home
last modified time | relevance | path

Searched refs:ParsePayload (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/
H A Dcgroup_event_handler.h82 bool ParsePayload(int32_t& uid, int32_t& pid, const nlohmann::json& payload);
83 …bool ParsePayload(int32_t& uid, int32_t& pid, int32_t& tid, int64_t value, const nlohmann::json& p…
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_event_handler.cpp610 if (!ParsePayload(uid, pid, mmi_service, value, payload)) { in HandleReportMMIProcess()
638 if (!ParsePayload(uid, pid, render, value, payload)) { in HandleReportRenderThread()
1053 if (!ParsePayload(uid, pid, payload)) { in GetProcInfoByPayload()
1070 bool CgroupEventHandler::ParsePayload(int32_t& uid, int32_t& pid, const nlohmann::json& payload) in ParsePayload() function in OHOS::ResourceSchedule::CgroupEventHandler
1081 bool CgroupEventHandler::ParsePayload(int32_t& uid, int32_t& pid, int32_t& tid, in ParsePayload() function in OHOS::ResourceSchedule::CgroupEventHandler
/ohos5.0/foundation/resourceschedule/qos_manager/services/include/
H A Dconcurrent_task_controller.h87 bool ParsePayload(const Json::Value& payload, int& uid, int& pid, std::string& bundleName);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/src/
H A Dsocperf_plugin.cpp296 static int32_t ParsePayload(const std::shared_ptr<ResData>& data, const std::string& key) in ParsePayload() function
617 int extensionType = ParsePayload(data, EXTENSION_TYPE_KEY); in HandleAppStateChange()
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp446 bool TaskController::ParsePayload(const Json::Value& payload, int& uid, int& pid, std::string& bund… in ParsePayload() function in OHOS::ConcurrentTask::TaskController
467 if (!ParsePayload(payload, uid, pid, bundleName)) { in DealSystemRequest()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/
H A Dcgroupsched_fuzzer.cpp765 cgroupEventHandler->ParsePayload(uid, pid, tid, value, payload); in ParsePayloadFuzzTest()