Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_db_helper.h76 void QueryAppEventRecords(int startIndex, int64_t dayStartTime, const std::string& bundleName,
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp275 dbHelper_->QueryAppEventRecords(startIndex, dayStartTime, bundleName, records); in CountLifeCycleDuration()
H A Dfold_app_usage_db_helper.cpp242 void FoldAppUsageDbHelper::QueryAppEventRecords(int startIndex, int64_t dayStartTime, const std::st… in QueryAppEventRecords() function in OHOS::HiviewDFX::FoldAppUsageDbHelper