mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 08:30:38 +00:00
commit
87de378413
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user