Searched defs:DeathRecipient (Results 1 – 6 of 6) sorted by relevance
28 pub struct DeathRecipient { struct29 native: *mut CDeathRecipient, argument33 impl DeathRecipient { implementation91 unsafe impl AsRawPtr<CDeathRecipient> for DeathRecipient { implementation101 impl Drop for DeathRecipient { implementation
52 …DeathRecipient(std::shared_ptr<UvQueue> uvQueue, napi_value callback) : JSObserver(uvQueue, callba… in DeathRecipient() function
53 …DeathRecipient(std::shared_ptr<UvQueue> uvQueue, napi_value callback) : JSObserver(uvQueue, callba… in DeathRecipient() function
198 explicit DeathRecipient(AccessibilitySystemAbilityClientImpl &client) : client_(client) {} in DeathRecipient() function
163 AppStateSubscriber::AppStateSubscriberImpl::DeathRecipient::DeathRecipient(AppStateSubscriberImpl &… in DeathRecipient() function in OHOS::Memory::AppStateSubscriber::AppStateSubscriberImpl::DeathRecipient
164 explicit DeathRecipient(Impl &config_) : config_(config_) {} in DeathRecipient() function