Home
last modified time | relevance | path

Searched refs:AppStartCheckPointData (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.h48 void ProcessSceneData(const AppStartCheckPointData& data) override;
58 bool CheckValidCheckPoint(const AppStartCheckPointData& data);
59 void ValidateDuplication(const AppStartCheckPointData& data);
60 void SaveCheckPoint(const std::string& bundleName, const AppStartCheckPointData& data);
61 void SaveCheckPoint(AppStartRecord& record, const AppStartCheckPointData& data);
62 bool IsStartPoint(const AppStartCheckPointData& data);
67 void CreateRecord(const AppStartCheckPointData& data);
68 void CreateRecord(const std::string& bundleName, const AppStartCheckPointData& data);
81 std::string GetBundleName(const AppStartCheckPointData& data);
83 void CheckOutExistStartPoint(const AppStartCheckPointData& data);
H A DAppLaunchConverter.h21 using AppStartCheckPointData = IAppLaunchSceneDataProcessor::AppStartCheckPointData; variable
25 …LaunchSceneDb::InteractionResponse ConvertToInteractionResponse(const AppStartCheckPointData& data) in ConvertToInteractionResponse()
50 static IAppLaunchSceneDb::StartAbility ConvertToStartAbility(const AppStartCheckPointData& data) in ConvertToStartAbility()
62 …static IAppLaunchSceneDb::AppStartupType ConvertToAppStartupType(const AppStartCheckPointData& dat… in ConvertToAppStartupType()
77 static IAppLaunchSceneDb::ProcessStart ConvertToProcessStart(const AppStartCheckPointData& data) in ConvertToProcessStart()
93 static IAppLaunchSceneDb::AppAttach ConvertToAppAttach(const AppStartCheckPointData& data) in ConvertToAppAttach()
107 … static IAppLaunchSceneDb::AppForeground ConvertToAppForeground(const AppStartCheckPointData& data) in ConvertToAppForeground()
123 …IAppLaunchSceneDb::AbilityForeground ConvertToAbilityForeground(const AppStartCheckPointData& data) in ConvertToAbilityForeground()
137 static IAppLaunchSceneDb::StartWindow ConvertToStartWindow(const AppStartCheckPointData& data) in ConvertToStartWindow()
150 …static IAppLaunchSceneDb::DrawnCompleted ConvertToDrawnCompleted(const AppStartCheckPointData& dat… in ConvertToDrawnCompleted()
[all …]
H A DAppLaunchSceneDataProcessor.cpp55 std::string AppLaunchSceneDataProcessor::GetBundleName(const AppStartCheckPointData& data) in GetBundleName()
69 void AppLaunchSceneDataProcessor::ProcessSceneData(const AppStartCheckPointData& data) in ProcessSceneData()
115 bool AppLaunchSceneDataProcessor::CheckValidCheckPoint(const AppStartCheckPointData& data) in CheckValidCheckPoint()
140 void AppLaunchSceneDataProcessor::ValidateDuplication(const AppStartCheckPointData& data) in ValidateDuplication()
145 …eneDataProcessor::SaveCheckPoint(const std::string& bundleName, const AppStartCheckPointData& data) in SaveCheckPoint()
154 …aunchSceneDataProcessor::SaveCheckPoint(AppStartRecord& record, const AppStartCheckPointData& data) in SaveCheckPoint()
203 bool AppLaunchSceneDataProcessor::IsStartPoint(const AppStartCheckPointData& data) in IsStartPoint()
367 void AppLaunchSceneDataProcessor::CreateRecord(const AppStartCheckPointData& data) in CreateRecord()
372 …SceneDataProcessor::CreateRecord(const std::string& bundleName, const AppStartCheckPointData& data) in CreateRecord()
411 void AppLaunchSceneDataProcessor::CheckOutExistStartPoint(const AppStartCheckPointData& data) in CheckOutExistStartPoint()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DAppLaunchMonitor.cpp24 using AppStartCheckPointData = IAppLaunchSceneDataProcessor::AppStartCheckPointData; typedef
51AppStartCheckPointData cpData = AppLaunchMonitorConverter::ConvertAppEvtDataToCheckPointData(data); in ExecuteProcessAppEvtTaskInMainThr()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppLaunchMonitorConverter.h28 using AppStartCheckPointData = IAppLaunchSceneDataProcessor::AppStartCheckPointData; variable
34 static AppStartCheckPointData ConvertAppEvtDataToCheckPointData(const AppEvtData& appEvtData) in ConvertAppEvtDataToCheckPointData()
36 AppStartCheckPointData checkPointData; in ConvertAppEvtDataToCheckPointData()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h22 struct AppStartCheckPointData { struct
91 virtual void ProcessSceneData(const AppStartCheckPointData& data) = 0;