Home
last modified time | relevance | path

Searched refs:PostNonPersistenceTimedTaskLocked (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_timed_collect.h54 void PostNonPersistenceTimedTaskLocked(std::string timeString, int64_t timeGap);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect.cpp313 void DeviceTimedCollect::PostNonPersistenceTimedTaskLocked(std::string timeString, int64_t timeGap) in PostNonPersistenceTimedTaskLocked() function in OHOS::DeviceTimedCollect
344 PostNonPersistenceTimedTaskLocked(event.value, timeGap); in AddCollectEvent()