!399 删除卡片废弃接口

Merge pull request !399 from 闫文豪/permissionCheck
This commit is contained in:
openharmony_ci 2022-09-28 03:01:09 +00:00 committed by Gitee
commit 052747c98c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -64,14 +64,6 @@ public:
{
return ERR_OK;
};
ErrCode AddFormInfo(FormInfo &formInfo) override
{
return ERR_OK;
};
ErrCode RemoveFormInfo(const std::string &moduleName, const std::string &formName) override
{
return ERR_OK;
};
ErrCode RequestPublishForm(Want &want, bool withFormBindingData,
std::unique_ptr<FormProviderData> &formBindingData, int64_t &formId) override
{
@ -114,22 +106,6 @@ public:
{
return ERR_OK;
};
int32_t BatchAddFormRecords(const Want &want) override
{
return ERR_OK;
};
int32_t ClearFormRecords() override
{
return ERR_OK;
};
int32_t DistributedDataAddForm(const Want &want) override
{
return ERR_OK;
};
int32_t DistributedDataDeleteForm(const std::string &formId) override
{
return ERR_OK;
};
int32_t DeleteInvalidForms(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken,
int32_t &numFormsDeleted) override
{
@ -163,10 +139,6 @@ public:
{
return ERR_OK;
};
int32_t UpdateRouterAction(const int64_t formId, std::string &action) override
{
return ERR_OK;
};
int32_t ShareForm(const int64_t formId, const std::string &deviceId,
const sptr<IRemoteObject> &callerToken, const int64_t requestCode) override
{