Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H A DEventObserverConverter.h21 using AppLaunchInfo = OHOS::HiviewDFX::AppEventHandler::AppLaunchInfo; variable
28 static AppLaunchInfo ConvertToAppStartInfo(const AppStartInfo& data) in ConvertToAppStartInfo()
30 AppLaunchInfo info; in ConvertToAppStartInfo()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h49 struct AppLaunchInfo : public BundleInfo, public ProcessInfo { struct
138 int PostEvent(const AppLaunchInfo& event);
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/test/unittest/common/
H A Dapp_event_handler_test.cpp109 AppEventHandler::AppLaunchInfo appLaunchInfo;
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.cpp178 … AppEventHandler::AppLaunchInfo appLaunchInfo = EventObserverConverter::ConvertToAppStartInfo(ase); in PostAppStartEvent()
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp99 int AppEventHandler::PostEvent(const AppLaunchInfo& event) in PostEvent()
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dlibhiviewbase.map271 …OS::HiviewDFX::AppEventHandler::PostEvent(OHOS::HiviewDFX::AppEventHandler::AppLaunchInfo const&)";