Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_record_report.cpp57 info.dailyRefreshTimes++; in IncreaseUpdateTimes()
104 eventInfo.dailyRefreshTimes = record.dailyRefreshTimes; in HandleFormRefreshCount()
H A Dform_event_report.cpp232 EVENT_KEY_DAILY_REFRESH_TIMES, static_cast<int32_t>(eventInfo.dailyRefreshTimes), in SendFormRefreshCountEvent()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_record_report.h43 int32_t dailyRefreshTimes; member
H A Dform_event_report.h72 int32_t dailyRefreshTimes; member
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_record_report_test/
H A Dform_record_report_test.cpp73 EXPECT_EQ(it->second.dailyRefreshTimes, 1);