Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_sa_death_recipient.cpp22 PrintSaDeathRecipient::PrintSaDeathRecipient() {} in PrintSaDeathRecipient() function in OHOS::Print::PrintSaDeathRecipient
24 void PrintSaDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
H A Dprint_manager_client.cpp66 deathRecipient_ = new (std::nothrow) PrintSaDeathRecipient(); in GetPrintServiceProxy()
948 deathRecipient_ = new (std::nothrow) PrintSaDeathRecipient(); in SetProxy()
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_sa_death_recipient.h23 class PrintSaDeathRecipient : public IRemoteObject::DeathRecipient {
25 explicit PrintSaDeathRecipient();
26 ~PrintSaDeathRecipient() = default;
H A Dprint_manager_client.h131 sptr<PrintSaDeathRecipient> deathRecipient_;