Home
last modified time | relevance | path

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

/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.cpp106 auto deathCallback = [weakPtr](const wptr<IRemoteObject> &object) { in Connect() local
114 deathRecipient_ = new(std::nothrow) VKBundleMgrServiceDeathRecipient(deathCallback); in Connect()
150 const std::function<void(const wptr<IRemoteObject>& object)>& deathCallback) in VKBundleMgrServiceDeathRecipient()
151 : deathCallback_(deathCallback) {} in VKBundleMgrServiceDeathRecipient()
149 VKBundleMgrServiceDeathRecipient( const std::function<void(const wptr<IRemoteObject>& object)>& deathCallback) VKBundleMgrServiceDeathRecipient() argument
H A Dvk_bundle_mgr_helper.h56 const std::function<void(const wptr<IRemoteObject>& object)>& deathCallback);

Completed in 1 milliseconds