Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_refresh_limiter.h57 int GetRefreshCount(int64_t formId) const;
H A Dform_timer_mgr.h105 int GetRefreshCount(int64_t formId) const;
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dmock_form_timer_mgr.cpp81 int FormTimerMgr::GetRefreshCount(int64_t formId) const in GetRefreshCount() function in OHOS::AppExecFwk::FormTimerMgr
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp65 formTimerMgr.GetRefreshCount(formId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_refresh_limiter.cpp101 int FormRefreshLimiter::GetRefreshCount(const int64_t formId) const in GetRefreshCount() function in OHOS::AppExecFwk::FormRefreshLimiter
H A Dform_timer_mgr.cpp406 int FormTimerMgr::GetRefreshCount(int64_t formId) const in GetRefreshCount() function in OHOS::AppExecFwk::FormTimerMgr
408 return refreshLimiter_.GetRefreshCount(formId); in GetRefreshCount()
H A Dform_mgr_adapter.cpp2488 int32_t timerRefreshedCount = FormTimerMgr::GetInstance().GetRefreshCount(formId); in SetNextRefreshTimeLocked()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp441 int count = refreshLimiter.GetRefreshCount(PARAM_FORM_ID_VALUE_6);
464 int count = refreshLimiter.GetRefreshCount(PARAM_FORM_ID_VALUE_6);
486 int count = refreshLimiter.GetRefreshCount(PARAM_FORM_ID_VALUE_6);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp695 EXPECT_EQ(-1, formRefreshLimiter.GetRefreshCount(formId));