rtg_interface add createGroup interface

Signed-off-by: ymw1997 <yemingwei1@huawei.com>
This commit is contained in:
ymw1997
2026-01-04 14:24:15 +08:00
parent e15d1e2ab6
commit e4c449dc83
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -85,6 +85,7 @@ enum rtg_sched_cmdid {
};
bool GetAppExpelAbility(const std::string &appBundleName);
int CreateNewRtgGrp(int prioType, int rtNum);
extern "C" {
int EnableRtg(bool flag);
@@ -397,5 +397,10 @@ bool GetAppExpelAbility(const std::string &appBundleName)
{
return false;
}
int CreateNewRtgGrp(int prioType, int rtNum)
{
return -1;
}
} // namespace RME
} // namespace OHOS