Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAppLaunchSceneDataProcessor.h50 void ProcessSceneData(const AppStartCheckPointData& data) override;
60 bool CheckValidCheckPoint(const AppStartCheckPointData& data);
61 void ValidateDuplication(const AppStartCheckPointData& data);
62 void SaveCheckPoint(const std::string& bundleName, const AppStartCheckPointData& data);
63 void SaveCheckPoint(AppStartRecord& record, const AppStartCheckPointData& data);
64 bool IsStartPoint(const AppStartCheckPointData& data);
69 void CreateRecord(const AppStartCheckPointData& data);
70 void CreateRecord(const std::string& bundleName, const AppStartCheckPointData& data);
83 std::string GetBundleName(const AppStartCheckPointData& data);
85 void CheckOutExistStartPoint(const AppStartCheckPointData
[all...]
H A DAppLaunchConverter.h23 using AppStartCheckPointData = IAppLaunchSceneDataProcessor::AppStartCheckPointData;
27 static IAppLaunchSceneDb::InteractionResponse ConvertToInteractionResponse(const AppStartCheckPointData& data) 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::StartWindow ConvertToStartWindow(const AppStartCheckPointData in ConvertToAbilityForeground()
[all...]
H A DAppLaunchSceneDataProcessor.cpp57 std::string AppLaunchSceneDataProcessor::GetBundleName(const AppStartCheckPointData& data) in GetBundleName()
71 void AppLaunchSceneDataProcessor::ProcessSceneData(const AppStartCheckPointData& data) in ProcessSceneData()
117 bool AppLaunchSceneDataProcessor::CheckValidCheckPoint(const AppStartCheckPointData& data) in CheckValidCheckPoint()
142 void AppLaunchSceneDataProcessor::ValidateDuplication(const AppStartCheckPointData& data) in ValidateDuplication()
147 void AppLaunchSceneDataProcessor::SaveCheckPoint(const std::string& bundleName, const AppStartCheckPointData& data) in SaveCheckPoint()
156 void AppLaunchSceneDataProcessor::SaveCheckPoint(AppStartRecord& record, const AppStartCheckPointData& data) in SaveCheckPoint()
205 bool AppLaunchSceneDataProcessor::IsStartPoint(const AppStartCheckPointData& data) in IsStartPoint()
369 void AppLaunchSceneDataProcessor::CreateRecord(const AppStartCheckPointData& data) in CreateRecord()
374 void AppLaunchSceneDataProcessor::CreateRecord(const std::string& bundleName, const AppStartCheckPointData& data) in CreateRecord()
413 void AppLaunchSceneDataProcessor::CheckOutExistStartPoint(const AppStartCheckPointData
[all...]
/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DAppLaunchMonitor.cpp26 using AppStartCheckPointData = IAppLaunchSceneDataProcessor::AppStartCheckPointData;
53 AppStartCheckPointData cpData = AppLaunchMonitorConverter::ConvertAppEvtDataToCheckPointData(data); in ExecuteProcessAppEvtTaskInMainThr()
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H A DAppLaunchMonitorConverter.h30 using AppStartCheckPointData = IAppLaunchSceneDataProcessor::AppStartCheckPointData;
36 static AppStartCheckPointData ConvertAppEvtDataToCheckPointData(const AppEvtData& appEvtData) in ConvertAppEvtDataToCheckPointData()
38 AppStartCheckPointData checkPointData; in ConvertAppEvtDataToCheckPointData()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H A DIAppLaunchSceneDataProcessor.h24 struct AppStartCheckPointData { struct in OHOS::HiviewDFX::IAppLaunchSceneDataProcessor
93 virtual void ProcessSceneData(const AppStartCheckPointData& data) = 0;

Completed in 3 milliseconds