Searched refs:GetImsSwitchResponse (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_interface.h | 178 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 D | ims_call_callback_proxy.h | 53 int32_t GetImsSwitchResponse(int32_t slotId, const RadioResponseInfo &info) override; 54 int32_t GetImsSwitchResponse(int32_t slotId, int32_t active) override;
|
H A D | ims_call_callback_stub.h | 56 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 D | ims_call_callback_stub_test.cpp | 133 callBackStub.GetImsSwitchResponse(slotId, rilRadioResponse); 165 callBackStub.GetImsSwitchResponse(slotId, active); 197 EXPECT_EQ(callBackStub.GetImsSwitchResponse(slotId, active), TELEPHONY_ERR_LOCAL_PTR_NULL);
|
H A D | ims_callback_test.cpp | 72 … 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 D | ims_call_callback_proxy.cpp | 185 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 D | ims_call_callback_stub.cpp | 319 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 D | ims_call.cpp | 359 imsCallCallback_->GetImsSwitchResponse(slotId, info); in GetImsSwitchStatus()
|