Home
last modified time | relevance | path

Searched refs:countTimerRefresh (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp57 bool countTimerRefresh = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
58 formDataMgr.SetCountTimerRefresh(formId, countTimerRefresh); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h262 * @param countTimerRefresh true or false.
264 void SetCountTimerRefresh(const int64_t formId, const bool countTimerRefresh);
/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1328 bool countTimerRefresh = true; in HWTEST_F() local
1331 formDataMgr->SetCountTimerRefresh(formId, countTimerRefresh); in HWTEST_F()
1348 bool countTimerRefresh = true; in HWTEST_F() local
1357 formDataMgr_.SetCountTimerRefresh(formId, countTimerRefresh); in HWTEST_F()
/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp911 * @param countTimerRefresh true or false.
913 void FormDataMgr::SetCountTimerRefresh(const int64_t formId, const bool countTimerRefresh) in SetCountTimerRefresh() argument
921 itFormRecord->second.isCountTimerRefresh = countTimerRefresh; in SetCountTimerRefresh()

Completed in 13 milliseconds