native侧支持获取当前激活的卡片数量

Signed-off-by: yinhao <yinhao12@huawei.com>
Change-Id: I4db8bf3a6ca3a56988718df38fc0e8be831ae71e
This commit is contained in:
yinhao 2023-04-14 10:01:54 +08:00 committed by liweifeng
parent 6a9b564b9f
commit e2f80e4ab2

View File

@ -173,6 +173,14 @@ public:
{
return false;
}
int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override
{
return ERR_OK;
}
int32_t GetHostFormsCount(std::string &bundleName, int32_t &formCount) override
{
return ERR_OK;
}
};
} // namespace AppExecFwk
} // namespace OHOS