Home
last modified time | relevance | path

Searched refs:GetCallPreferenceModeResponse (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h102 …int32_t GetCallPreferenceModeResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, in…
H A Dtel_ril_callback.h77 int32_t GetCallPreferenceModeResponse(
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp319 EXPECT_NE(HDF_SUCCESS, call->GetCallPreferenceModeResponse(0, responseInfo, nullptr, 1));
394 EXPECT_NE(HDF_SUCCESS, call->GetCallPreferenceModeResponse(0, responseInfo, nullptr, 1));
395 EXPECT_NE(HDF_SUCCESS, call->GetCallPreferenceModeResponse(0, responseInfo, nullptr, 0));
405 EXPECT_NE(HDF_SUCCESS, call->GetCallPreferenceModeResponse(0, responseInfo, &mode, 1));
406 …EXPECT_NE(HDF_SUCCESS, call->GetCallPreferenceModeResponse(0, responseInfo, &mode, sizeof(int32_t)…
H A Dril_callback_test.cpp1290 int32_t RilCallbackTest::GetCallPreferenceModeResponse(const RilRadioResponseInfo &responseInfo, in… in GetCallPreferenceModeResponse() function in OHOS::Telephony::RilCallbackTest
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp164 …size_t responseLen) { return GetCallPreferenceModeResponse(requestNum, responseInfo, response, res… in AddCallSupplementResponseToMap()
675 int32_t HRilCall::GetCallPreferenceModeResponse( in GetCallPreferenceModeResponse() function in OHOS::Telephony::HRilCall
686 … return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetCallPreferenceModeResponse, mode); in GetCallPreferenceModeResponse()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h121 …int32_t GetCallPreferenceModeResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &re…
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_callback_v10.md55 | [GetCallPreferenceModeResponse](#getcallpreferencemoderesponse) ([in] struct [RilRadioResponseInf…
631 ### GetCallPreferenceModeResponse()
634 IRilCallback::GetCallPreferenceModeResponse ([in] struct RilRadioResponseInfo responseInfo, [in] in…
H A Dinterface_i_ril_callback_v11.md55 | [GetCallPreferenceModeResponse](#getcallpreferencemoderesponse) ([in] struct [RilRadioResponseInf…
683 ### GetCallPreferenceModeResponse()
686 IRilCallback::GetCallPreferenceModeResponse ([in] struct RilRadioResponseInfo responseInfo, [in] in…
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp201 int32_t TelRilCallback::GetCallPreferenceModeResponse( in GetCallPreferenceModeResponse() function in OHOS::Telephony::TelRilCallback
204 …nse(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::GetCallPreferenceModeResponse, mode); in GetCallPreferenceModeResponse()
H A Dtel_ril_call.cpp277 int32_t TelRilCall::GetCallPreferenceModeResponse( in GetCallPreferenceModeResponse() function in OHOS::Telephony::TelRilCall
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h78 int32_t GetCallPreferenceModeResponse(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_callback_service.h.txt108 …int32_t GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& responseIn…
H A Diril_callback.h.txt274 …virtual int32_t GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& re…
H A Dril_callback_service.cpp.txt202 int32_t RilCallbackService::GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_0::RilRadioRespo…
H A Dril_callback_proxy.h.txt116 …int32_t GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& responseIn…
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h296 int32_t GetCallPreferenceModeResponse(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_callback_service.h.txt108 …int32_t GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseIn…
H A Diril_callback.h.txt285 …virtual int32_t GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& re…
H A Dril_callback_service.cpp.txt202 int32_t RilCallbackService::GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_1::RilRadioRespo…
H A Dril_callback_proxy.h.txt116 …int32_t GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseIn…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_callback_service.h.txt127 …int32_t GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseIn…
H A Dril_callback_proxy.h.txt136 …int32_t GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseIn…
H A Dril_callback_service.cpp.txt239 int32_t RilCallbackService::GetCallPreferenceModeResponse(const OHOS::HDI::Ril::V1_1::RilRadioRespo…
H A Dril_callback_proxy.cpp.txt278 int32_t OHOS::HDI::Ril::V1_2::RilCallbackProxy::GetCallPreferenceModeResponse(const OHOS::HDI::Ril:…
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp1132 int32_t RilCallbackTest::GetCallPreferenceModeResponse(const RilRadioResponseInfo &responseInfo, in… in GetCallPreferenceModeResponse() function in OHOS::Telephony::RilCallbackTest

12