Home
last modified time | relevance | path

Searched refs:appLaunchInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_publish/test/unittest/common/
H A Dapp_event_handler_test.cpp109 AppEventHandler::AppLaunchInfo appLaunchInfo; variable
111 ASSERT_EQ(handler->PostEvent(appLaunchInfo), -1);
112 appLaunchInfo.bundleName = BUNDLE_NAME_FOR_TEST;
113 ASSERT_EQ(handler->PostEvent(appLaunchInfo), 0);
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.cpp178 … AppEventHandler::AppLaunchInfo appLaunchInfo = EventObserverConverter::ConvertToAppStartInfo(ase); in PostAppStartEvent() local
180 appEventHandler->PostEvent(appLaunchInfo); in PostAppStartEvent()