Home
last modified time | relevance | path

Searched refs:ReportEventByTimeInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect.cpp118 ReportEventByTimeInfo(interval, true); in ProcessPersistenceLoopTask()
122 ReportEventByTimeInfo(interval, true); in ProcessPersistenceLoopTask()
131 void DeviceTimedCollect::ReportEventByTimeInfo(int32_t interval, bool persistence) in ReportEventByTimeInfo() function in OHOS::DeviceTimedCollect
197 ReportEventByTimeInfo(interval, true); in PostPersistenceLoopTaskLocked()
213 ReportEventByTimeInfo(interval, false); in PostNonPersistenceLoopTaskLocked()
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_timed_collect.h45 void ReportEventByTimeInfo(int32_t interval, bool persistence);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_timed_collect_test.cpp277 deviceTimedCollect->ReportEventByTimeInfo(3600, false);