Searched refs:ISatelliteSmsCallback (Results 1 - 10 of 10) sorted by relevance
/base/telephony/sms_mms/interfaces/innerkits/satellite/ |
H A D | i_satellite_sms_callback.h | 27 class ISatelliteSmsCallback : public IRemoteBroker { class 29 DECLARE_INTERFACE_DESCRIPTOR(u"ohos.telephony.ISatelliteSmsCallback");
|
H A D | i_satellite_sms_service.h | 38 * @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 D | satellite_sms_proxy.h | 28 int32_t RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) override;
|
H A D | satellite_sms_callback_stub.h | 28 class SatelliteSmsCallbackStub : public IRemoteStub<ISatelliteSmsCallback> {
|
H A D | satellite_sms_client.h | 40 int32_t RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback);
|
/base/telephony/sms_mms/services/sms/include/gsm/ |
H A D | gsm_sms_receive_handler.h | 48 sptr<ISatelliteSmsCallback> satelliteCallback_ = nullptr;
|
H A D | gsm_sms_sender.h | 74 sptr<ISatelliteSmsCallback> satelliteCallback_ = nullptr;
|
/base/telephony/sms_mms/test/gtest/ |
H A D | sms_satellite_gtest.cpp | 131 sptr<ISatelliteSmsCallback> callback = std::make_unique<SatelliteSmsCallback>(nullptr).release(); in HWTEST_F()
|
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/ |
H A D | satellite_sms_proxy.cpp | 34 int32_t SatelliteSmsProxy::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) in RegisterSmsNotify()
|
H A D | satellite_sms_client.cpp | 255 int32_t SatelliteSmsClient::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSmsCallback> &callback) in RegisterSmsNotify()
|
Completed in 3 milliseconds