Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_interface.h178 virtual int32_t GetImsSwitchResponse(int32_t slotId, const RadioResponseInfo &info) = 0;
188 virtual int32_t GetImsSwitchResponse(int32_t slotId, int32_t active) = 0;
H A Dims_call_callback_proxy.h53 int32_t GetImsSwitchResponse(int32_t slotId, const RadioResponseInfo &info) override;
54 int32_t GetImsSwitchResponse(int32_t slotId, int32_t active) override;
H A Dims_call_callback_stub.h56 int32_t GetImsSwitchResponse(int32_t slotId, const RadioResponseInfo &info) override;
57 int32_t GetImsSwitchResponse(int32_t slotId, int32_t active) override;
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_call_callback_stub_test.cpp133 callBackStub.GetImsSwitchResponse(slotId, rilRadioResponse);
165 callBackStub.GetImsSwitchResponse(slotId, active);
197 EXPECT_EQ(callBackStub.GetImsSwitchResponse(slotId, active), TELEPHONY_ERR_LOCAL_PTR_NULL);
H A Dims_callback_test.cpp72 … ASSERT_EQ(callCallbackProxy->GetImsSwitchResponse(slotId, rilRadioResponse), TELEPHONY_SUCCESS);
83 ASSERT_EQ(callCallbackProxy->GetImsSwitchResponse(slotId, active), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp185 int32_t ImsCallCallbackProxy::GetImsSwitchResponse(int32_t slotId, const RadioResponseInfo &info) in GetImsSwitchResponse() function in OHOS::Telephony::ImsCallCallbackProxy
196 int32_t ImsCallCallbackProxy::GetImsSwitchResponse(int32_t slotId, int32_t active) in GetImsSwitchResponse() function in OHOS::Telephony::ImsCallCallbackProxy
H A Dims_call_callback_stub.cpp319 reply.WriteInt32(GetImsSwitchResponse(slotId, active)); in OnGetImsSwitchResponseInner()
322 reply.WriteInt32(GetImsSwitchResponse(slotId, *info)); in OnGetImsSwitchResponseInner()
890 int32_t ImsCallCallbackStub::GetImsSwitchResponse(int32_t slotId, const RadioResponseInfo &info) in GetImsSwitchResponse() function in OHOS::Telephony::ImsCallCallbackStub
896 int32_t ImsCallCallbackStub::GetImsSwitchResponse(int32_t slotId, int32_t active) in GetImsSwitchResponse() function in OHOS::Telephony::ImsCallCallbackStub
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp359 imsCallCallback_->GetImsSwitchResponse(slotId, info); in GetImsSwitchStatus()