Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds