!578 call事件补充方法

Merge pull request !578 from wangkailong/back
This commit is contained in:
openharmony_ci 2023-04-24 14:30:33 +00:00 committed by Gitee
commit 3c5af2d841
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -177,7 +177,11 @@ public:
bool CheckFMSReady() override
{
return false;
}
};
int32_t SetBackgroundFunction(const std::string method, const std::string params) override
{
return ERR_OK;
};
int32_t GetFormsCount(bool isTempFormFlag, int32_t &formCount) override
{
return ERR_OK;