Home
last modified time | relevance | path

Searched refs:SetFormEnable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h732 ErrCode SetFormEnable(const int64_t formId, const bool enable);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp2565 ErrCode FormDataMgr::SetFormEnable(const int64_t formId, const bool enable) in SetFormEnable() function in OHOS::AppExecFwk::FormDataMgr
H A Dform_mgr_adapter.cpp3899 FormDataMgr::GetInstance().SetFormEnable(iter->formId, enable); in EnableForms()