Searched refs:ProcessPublishForm (Results 1 – 6 of 6) sorted by relevance
40 virtual int32_t ProcessPublishForm(const Want &want)
43 int32_t ProcessPublishForm(const Want &want) override;
52 int result = formRenderProxy_->ProcessPublishForm(want);
23 int32_t FormPublishInterceptorProxy::ProcessPublishForm(const AAFwk::Want &want) in ProcessPublishForm() function in OHOS::AppExecFwk::FormPublishInterceptorProxy
60 int32_t result = ProcessPublishForm(*want); in HandleProcessPublishForm()
2220 int ret = formPublishInterceptor_->ProcessPublishForm(wantToHost); in RequestPublishFormToHost()