Home
last modified time | relevance | path

Searched refs:connectAbilityMgr_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp71 if (!connectAbilityMgr_.empty()) { in ~BundleMgrService()
72 connectAbilityMgr_.clear(); in ~BundleMgrService()
363 if (connectAbilityMgr_.find(userId) == connectAbilityMgr_.end() || in GetConnectAbility()
364 connectAbilityMgr_[userId] == nullptr) { in GetConnectAbility()
366 connectAbilityMgr_[userId] = ptr; in GetConnectAbility()
368 return connectAbilityMgr_[userId]; in GetConnectAbility()
389 connectAbilityMgr_.clear(); in SelfClean()
491 connectAbilityMgr_.erase(userId); in CheckAllUser()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/free_install/
H A Dservice_center_death_recipient.h28 : connectAbilityMgr_(connectAbilityMgr) in ServiceCenterDeathRecipient()
34 std::weak_ptr<BundleConnectAbilityMgr> connectAbilityMgr_;
H A Dservice_center_connection.h34 : connectState_(connectState), cv_(cv), connectAbilityMgr_(connectAbilityMgr) in ServiceCenterConnection()
61 std::weak_ptr<BundleConnectAbilityMgr> connectAbilityMgr_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dservice_center_death_recipient.cpp26 auto mgr = connectAbilityMgr_.lock(); in OnRemoteDied()
H A Dservice_center_connection.cpp47 deathRecipient_ = new (std::nothrow) ServiceCenterDeathRecipient(connectAbilityMgr_); in OnAbilityConnectDone()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_service.h195 std::map<int32_t, std::shared_ptr<BundleConnectAbilityMgr>> connectAbilityMgr_; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp1638 EXPECT_TRUE(recipient.connectAbilityMgr_.lock() == nullptr);
1653 EXPECT_TRUE(recipient.connectAbilityMgr_.lock() != nullptr);
1867 …on.deathRecipient_ = new (std::nothrow) ServiceCenterDeathRecipient(connection.connectAbilityMgr_);
1919 …on.deathRecipient_ = new (std::nothrow) ServiceCenterDeathRecipient(connection.connectAbilityMgr_);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp284 bundleMgrService_->connectAbilityMgr_.clear(); in ClearConnectAbilityMgr()
290 EXPECT_FALSE(bundleMgrService_->connectAbilityMgr_.empty()); in ResetConnectAbilityMgr()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp3150 auto ret = DelayedSingleton<BundleMgrService>::GetInstance()->connectAbilityMgr_;