Searched refs:appLaunchInfo (Results 1 – 2 of 2) sorted by relevance
109 AppEventHandler::AppLaunchInfo appLaunchInfo; variable111 ASSERT_EQ(handler->PostEvent(appLaunchInfo), -1);112 appLaunchInfo.bundleName = BUNDLE_NAME_FOR_TEST;113 ASSERT_EQ(handler->PostEvent(appLaunchInfo), 0);
178 … AppEventHandler::AppLaunchInfo appLaunchInfo = EventObserverConverter::ConvertToAppStartInfo(ase); in PostAppStartEvent() local180 appEventHandler->PostEvent(appLaunchInfo); in PostAppStartEvent()