Home
last modified time | relevance | path

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

/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.cpp83 if (bundleMgr_ != nullptr && bundleMgr_->AsObject() != nullptr && deathRecipient_ != nullptr) { in ~VKBundleMgrHelper()
84 bundleMgr_->AsObject()->RemoveDeathRecipient(deathRecipient_); in ~VKBundleMgrHelper()
114 deathRecipient_ = new(std::nothrow) VKBundleMgrServiceDeathRecipient(deathCallback); in Connect()
115 if (deathRecipient_ == nullptr) { in Connect()
116 VKHILOGE("Failed to create death recipient ptr deathRecipient_!"); in Connect()
120 bundleMgr_->AsObject()->AddDeathRecipient(deathRecipient_); in Connect()
134 bundleMgr_->AsObject()->RemoveDeathRecipient(deathRecipient_); in OnDeath()
H A Dvk_bundle_mgr_helper.h50 sptr<IRemoteObject::DeathRecipient> deathRecipient_ = nullptr; member in OHOS::AppExecFwk::VKBundleMgrHelper

Completed in 1 milliseconds