Searched defs:appScheduler (Results 1 – 9 of 9) sorted by relevance
202 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in AddClient() local291 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in RemoveClients() local374 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in KillBoundClientProcesses() local484 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in OnSchedulerDied() local
157 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in StopUser() local
129 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in GetANRDialogWant() local
6110 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in SendANRProcessID() local
64 sptr<IAppScheduler> appScheduler = nullptr; in DoSomethingInterestingWithMyAPI() local
159 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in SetUpTestCase() local
237 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); variable
90 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in SetUpTestCase() local
357 void AppMgrServiceInner::AttachApplication(const pid_t pid, const sptr<IAppScheduler> &appScheduler) in AttachApplication()