Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.cpp37 AppLaunchSceneDataProcessor::AppLaunchSceneDataProcessor(IAppLaunchSceneDb* db, ITimeoutExecutor* e… in AppLaunchSceneDataProcessor() function in AppLaunchSceneDataProcessor
47 AppLaunchSceneDataProcessor::AppLaunchSceneDataProcessor(IAppLaunchSceneDb* db, ITimeoutExecutor* e… in AppLaunchSceneDataProcessor() function in AppLaunchSceneDataProcessor
100 void AppLaunchSceneDataProcessor::Expired(std::string bundleName) in Expired()
105 void AppLaunchSceneDataProcessor::HandleTimeoutInMainThr(std::string name) in HandleTimeoutInMainThr()
209 bool AppLaunchSceneDataProcessor::HaveStartPoint(const AppStartRecord& record) in HaveStartPoint()
219 bool AppLaunchSceneDataProcessor::HaveEndPoint(const AppStartRecord& record) in HaveEndPoint()
252 int32_t AppLaunchSceneDataProcessor::GetAppPid(const AppStartRecord& record) in GetAppPid()
345 void AppLaunchSceneDataProcessor::Report(const AppStartMetrics& metrics) in Report()
362 void AppLaunchSceneDataProcessor::DeleteRecord(const std::string& bundleName) in DeleteRecord()
388 void AppLaunchSceneDataProcessor::StartTimer(std::string bundle) in StartTimer()
[all …]
H A DAppLaunchSceneDataProcessor.h41 class AppLaunchSceneDataProcessor : public IAppLaunchSceneDataProcessor, public IAppTimer::ICb, pub…
44 AppLaunchSceneDataProcessor(IAppLaunchSceneDb* db, ITimeoutExecutor* exec,
47 AppLaunchSceneDataProcessor(IAppLaunchSceneDb* db, ITimeoutExecutor* exec, IAppTimer* timer);
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp78AppLaunchSceneDataProcessor* processor = new AppLaunchSceneDataProcessor(db, exec, nullptr, sceneT… in MakeAppStartMonitor()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DBUILD.gn103 "scene_data_processor/AppLaunchSceneDataProcessor.cpp",