Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_record.h83 bool isRefreshDuringDisableForm = false; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp3902 if (iter->isRefreshDuringDisableForm) { in EnableForms()
3903 iter->isRefreshDuringDisableForm = false; in EnableForms()
H A Dform_data_mgr.cpp2586 itFormRecord->second.isRefreshDuringDisableForm = enable; in SetRefreshDuringDisableForm()