Searched refs:PasteboardSaDeathRecipient (Results 1 – 4 of 4) sorted by relevance
32 class API_EXPORT PasteboardSaDeathRecipient : public IRemoteObject::DeathRecipient {34 explicit PasteboardSaDeathRecipient();35 ~PasteboardSaDeathRecipient() = default;39 DISALLOW_COPY_AND_MOVE(PasteboardSaDeathRecipient);
658 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new PasteboardSaDeathRecipient()); in GetPasteboardService()695 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new PasteboardSaDeathRecipient()); in LoadSystemAbilitySuccess()738 PasteboardSaDeathRecipient::PasteboardSaDeathRecipient() in PasteboardSaDeathRecipient() function in OHOS::MiscServices::PasteboardSaDeathRecipient742 void PasteboardSaDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
227 PasteboardSaDeathRecipient death; in FuzzPasteData002()
1028 PasteboardSaDeathRecipient death;