黄蓝同步

Signed-off-by: YouZijun97 <yemingwei1@huawei.com>
This commit is contained in:
YouZijun97
2024-09-15 20:29:22 +08:00
parent e38f267a46
commit 116b3becde
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -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