修复蓝黄不一致问题

Signed-off-by: YouZijun97 <yemingwei1@huawei.com>
This commit is contained in:
YouZijun97
2024-09-15 22:44:36 +08:00
parent 116b3becde
commit 88e497245c
+3 -2
View File
@@ -84,8 +84,6 @@ 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);
@@ -103,6 +101,9 @@ extern "C" {
int SearchRtgForTid(int tid);
int GetRtgEnable();
}
bool GetAppExpelAbility(const std::string &appBundleName);
} // namespace RME
} // namespace OHOS
#endif // OHOS_FRAME_AWARE_SCHED_COMMON_INCLUDE_RTG_INTERFACE_H