Home
last modified time | relevance | path

Searched defs:countTimerRefresh (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp57 bool countTimerRefresh = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1328 bool countTimerRefresh = true; variable
1348 bool countTimerRefresh = true; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp958 void FormDataMgr::SetCountTimerRefresh(const int64_t formId, const bool countTimerRefresh) in SetCountTimerRefresh()