Home
last modified time | relevance | path

Searched refs:OnNotifyRefreshForm (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_supply_interface.h124 virtual int32_t OnNotifyRefreshForm(const int64_t &formId) { return ERR_OK; } in OnNotifyRefreshForm() function
H A Dform_supply_proxy.h119 int32_t OnNotifyRefreshForm(const int64_t &formId) override;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_supply_callback.h134 int32_t OnNotifyRefreshForm(const int64_t &formId) override;
H A Dform_mgr_adapter.h653 int32_t OnNotifyRefreshForm(const int64_t &formId);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_supply_callback.cpp395 int32_t FormSupplyCallback::OnNotifyRefreshForm(const int64_t &formId) in OnNotifyRefreshForm() function in OHOS::AppExecFwk::FormSupplyCallback
397 FormMgrAdapter::GetInstance().OnNotifyRefreshForm(formId); in OnNotifyRefreshForm()
H A Dform_mgr_adapter.cpp3936 int32_t FormMgrAdapter::OnNotifyRefreshForm(const int64_t &formId) in OnNotifyRefreshForm() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_supply_stub.cpp315 int32_t result = OnNotifyRefreshForm(formId); in HandleOnNotifyRefreshForm()
H A Dform_supply_proxy.cpp407 int32_t FormSupplyProxy::OnNotifyRefreshForm(const int64_t &formId) in OnNotifyRefreshForm() function in OHOS::AppExecFwk::FormSupplyProxy
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h196 void OnNotifyRefreshForm(const int64_t &formId);
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp274 void FormRenderRecord::OnNotifyRefreshForm(const int64_t &formId) in OnNotifyRefreshForm() function in OHOS::AppExecFwk::FormRender::FormRenderRecord
287 formSupplyClient->OnNotifyRefreshForm(formId); in OnNotifyRefreshForm()
708 OnNotifyRefreshForm(formJsInfo.formId); in HandleUpdateForm()