Home
last modified time | relevance | path

Searched refs:IAppLaunchSceneDb (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.h21 #include "IAppLaunchSceneDb.h"
28 using AppStartRecord = IAppLaunchSceneDb::AppStartRecord;
29 using InteractionResponse = IAppLaunchSceneDb::InteractionResponse;
30 using StartAbility = IAppLaunchSceneDb::StartAbility;
31 using AppStartupType = IAppLaunchSceneDb::AppStartupType;
32 using ProcessStart = IAppLaunchSceneDb::ProcessStart;
33 using AppAttach = IAppLaunchSceneDb::AppAttach;
34 using AppForeground = IAppLaunchSceneDb::AppForeground;
35 using AbilityForeground = IAppLaunchSceneDb::AbilityForeground;
36 using StartWindow = IAppLaunchSceneDb
[all...]
H A DAppLaunchConverter.h19 #include "IAppLaunchSceneDb.h"
27 static IAppLaunchSceneDb::InteractionResponse ConvertToInteractionResponse(const AppStartCheckPointData& data) in ConvertToInteractionResponse()
29 IAppLaunchSceneDb::InteractionResponse point; in ConvertToInteractionResponse()
52 static IAppLaunchSceneDb::StartAbility ConvertToStartAbility(const AppStartCheckPointData& data) in ConvertToStartAbility()
64 static IAppLaunchSceneDb::AppStartupType ConvertToAppStartupType(const AppStartCheckPointData& data) in ConvertToAppStartupType()
79 static IAppLaunchSceneDb::ProcessStart ConvertToProcessStart(const AppStartCheckPointData& data) in ConvertToProcessStart()
95 static IAppLaunchSceneDb::AppAttach ConvertToAppAttach(const AppStartCheckPointData& data) in ConvertToAppAttach()
109 static IAppLaunchSceneDb::AppForeground ConvertToAppForeground(const AppStartCheckPointData& data) in ConvertToAppForeground()
125 static IAppLaunchSceneDb::AbilityForeground ConvertToAbilityForeground(const AppStartCheckPointData& data) in ConvertToAbilityForeground()
139 static IAppLaunchSceneDb in ConvertToAbilityForeground()
[all...]
H A DAppLaunchSceneDataProcessor.cpp39 AppLaunchSceneDataProcessor::AppLaunchSceneDataProcessor(IAppLaunchSceneDb* db, ITimeoutExecutor* exec, in AppLaunchSceneDataProcessor()
49 AppLaunchSceneDataProcessor::AppLaunchSceneDataProcessor(IAppLaunchSceneDb* db, ITimeoutExecutor* exec, in AppLaunchSceneDataProcessor()
382 IAppLaunchSceneDb::StartAbility startAbility = AppLaunchConverter::ConvertToStartAbility(data); in CreateRecord()
/base/hiviewdfx/hiview/plugins/performance/persistence/
H A DAppLaunchSceneDbAdapter.h18 #include "IAppLaunchSceneDb.h"
23 class AppLaunchSceneDbAdapter : public IAppLaunchSceneDb {
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIAppLaunchSceneDb.h22 class IAppLaunchSceneDb { class
197 virtual ~IAppLaunchSceneDb() = default;
/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.cpp77 IAppLaunchSceneDb* db = new AppLaunchSceneDbAdapter(); in MakeAppStartMonitor()

Completed in 3 milliseconds