Searched refs:ReportCgroupChange (Results 1 - 5 of 5) sorted by relevance
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/ |
H A D | frame_msg_intf.cpp | 118 void FrameMsgIntf::ReportCgroupChange(const int pid, const int uid, const int oldGroup, const int newGroup) in ReportCgroupChange() function in OHOS::RME::FrameMsgIntf 128 IntelliSenseServer::GetInstance().ReportCgroupChange(pid, uid, oldGroup, newGroup); in ReportCgroupChange()
|
H A D | frame_msg_intf.h | 33 void ReportCgroupChange(const int pid, const int uid, const int oldGroup, const int newGroup);
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/ |
H A D | intellisense_server.h | 40 void ReportCgroupChange(const int pid, const int uid, const int oldGroup, const int newGroup);
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/src/ |
H A D | intellisense_server.cpp | 272 void IntelliSenseServer::ReportCgroupChange(const int pid, const int uid, const int oldGroup, const int newGroup) in ReportCgroupChange() function in OHOS::RME::IntelliSenseServer
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | frame_aware_plugin.cpp | 172 RME::FrameMsgIntf::GetInstance().ReportCgroupChange(pid, uid, oldGroup, newGroup);
in HandleCgroupAdjuster()
|
Completed in 5 milliseconds