Searched refs:OnNotifyRefreshForm (Results 1 – 10 of 10) sorted by relevance
124 virtual int32_t OnNotifyRefreshForm(const int64_t &formId) { return ERR_OK; } in OnNotifyRefreshForm() function
119 int32_t OnNotifyRefreshForm(const int64_t &formId) override;
134 int32_t OnNotifyRefreshForm(const int64_t &formId) override;
653 int32_t OnNotifyRefreshForm(const int64_t &formId);
395 int32_t FormSupplyCallback::OnNotifyRefreshForm(const int64_t &formId) in OnNotifyRefreshForm() function in OHOS::AppExecFwk::FormSupplyCallback397 FormMgrAdapter::GetInstance().OnNotifyRefreshForm(formId); in OnNotifyRefreshForm()
3936 int32_t FormMgrAdapter::OnNotifyRefreshForm(const int64_t &formId) in OnNotifyRefreshForm() function in OHOS::AppExecFwk::FormMgrAdapter
315 int32_t result = OnNotifyRefreshForm(formId); in HandleOnNotifyRefreshForm()
407 int32_t FormSupplyProxy::OnNotifyRefreshForm(const int64_t &formId) in OnNotifyRefreshForm() function in OHOS::AppExecFwk::FormSupplyProxy
196 void OnNotifyRefreshForm(const int64_t &formId);
274 void FormRenderRecord::OnNotifyRefreshForm(const int64_t &formId) in OnNotifyRefreshForm() function in OHOS::AppExecFwk::FormRender::FormRenderRecord287 formSupplyClient->OnNotifyRefreshForm(formId); in OnNotifyRefreshForm()708 OnNotifyRefreshForm(formJsInfo.formId); in HandleUpdateForm()