Home
last modified time | relevance | path

Searched refs:QueryEventAfterEndTime (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.h78 …std::vector<std::pair<int, std::string>> QueryEventAfterEndTime(uint64_t endTime, uint64_t nowTime…
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_event_factory.cpp137 std::vector<std::pair<int, std::string>> switchEvents = dbHelper_->QueryEventAfterEndTime( in GetForegroundAppsAtEndTime()
H A Dfold_app_usage_db_helper.cpp464 std::vector<std::pair<int, std::string>> FoldAppUsageDbHelper::QueryEventAfterEndTime( in QueryEventAfterEndTime() function in OHOS::HiviewDFX::FoldAppUsageDbHelper