Home
last modified time | relevance | path

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

/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()
159 refreshRecord.isCountTimerRefresh = isCountTimerRefresh; in RefreshForm()
161 return ConnectAmsForRefresh(formId, refreshRecord, newWant, isCountTimerRefresh); in RefreshForm()
201 const FormRecord &record, const Want &want, const bool isCountTimerRefresh) in ConnectAmsForRefresh()
220 if (isCountTimerRefresh) { in ConnectAmsForRefresh()
233 if (record.isCountTimerRefresh) { in ConnectAmsForRefresh()
490 if (record.isCountTimerRefresh) { in IncreaseTimerRefreshCount()
200 ConnectAmsForRefresh(const int64_t formId, const FormRecord &record, const Want &want, const bool isCountTimerRefresh) ConnectAmsForRefresh() argument
H A Dform_dump_mgr.cpp158 formInfo += " isCountTimerRefresh [" + std::to_string(formRecordInfo.isCountTimerRefresh) + "]\n"; in DumpFormInfo()
H A Dform_mgr_adapter.cpp3796 formRecord.isCountTimerRefresh = false; in BatchRefreshForms()
3801 formRecord.isCountTimerRefresh = false; in BatchRefreshForms()
H A Dform_data_mgr.cpp909 * @brief Set isCountTimerRefresh for FormRecord.
921 itFormRecord->second.isCountTimerRefresh = countTimerRefresh; in SetCountTimerRefresh()
/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.cpp611 record.isCountTimerRefresh = true; in HWTEST_F()
868 record.isCountTimerRefresh = false; in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_record.h39 bool isCountTimerRefresh = false; member in OHOS::AppExecFwk::FormRecord
H A Dform_provider_mgr.h74 * @param isCountTimerRefresh The flag of timer refresh.
78 const bool isCountTimerRefresh);
/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); in HWTEST_F()

Completed in 20 milliseconds