Home
last modified time | relevance | path

Searched refs:iBundleManager_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/start_ability_implicit_module_test/
H A Dstart_ability_implicit_module_test.cpp98 abilityMs_->iBundleManager_ = new BundleMgrService(); in OnStartAms()
99 EXPECT_TRUE(abilityMs_->iBundleManager_); in OnStartAms()
103 abilityMs_->implicitStartProcessor_->iBundleManager_ = new BundleMgrService(); in OnStartAms()
104 EXPECT_TRUE(abilityMs_->implicitStartProcessor_->iBundleManager_); in OnStartAms()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dimplicit_start_processor.h113 sptr<AppExecFwk::IBundleMgr> iBundleManager_;
H A Dability_manager_service.h2341 sptr<AppExecFwk::IBundleMgr> iBundleManager_; variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_timeout_module_test/
H A Dability_timeout_module_test.cpp154 abilityMs_->iBundleManager_ = new BundleMgrService(); in MockOnStart()
170 abilityMs_->iBundleManager_.clear(); in MockOnStop()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp7153 while (iBundleManager_ == nullptr) { in ConnectBmsService()
7161 iBundleManager_ = iface_cast<AppExecFwk::IBundleMgr>(bundle_obj); in ConnectBmsService()