Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventservice/store/
Dsys_event_db_cleaner.cpp69 DeleteDb(type); in TryToCleanDb()
75 DeleteDb(type); in TryToCleanDb()
101 void SysEventDbCleaner::DeleteDb(StoreType type) in DeleteDb() function in OHOS::HiviewDFX::SysEventDbCleaner
/base/hiviewdfx/hiview/plugins/eventservice/include/
Dsys_event_db_cleaner.h30 static void DeleteDb(EventStore::StoreType type);
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp207 return DeleteDb(DataQuery(), PLUGIN_STATS_COLL); in DeletePluginStatsEvent()
212 return DeleteDb(DataQuery(), coll); in DeleteSysUsageEvent()
215 int EventDbHelper::DeleteDb(const DataQuery& query, const std::string& coll) in DeleteDb() function in OHOS::HiviewDFX::EventDbHelper
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
Devent_db_helper.h48 int DeleteDb(const DataQuery& query, const std::string& coll);