Home
last modified time | relevance | path

Searched refs:isCountTimerRefresh (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp119 bool isCountTimerRefresh = want.GetBoolParam(Constants::KEY_IS_TIMER, false); in RefreshForm() local
123 if (isCountTimerRefresh) { in RefreshForm()
161 refreshRecord.isCountTimerRefresh = isCountTimerRefresh; in RefreshForm()
163 return ConnectAmsForRefresh(formId, refreshRecord, newWant, isCountTimerRefresh); in RefreshForm()
203 const FormRecord &record, const Want &want, const bool isCountTimerRefresh) in ConnectAmsForRefresh() argument
222 if (isCountTimerRefresh) { in ConnectAmsForRefresh()
235 if (record.isCountTimerRefresh) { in ConnectAmsForRefresh()
493 if (record.isCountTimerRefresh) { in IncreaseTimerRefreshCount()
H A Dform_dump_mgr.cpp158 …formInfo += " isCountTimerRefresh [" + std::to_string(formRecordInfo.isCountTimerRefresh) + "]\… in DumpFormInfo()
H A Dform_mgr_adapter.cpp3859 formRecord.isCountTimerRefresh = false; in BatchRefreshForms()
3864 formRecord.isCountTimerRefresh = false; in BatchRefreshForms()
H A Dform_data_mgr.cpp966 itFormRecord->second.isCountTimerRefresh = countTimerRefresh; in SetCountTimerRefresh()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/
H A Dmock_form_data_mgr.cpp50 formRecord.isCountTimerRefresh = true; in GetFormRecord()
H A Dfms_form_provider_data_new_leg_test.cpp590 record.isCountTimerRefresh = true;
829 record.isCountTimerRefresh = false;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_record.h40 bool isCountTimerRefresh = false; variable
H A Dform_provider_mgr.h78 const bool isCountTimerRefresh);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1358 EXPECT_EQ(true, formDataMgr_.formRecords_.find(formId)->second.isCountTimerRefresh);