Searched refs:AppLaunchInfo (Results 1 – 6 of 6) sorted by relevance
21 using AppLaunchInfo = OHOS::HiviewDFX::AppEventHandler::AppLaunchInfo; variable28 static AppLaunchInfo ConvertToAppStartInfo(const AppStartInfo& data) in ConvertToAppStartInfo()30 AppLaunchInfo info; in ConvertToAppStartInfo()
49 struct AppLaunchInfo : public BundleInfo, public ProcessInfo { struct138 int PostEvent(const AppLaunchInfo& event);
109 AppEventHandler::AppLaunchInfo appLaunchInfo;
178 … AppEventHandler::AppLaunchInfo appLaunchInfo = EventObserverConverter::ConvertToAppStartInfo(ase); in PostAppStartEvent()
99 int AppEventHandler::PostEvent(const AppLaunchInfo& event) in PostEvent()
271 …OS::HiviewDFX::AppEventHandler::PostEvent(OHOS::HiviewDFX::AppEventHandler::AppLaunchInfo const&)";