Home
last modified time | relevance | path

Searched refs:SetRefreshDuringDisableForm (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h739 ErrCode SetRefreshDuringDisableForm(const int64_t formId, const bool enable);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp116 FormDataMgr::GetInstance().SetRefreshDuringDisableForm(formId, true); in RefreshForm()
H A Dform_data_mgr.cpp2578 ErrCode FormDataMgr::SetRefreshDuringDisableForm(const int64_t formId, const bool enable) in SetRefreshDuringDisableForm() function in OHOS::AppExecFwk::FormDataMgr
H A Dform_mgr_adapter.cpp1725 FormDataMgr::GetInstance().SetRefreshDuringDisableForm(formId, true); in AcquireProviderFormInfoAsync()