Searched refs:OnAppLaunchEvent (Results 1 – 3 of 3) sorted by relevance
/system/iorap/src/manager/ |
D | event_manager.h | 74 bool OnAppLaunchEvent(binder::RequestId request_id,
|
D | event_manager.cc | 720 Result OnAppLaunchEvent(binder::RequestId request_id, in OnAppLaunchEvent() function 967 bool OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent() function in iorap::manager::EventManager::Impl 978 app_launch_event_defender_.OnAppLaunchEvent(request_id, event, /*out*/&overwrite_event); in OnAppLaunchEvent() 1366 bool EventManager::OnAppLaunchEvent(RequestId request_id, in OnAppLaunchEvent() function in iorap::manager::EventManager 1368 return impl_->OnAppLaunchEvent(request_id, event); in OnAppLaunchEvent()
|
/system/iorap/src/binder/ |
D | iiorap_impl.cc | 171 bool OnAppLaunchEvent(const RequestId& request_id, in OnAppLaunchEvent() function in iorap::binder::IIorapImpl::Impl 177 return service_params_.event_manager_->OnAppLaunchEvent(request_id, event); in OnAppLaunchEvent() 425 if (self->OnAppLaunchEvent(request_id, app_launch_event)) { in SendArgs()
|