Searched refs:ImsGetSmsConfigResponse (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/ims/ |
H A D | ims_sms_callback_interface.h | 69 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 D | ims_sms_callback_proxy.h | 72 int32_t ImsGetSmsConfigResponse(int32_t slotId, int32_t imsSmsConfig) override; 82 int32_t ImsGetSmsConfigResponse(int32_t slotId, const RadioResponseInfo &info) override;
|
H A D | ims_sms_callback_stub.h | 39 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 D | ims_sms_callback_stub.cpp | 110 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 D | ims_sms_callback_proxy.cpp | 52 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 D | ims_sms.cpp | 79 imsSmsCallback_->ImsGetSmsConfigResponse(slotId, imsSmsConfig); in ImsGetSmsConfig()
|