Home
last modified time | relevance | path

Searched refs:SmsServiceInterfaceDeathRecipient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/src/
H A Dsms_service_death_recipient.cpp22 SmsServiceInterfaceDeathRecipient::SmsServiceInterfaceDeathRecipient( in SmsServiceInterfaceDeathRecipient() function in OHOS::Telephony::SmsServiceInterfaceDeathRecipient
26 void SmsServiceInterfaceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
H A Dsms_service_manager_client.cpp51 recipient_ = new SmsServiceInterfaceDeathRecipient(*this); in InitSmsServiceProxy()
/ohos5.0/base/telephony/sms_mms/frameworks/native/sms/include/
H A Dsms_service_interface_death_recipient.h24 class SmsServiceInterfaceDeathRecipient : public IRemoteObject::DeathRecipient {
26 explicit SmsServiceInterfaceDeathRecipient(SmsServiceManagerClient &client);
27 virtual ~SmsServiceInterfaceDeathRecipient() = default;