Home
last modified time | relevance | path

Searched defs:appScheduler (Results 1 – 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
Ddata_ability_record.cpp202 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in AddClient() local
291 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in RemoveClients() local
374 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in KillBoundClientProcesses() local
484 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in OnSchedulerDied() local
Duser_controller.cpp157 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in StopUser() local
Dsystem_dialog_scheduler.cpp129 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in GetANRDialogWant() local
Dability_manager_service.cpp6110 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in SendANRProcessID() local
/foundation/ability/ability_runtime/test/fuzztest/appmgrserviceinnerfirst_fuzzer/
Dappmgrserviceinnerfirst_fuzzer.cpp64 sptr<IAppScheduler> appScheduler = nullptr; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/moduletest/running_infos_module_test/
Drunning_infos_module_test.cpp159 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in SetUpTestCase() local
/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
Dability_record_module_test.cpp237 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); variable
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
Dpanding_want_manager_test.cpp90 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in SetUpTestCase() local
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_mgr_service_inner.cpp357 void AppMgrServiceInner::AttachApplication(const pid_t pid, const sptr<IAppScheduler> &appScheduler) in AttachApplication()