mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
!1088 cherry pick form master issue: IAP58I
Merge pull request !1088 from zhubingwei/cherry-pick-1726642197
This commit is contained in:
commit
3fa1e7d506
@ -253,6 +253,12 @@ public:
|
||||
{
|
||||
return ERR_OK;
|
||||
};
|
||||
ErrCode RequestPublishProxyFormWithSnapshot(Want &want, bool withFormBindingData,
|
||||
std::unique_ptr<FormProviderData> &formBindingData, int64_t &formId,
|
||||
const std::vector<FormDataProxy> &formDataProxies) override
|
||||
{
|
||||
return ERR_OK;
|
||||
}
|
||||
};
|
||||
} // namespace AppExecFwk
|
||||
} // namespace OHOS
|
||||
|
Loading…
Reference in New Issue
Block a user