Home
last modified time | relevance | path

Searched refs:bmsDeath_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/src/
H A Dbundle_manager_helper.cpp33 BundleManagerHelper::BundleManagerHelper() : sptrBundleMgr_(nullptr), bmsDeath_(nullptr) in BundleManagerHelper()
195 bmsDeath_ = new (std::nothrow) BMSDeathRecipient(); in GetBundleMgrProxyInner()
196 if (!bmsDeath_) { in GetBundleMgrProxyInner()
200 if (!sptrBundleMgr_->AsObject()->AddDeathRecipient(bmsDeath_)) { in GetBundleMgrProxyInner()
215 sptrBundleMgr_->AsObject()->RemoveDeathRecipient(bmsDeath_); in ClearBundleManagerHelper()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dbundle_manager_helper.h111 sptr<BMSDeathRecipient> bmsDeath_; variable
/ohos5.0/base/notification/common_event_service/services/test/unittest/mock/
H A Dmock_bundle_manager_helper.cpp204 BundleManagerHelper::BundleManagerHelper() : sptrBundleMgr_(nullptr), bmsDeath_(nullptr) in BundleManagerHelper()