Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Ddata_ability_record.cpp197 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in AddClient() local
286 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in RemoveClients() local
370 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in KillBoundClientProcesses() local
482 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in OnSchedulerDied() local
H A Dassert_fault_callback_death_mgr.cpp62 auto appScheduler = DelayedSingleton<AAFwk::AppScheduler>::GetInstance(); in AddAssertFaultCallback() local
122 auto appScheduler = DelayedSingleton<AAFwk::AppScheduler>::GetInstance(); in CallAssertFaultCallback() local
H A Duser_controller.cpp98 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in StartUser() local
167 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in StopUser() local
215 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in LogoutUser() local
H A Dresident_process_manager.cpp317 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in OnAppStateChanged() local
H A Dability_connect_manager.cpp2635 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in KillProcessesByUserId() local
H A Dability_record.cpp2522 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in DumpUIExtensionPid() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dextension_control_interceptor.cpp77 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in GetCallerAbilityInfo() local
H A Dstart_other_app_interceptor.cpp112 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in GetApplicationInfo() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/running_infos_module_test/
H A Drunning_infos_module_test.cpp157 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in SetUpTestCase() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_record_test/
H A Dability_record_module_test.cpp236 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp90 auto appScheduler = DelayedSingleton<AppScheduler>::GetInstance(); in SetUpTestCase() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp192 auto appScheduler = iface_cast<IAppScheduler>(app); in AttachApplication() local
H A Dapp_mgr_service_inner.cpp961 void AppMgrServiceInner::AttachApplication(const pid_t pid, const sptr<IAppScheduler> &appScheduler) in AttachApplication()