Home
last modified time | relevance | path

Searched refs:RemoveOldAppEventTask (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dtrace_storage.h43 void RemoveOldAppEventTask(int32_t eventDate);
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/test/
H A Dtrace_storage_test.cpp93 traceStorage->RemoveOldAppEventTask(appEventTaskOld.taskDate_);
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/utils/
H A Dtrace_storage.cpp204 void TraceStorage::RemoveOldAppEventTask(int32_t eventDate) in RemoveOldAppEventTask() function in OHOS::HiviewDFX::TraceStorage
H A Dtrace_flow_controller.cpp250 traceStorage_->RemoveOldAppEventTask(dateNum); in CleanOldAppTrace()