mirror of
https://github.com/openharmony/linux_frame_aware_sched.git
synced 2026-07-01 22:24:08 -04:00
@@ -84,6 +84,8 @@ enum rtg_sched_cmdid {
|
||||
RTG_CTRL_MAX_NR,
|
||||
};
|
||||
|
||||
bool GetAppExpelAbility(const std::string &appBundleName);
|
||||
|
||||
extern "C" {
|
||||
int EnableRtg(bool flag);
|
||||
int AddThreadToRtg(int tid, int grpId, int prioType = 0, bool isBlue = false);
|
||||
|
||||
@@ -382,5 +382,10 @@ int GetRtgEnable()
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
bool GetAppExpelAbility(const std::string &appBundleName)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
} // namespace RME
|
||||
} // namespace OHOS
|
||||
|
||||
Reference in New Issue
Block a user