Home
last modified time | relevance | path

Searched defs:appEventRecord (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_event_cacher.cpp134 AppEventRecord appEventRecord; in TimeOut() local
161 AppEventRecord appEventRecord; in ProcessEvent() local
176 …ventCacher::ProcessForegroundEvent(std::shared_ptr<SysEvent> event, AppEventRecord& appEventRecord) in ProcessForegroundEvent()
196 …ventCacher::ProcessBackgroundEvent(std::shared_ptr<SysEvent> event, AppEventRecord& appEventRecord) in ProcessBackgroundEvent()
228 AppEventRecord appEventRecord; in ProcessSceenStatusChangedEvent() local
252 void FoldEventCacher::ProcessCountDurationEvent(AppEventRecord& appEventRecord, std::map<int, uint6… in ProcessCountDurationEvent()
269 void FoldEventCacher::CountLifeCycleDuration(AppEventRecord& appEventRecord) in CountLifeCycleDuration()
H A Dfold_app_usage_db_helper.cpp189 int FoldAppUsageDbHelper::AddAppEvent(const AppEventRecord& appEventRecord) in AddAppEvent()