Lines Matching refs:AppLaunchEvent
52 using binder::AppLaunchEvent;
121 std::optional<AppLaunchEvent::Temperature> temperature_;
192 void OnNewEvent(const AppLaunchEvent& event) { in OnNewEvent()
198 using Type = AppLaunchEvent::Type; in OnNewEvent()
285 AppLaunchEvent::Temperature temperature = event.temperature; in OnNewEvent()
287 if (temperature != AppLaunchEvent::Temperature::kCold) { in OnNewEvent()
712 binder::AppLaunchEvent::Type last_event_type_{binder::AppLaunchEvent::Type::kUninitialized};
721 const binder::AppLaunchEvent& event, in OnAppLaunchEvent()
722 binder::AppLaunchEvent* overwrite) { in OnAppLaunchEvent()
723 using Type = binder::AppLaunchEvent::Type; in OnAppLaunchEvent()
793 std::reference_wrapper<const AppLaunchEvent>;
806 void OnNext(const AppLaunchEvent& e) { in OnNext()
968 const AppLaunchEvent& event) { in OnAppLaunchEvent()
976 AppLaunchEvent overwrite_event{}; in OnAppLaunchEvent()
1367 const AppLaunchEvent& event) { in OnAppLaunchEvent()