Home
last modified time | relevance | path

Searched refs:ImsGetSmsConfigResponse (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/ims/
H A Dims_sms_callback_interface.h69 virtual int32_t ImsGetSmsConfigResponse(int32_t slotId, int32_t imsSmsConfig) = 0;
79 virtual int32_t ImsGetSmsConfigResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
H A Dims_sms_callback_proxy.h72 int32_t ImsGetSmsConfigResponse(int32_t slotId, int32_t imsSmsConfig) override;
82 int32_t ImsGetSmsConfigResponse(int32_t slotId, const RadioResponseInfo &info) override;
H A Dims_sms_callback_stub.h39 int32_t ImsGetSmsConfigResponse(int32_t slotId, int32_t imsSmsConfig) override;
40 int32_t ImsGetSmsConfigResponse(int32_t slotId, const RadioResponseInfo &info) override;
/ohos5.0/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H A Dims_sms_callback_stub.cpp110 reply.WriteInt32(ImsGetSmsConfigResponse(slotId, imsSmsConfig)); in OnImsGetSmsConfigResponseInner()
143 int32_t ImsSmsCallbackStub::ImsGetSmsConfigResponse(int32_t slotId, int32_t imsSmsConfig) in ImsGetSmsConfigResponse() function in OHOS::Telephony::ImsSmsCallbackStub
162 int32_t ImsSmsCallbackStub::ImsGetSmsConfigResponse(int32_t slotId, const RadioResponseInfo &info) in ImsGetSmsConfigResponse() function in OHOS::Telephony::ImsSmsCallbackStub
H A Dims_sms_callback_proxy.cpp52 int32_t ImsSmsCallbackProxy::ImsGetSmsConfigResponse(int32_t slotId, int32_t imsSmsConfig) in ImsGetSmsConfigResponse() function in OHOS::Telephony::ImsSmsCallbackProxy
66 int32_t ImsSmsCallbackProxy::ImsGetSmsConfigResponse(int32_t slotId, const RadioResponseInfo &info) in ImsGetSmsConfigResponse() function in OHOS::Telephony::ImsSmsCallbackProxy
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_sms/src/
H A Dims_sms.cpp79 imsSmsCallback_->ImsGetSmsConfigResponse(slotId, imsSmsConfig); in ImsGetSmsConfig()