Searched refs:AppStartCheckPointData (Results 1 – 6 of 6) sorted by relevance
48 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);
21 using AppStartCheckPointData = IAppLaunchSceneDataProcessor::AppStartCheckPointData; variable25 …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 …]
55 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()
24 using AppStartCheckPointData = IAppLaunchSceneDataProcessor::AppStartCheckPointData; typedef51 …AppStartCheckPointData cpData = AppLaunchMonitorConverter::ConvertAppEvtDataToCheckPointData(data); in ExecuteProcessAppEvtTaskInMainThr()
28 using AppStartCheckPointData = IAppLaunchSceneDataProcessor::AppStartCheckPointData; variable34 static AppStartCheckPointData ConvertAppEvtDataToCheckPointData(const AppEvtData& appEvtData) in ConvertAppEvtDataToCheckPointData()36 AppStartCheckPointData checkPointData; in ConvertAppEvtDataToCheckPointData()
22 struct AppStartCheckPointData { struct91 virtual void ProcessSceneData(const AppStartCheckPointData& data) = 0;