Searched refs:GetProcInfoByPayload (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | cgroup_event_handler.cpp | 664 if (!GetProcInfoByPayload(uid, pid, app, procRecord, payload)) { in HandleReportKeyThread() 703 if (!GetProcInfoByPayload(uid, pid, app, procRecord, payload)) { in HandleReportWindowState() 1012 if (!GetProcInfoByPayload(uid, pid, app, procRecord, payload)) { in HandleWebviewScreenCapture() 1033 if (!GetProcInfoByPayload(uid, pid, app, procRecord, payload)) { in HandleReportWebviewVideoState() 1045 bool CgroupEventHandler::GetProcInfoByPayload(int32_t &uid, int32_t &pid, std::shared_ptr<Applicati… in GetProcInfoByPayload() function in OHOS::ResourceSchedule::CgroupEventHandler
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/ |
H A D | cgroup_event_handler.h | 80 bool GetProcInfoByPayload(int32_t &uid, int32_t &pid, std::shared_ptr<Application>& app,
|