Home
last modified time | relevance | path

Searched refs:ISatelliteSmsCallback (Results 1 - 10 of 10) sorted by relevance

/base/telephony/sms_mms/interfaces/innerkits/satellite/
H A Di_satellite_sms_callback.h27 class ISatelliteSmsCallback : public IRemoteBroker { class
29 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.telephony.ISatelliteSmsCallback");
H A Di_satellite_sms_service.h38 * @param sptr<ISatelliteSmsCallback> callback to handle the result
41 virtual int32_t RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) = 0;
/base/telephony/sms_mms/services/sms/include/satellite/
H A Dsatellite_sms_proxy.h28 int32_t RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) override;
H A Dsatellite_sms_callback_stub.h28 class SatelliteSmsCallbackStub : public IRemoteStub<ISatelliteSmsCallback> {
H A Dsatellite_sms_client.h40 int32_t RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback);
/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_receive_handler.h48 sptr<ISatelliteSmsCallback> satelliteCallback_ = nullptr;
H A Dgsm_sms_sender.h74 sptr<ISatelliteSmsCallback> satelliteCallback_ = nullptr;
/base/telephony/sms_mms/test/gtest/
H A Dsms_satellite_gtest.cpp131 sptr<ISatelliteSmsCallback> callback = std::make_unique<SatelliteSmsCallback>(nullptr).release(); in HWTEST_F()
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_proxy.cpp34 int32_t SatelliteSmsProxy::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) in RegisterSmsNotify()
H A Dsatellite_sms_client.cpp255 int32_t SatelliteSmsClient::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) in RegisterSmsNotify()

Completed in 4 milliseconds