Home
last modified time | relevance | path

Searched refs:OnAppLaunchEvent (Results 1 – 3 of 3) sorted by relevance

/system/iorap/src/manager/
Devent_manager.h74 bool OnAppLaunchEvent(binder::RequestId request_id,
Devent_manager.cc720 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/
Diiorap_impl.cc171 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()