mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 14:30:21 +00:00
需求
Signed-off-by: wangkailong <wangkailong6@huawei.com> Change-Id: If00e91d6a5bbd2cb3304bfab718286227ca328d4
This commit is contained in:
parent
6a9b564b9f
commit
0cc6d2f6bf
@ -153,6 +153,11 @@ public:
|
||||
{
|
||||
return ERR_OK;
|
||||
};
|
||||
int32_t AcquireFormData(int64_t formId, int64_t requestCode, const sptr<IRemoteObject> &callerToken,
|
||||
AAFwk::WantParams &formData) override
|
||||
{
|
||||
return ERR_OK;
|
||||
};
|
||||
int32_t RecvFormShareInfoFromRemote(const FormShareInfo &info) override
|
||||
{
|
||||
return ERR_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user