mirror of
https://github.com/openharmony/linux_frame_aware_sched.git
synced 2026-07-01 22:24:08 -04:00
!179 handle interaction scene
Merge pull request !179 from Ethan/master
This commit is contained in:
@@ -146,6 +146,11 @@ void FrameMsgIntf::ReportSlideEvent(const int pid, const int uid, const int64_t
|
||||
return;
|
||||
}
|
||||
|
||||
void FrameMsgIntf::ReportInteractionScene(const int64_t status)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void FrameMsgIntf::Stop()
|
||||
{
|
||||
return;
|
||||
|
||||
@@ -35,6 +35,7 @@ public:
|
||||
void ReportRenderThread(const int pid, const int uid, const int renderTid);
|
||||
void ReportContinuousTask(const int pid, const int uid, const int status);
|
||||
void ReportSlideEvent(const int pid, const int uid, const int64_t status);
|
||||
void ReportInteractionScene(const int64_t status);
|
||||
void Stop();
|
||||
protected:
|
||||
FrameMsgIntf() = default;
|
||||
|
||||
Reference in New Issue
Block a user