Home
last modified time | relevance | path

Searched refs:FoldAppUsageEventFactory (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Dfold_app_usage_event_factory.cpp39 FoldAppUsageEventFactory::FoldAppUsageEventFactory(const std::string& workPath) in FoldAppUsageEventFactory() function in OHOS::HiviewDFX::FoldAppUsageEventFactory
43 std::unique_ptr<LoggerEvent> FoldAppUsageEventFactory::Create() in Create()
48 void FoldAppUsageEventFactory::Create(std::vector<std::unique_ptr<LoggerEvent>> &events) in Create()
76 void FoldAppUsageEventFactory::GetAppUsageInfo(std::vector<FoldAppUsageInfo> &infos) in GetAppUsageInfo()
109 void FoldAppUsageEventFactory::GetForegroundAppNames(std::vector<std::string> &appNames) in GetForegroundAppNames()
135 void FoldAppUsageEventFactory::GetForegroundAppsAtEndTime(std::vector<std::string> &appNames) in GetForegroundAppsAtEndTime()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Dfold_app_usage_event_factory.h27 class FoldAppUsageEventFactory : public LoggerEventFactory {
29 FoldAppUsageEventFactory(const std::string& workPath);
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/include/
H A Dusage_event_report.h68 std::unique_ptr<FoldAppUsageEventFactory> foldAppUsageFactory_;
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/
H A Dusage_event_report.cpp148 foldAppUsageFactory_ = std::make_unique<FoldAppUsageEventFactory>(workPath); in InitFoldEventCacher()
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/test/unittest/
H A Dfold_app_usage_test.cpp272 FoldAppUsageEventFactory factory("/data/test/");