Searched refs:ContextDeathRecipient (Results 1 – 2 of 2) sorted by relevance
44 sptr<IRemoteObject::DeathRecipient> dr(new (std::nothrow) ContextDeathRecipient(contextId)); in AddDeathRecipient()83 ContextDeathRecipient::ContextDeathRecipient(uint64_t contextId) in ContextDeathRecipient() function in OHOS::UserIam::UserAuth::ContextDeathRecipient89 void ContextDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
38 class ContextDeathRecipient : public IRemoteObject::DeathRecipient, public NoCopyable {40 ContextDeathRecipient(uint64_t contextId);41 ~ContextDeathRecipient() override = default;