Home
last modified time | relevance | path

Searched refs:SatelliteSmsProxy (Results 1 - 3 of 3) sorted by relevance

/base/telephony/sms_mms/services/sms/include/satellite/
H A Dsatellite_sms_proxy.h23 class SatelliteSmsProxy : public IRemoteProxy<ISatelliteSmsService> { class
25 explicit SatelliteSmsProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<ISatelliteSmsService>(impl) {} in SatelliteSmsProxy() function in OHOS::Telephony::SatelliteSmsProxy
26 virtual ~SatelliteSmsProxy() = default;
39 static inline BrokerDelegator<SatelliteSmsProxy> delegator_;
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_proxy.cpp25 bool SatelliteSmsProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken()
27 if (!data.WriteInterfaceToken(SatelliteSmsProxy::GetDescriptor())) { in WriteInterfaceToken()
34 int32_t SatelliteSmsProxy::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) in RegisterSmsNotify()
78 int32_t SatelliteSmsProxy::UnRegisterSmsNotify(int32_t slotId, int32_t what) in UnRegisterSmsNotify()
114 int32_t SatelliteSmsProxy::SendSms(int32_t slotId, int32_t eventId, SatelliteMessage &message) in SendSms()
159 int32_t SatelliteSmsProxy::SendSmsMoreMode(int32_t slotId, int32_t eventId, SatelliteMessage &message) in SendSmsMoreMode()
203 int32_t SatelliteSmsProxy::SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) in SendSmsAck()
/base/telephony/sms_mms/test/gtest/
H A Dsms_satellite_gtest.cpp126 SatelliteSmsProxy proxy(remote); in HWTEST_F()
146 SatelliteSmsProxy proxy(remote); in HWTEST_F()
162 SatelliteSmsProxy proxy(remote); in HWTEST_F()
179 SatelliteSmsProxy proxy(remote); in HWTEST_F()
196 SatelliteSmsProxy proxy(remote); in HWTEST_F()

Completed in 2 milliseconds