Searched refs:bmsDeath_ (Results 1 – 3 of 3) sorted by relevance
33 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()
111 sptr<BMSDeathRecipient> bmsDeath_; variable
204 BundleManagerHelper::BundleManagerHelper() : sptrBundleMgr_(nullptr), bmsDeath_(nullptr) in BundleManagerHelper()