Home
last modified time | relevance | path

Searched refs:amsMgrScheduler_ (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_ams_mgr_test/
H A Dams_ipc_ams_mgr_module_test.cpp158 auto amsMgrScheduler_ = appMgrClient->GetAmsMgr(); in HWTEST_F() local
165 amsMgrScheduler_->TerminateAbility(token_, false); in HWTEST_F()
197 auto amsMgrScheduler_ = appMgrClient->GetAmsMgr(); in HWTEST_F() local
206 amsMgrScheduler_->UpdateAbilityState(token, abilityState); in HWTEST_F()
239 auto amsMgrScheduler_ = appMgrClient->GetAmsMgr(); in HWTEST_F() local
245 amsMgrScheduler_->RegisterAppStateCallback(callback); in HWTEST_F()
278 auto amsMgrScheduler_ = appMgrClient->GetAmsMgr(); in HWTEST_F() local
284 amsMgrScheduler_->KillApplication(bundleName); in HWTEST_F()
316 auto amsMgrScheduler_ = appMgrClient->GetAmsMgr(); in HWTEST_F() local
323 amsMgrScheduler_ in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp191 if (appMgrService_->amsMgrScheduler_) { in TearDownTestCase()
192 appMgrService_->amsMgrScheduler_.clear(); in TearDownTestCase()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h934 sptr<IAmsMgr> amsMgrScheduler_; member in OHOS::AppExecFwk::AppMgrService
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp169 amsMgrScheduler_ = new (std::nothrow) AmsMgrScheduler(appMgrServiceInner_, taskHandler_); in Init()
170 if (!amsMgrScheduler_) { in Init()
324 return amsMgrScheduler_; in GetAmsMgr()

Completed in 6 milliseconds