Home
last modified time | relevance | path

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

/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_callback_proxy.h51 int32_t GetImsSwitchResponse(int32_t slotId, const HRilRadioResponseInfo &info) override;
52 int32_t GetImsSwitchResponse(int32_t slotId, int32_t active) override;
Dims_call_callback_interface.h243 virtual int32_t GetImsSwitchResponse(int32_t slotId, const HRilRadioResponseInfo &info) = 0;
253 virtual int32_t GetImsSwitchResponse(int32_t slotId, int32_t active) = 0;
Dims_call_callback_stub.h52 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/
Dims_call_callback_stub.cpp281 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
Dims_call_callback_proxy.cpp373 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/
Dims_call.cpp359 imsCallCallback_->GetImsSwitchResponse(slotId, info); in GetImsSwitchStatus()