Home
last modified time | relevance | path

Searched refs:oaidDeathRecipient_ (Results 1 - 2 of 2) sorted by relevance

/domains/advertising/oaid/services/oaid_manager/src/
H A Dbundle_mgr_helper.cpp27 BundleMgrHelper::BundleMgrHelper() : bundleMgrProxy_(nullptr), oaidDeathRecipient_(nullptr) in BundleMgrHelper()
58 oaidDeathRecipient_ = new (std::nothrow) OAIDDeathRecipient(); in GetBundleMgrProxy()
59 if (!oaidDeathRecipient_) { in GetBundleMgrProxy()
63 if (!bundleMgrProxy_->AsObject()->AddDeathRecipient(oaidDeathRecipient_)) { in GetBundleMgrProxy()
138 bundleMgrProxy_->AsObject()->RemoveDeathRecipient(oaidDeathRecipient_); in ClearBundleMgrHelper()
/domains/advertising/oaid/services/oaid_manager/include/
H A Dbundle_mgr_helper.h58 sptr<OAIDDeathRecipient> oaidDeathRecipient_; member in OHOS::Cloud::BundleMgrHelper

Completed in 1 milliseconds