Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_record.h39 bool needAddForm = false; variable
H A Dform_data_mgr.h265 void SetNeedAddForm(const int64_t formId, const bool needAddForm);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp942 void FormDataMgr::SetNeedAddForm(const int64_t formId, const bool needAddForm) in SetNeedAddForm() argument
950 itFormRecord->second.needAddForm = needAddForm; in SetNeedAddForm()
H A Dform_mgr_adapter.cpp1552 if (newRecord.needRefresh || newRecord.needAddForm in AddExistFormRecord()