Home
last modified time | relevance | path

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

/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.h53 class VKBundleMgrServiceDeathRecipient : public IRemoteObject::DeathRecipient { class
55 explicit VKBundleMgrServiceDeathRecipient(
57 DISALLOW_COPY_AND_MOVE(VKBundleMgrServiceDeathRecipient);
58 virtual ~VKBundleMgrServiceDeathRecipient() = default;
H A Dvk_bundle_mgr_helper.cpp114 deathRecipient_ = new(std::nothrow) VKBundleMgrServiceDeathRecipient(deathCallback); in Connect()
149 VKBundleMgrServiceDeathRecipient::VKBundleMgrServiceDeathRecipient( in VKBundleMgrServiceDeathRecipient() function in OHOS::AppExecFwk::VKBundleMgrServiceDeathRecipient
153 void VKBundleMgrServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()

Completed in 1 milliseconds