Searched refs:GetImsSwitchResponse (Results 1 – 6 of 6) sorted by relevance
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
D | ims_call_callback_proxy.h | 51 int32_t GetImsSwitchResponse(int32_t slotId, const HRilRadioResponseInfo &info) override; 52 int32_t GetImsSwitchResponse(int32_t slotId, int32_t active) override;
|
D | ims_call_callback_interface.h | 243 virtual int32_t GetImsSwitchResponse(int32_t slotId, const HRilRadioResponseInfo &info) = 0; 253 virtual int32_t GetImsSwitchResponse(int32_t slotId, int32_t active) = 0;
|
D | ims_call_callback_stub.h | 52 int32_t GetImsSwitchResponse(int32_t slotId, const HRilRadioResponseInfo &info) override; 53 int32_t GetImsSwitchResponse(int32_t slotId, int32_t active) override;
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_callback_stub.cpp | 281 reply.WriteInt32(GetImsSwitchResponse(slotId, active)); in OnGetImsSwitchResponseInner() 284 reply.WriteInt32(GetImsSwitchResponse(slotId, *info)); in OnGetImsSwitchResponseInner() 637 int32_t ImsCallCallbackStub::GetImsSwitchResponse(int32_t slotId, const HRilRadioResponseInfo &info) in GetImsSwitchResponse() function in OHOS::Telephony::ImsCallCallbackStub 643 int32_t ImsCallCallbackStub::GetImsSwitchResponse(int32_t slotId, int32_t active) in GetImsSwitchResponse() function in OHOS::Telephony::ImsCallCallbackStub
|
D | ims_call_callback_proxy.cpp | 373 int32_t ImsCallCallbackProxy::GetImsSwitchResponse(int32_t slotId, const HRilRadioResponseInfo &inf… in GetImsSwitchResponse() function in OHOS::Telephony::ImsCallCallbackProxy 398 int32_t ImsCallCallbackProxy::GetImsSwitchResponse(int32_t slotId, int32_t active) in GetImsSwitchResponse() function in OHOS::Telephony::ImsCallCallbackProxy
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
D | ims_call.cpp | 359 imsCallCallback_->GetImsSwitchResponse(slotId, info); in GetImsSwitchStatus()
|