Home
last modified time | relevance | path

Searched refs:SetCountTimerRefresh (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrtwo_fuzzer/
H A Dformdatamgrtwo_fuzzer.cpp58 formDataMgr.SetCountTimerRefresh(formId, countTimerRefresh); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_provider_mgr.cpp124 FormDataMgr::GetInstance().SetCountTimerRefresh(formId, true); in RefreshForm()
494 FormDataMgr::GetInstance().SetCountTimerRefresh(formId, false); in IncreaseTimerRefreshCount()
H A Dform_data_mgr.cpp958 void FormDataMgr::SetCountTimerRefresh(const int64_t formId, const bool countTimerRefresh) in SetCountTimerRefresh() function in OHOS::AppExecFwk::FormDataMgr
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_data_mgr.h272 void SetCountTimerRefresh(const int64_t formId, const bool countTimerRefresh);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1331 formDataMgr->SetCountTimerRefresh(formId, countTimerRefresh);
1357 formDataMgr_.SetCountTimerRefresh(formId, countTimerRefresh);