Home
last modified time | relevance | path

Searched refs:PasteboardSaDeathRecipient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_client.h32 class API_EXPORT PasteboardSaDeathRecipient : public IRemoteObject::DeathRecipient {
34 explicit PasteboardSaDeathRecipient();
35 ~PasteboardSaDeathRecipient() = default;
39 DISALLOW_COPY_AND_MOVE(PasteboardSaDeathRecipient);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp658 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::PasteboardSaDeathRecipient
742 void PasteboardSaDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp227 PasteboardSaDeathRecipient death; in FuzzPasteData002()
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp1028 PasteboardSaDeathRecipient death;