/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.h | 257 int32_t WriteCallForwardResult(MessageParcel &in, const CallForwardQueryInfoList &cFQueryList) in WriteCallForwardResult() argument 259 int32_t ret = WriteSsBaseResult(in, cFQueryList.result); in WriteCallForwardResult() 263 if (!in.WriteInt32(cFQueryList.callSize) || !in.WriteInt32(cFQueryList.flag)) { in WriteCallForwardResult() 266 if (!in.WriteInt32(static_cast<int32_t>(cFQueryList.calls.size()))) { in WriteCallForwardResult() 269 for (auto call : cFQueryList.calls) { in WriteCallForwardResult()
|
H A D | ims_call_callback_stub_test.cpp | 178 CallForwardQueryInfoList cFQueryList; variable 179 callBackStub.GetCallTransferResponse(slotId, cFQueryList); 202 …EXPECT_EQ(callBackStub.GetCallTransferResponse(slotId, cFQueryList), TELEPHONY_ERR_LOCAL_PTR_NULL); 233 CallForwardQueryInfoList cFQueryList; variable 235 callBackStub.BuildCallForwardInfo(cFQueryList, cFQueryResultList);
|
H A D | zero_branch_test.cpp | 363 CallForwardQueryInfoList cFQueryList; variable 364 callSup.EventGetCallTransferInfo(cFQueryList, message, 0);
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 471 cFQueryList->result.index = data.ReadInt32(); in OnGetCallTransferResponseInner() 472 cFQueryList->result.result = data.ReadInt32(); in OnGetCallTransferResponseInner() 473 cFQueryList->result.reason = data.ReadInt32(); in OnGetCallTransferResponseInner() 474 data.ReadString(cFQueryList->result.message); in OnGetCallTransferResponseInner() 475 cFQueryList->callSize = data.ReadInt32(); in OnGetCallTransferResponseInner() 476 cFQueryList->flag = data.ReadInt32(); in OnGetCallTransferResponseInner() 496 cFQueryList->calls.push_back(call); in OnGetCallTransferResponseInner() 498 if (cFQueryList->result.index == INVALID_INDEX) { in OnGetCallTransferResponseInner() 1078 BuildCallForwardInfo(cFQueryList, *callTransferResponse); in GetCallTransferResponse() 1388 cFQueryResultList.callSize = cFQueryList.callSize; in BuildCallForwardInfo() [all …]
|
H A D | ims_call_callback_proxy.cpp | 312 …CallbackProxy::GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) in GetCallTransferResponse() argument 315 int32_t ret = WriteSsBaseResultCommonInfo(slotId, __FUNCTION__, in, cFQueryList.result); in GetCallTransferResponse() 319 if (!in.WriteInt32(cFQueryList.callSize) || !in.WriteInt32(cFQueryList.flag)) { in GetCallTransferResponse() 322 if (!in.WriteInt32(static_cast<int32_t>(cFQueryList.calls.size()))) { in GetCallTransferResponse() 325 for (auto call : cFQueryList.calls) { in GetCallTransferResponse()
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_stub.h | 65 …int32_t GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) overr… 134 …void BuildCallForwardInfo(const CallForwardQueryInfoList &cFQueryList, CallForwardQueryInfoList &c…
|
H A D | ims_call_callback_interface.h | 270 …l int32_t GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) = 0;
|
H A D | ims_call_callback_proxy.h | 62 …int32_t GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) overr…
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 87 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList); 129 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList);
|
H A D | tel_ril_callback.h | 66 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) override;
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_call.cpp | 131 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) in GetCallTransferInfoResponse() argument 139 BuildCFQueryInfoList(cFQueryInfoList, cFQueryList); in GetCallTransferInfoResponse() 704 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) in BuildCFQueryInfoList() argument 706 cFQueryInfoList->callSize = cFQueryList.callSize; in BuildCFQueryInfoList() 707 for (auto info : cFQueryList.calls) { in BuildCFQueryInfoList()
|
H A D | tel_ril_callback.cpp | 154 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) in GetCallTransferInfoResponse() argument 156 …esponseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::GetCallTransferInfoResponse, cFQueryList); in GetCallTransferInfoResponse()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 567 HDI::Ril::V1_1::CallForwardQueryInfoList cFQueryList = {}; in GetCallTransferInfoResponse() local 569 BuildICallForwardQueryInfoList(cFQueryList, responseInfo, response, responseLen); in GetCallTransferInfoResponse() 571 …rn Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetCallTransferInfoResponse, cFQueryList); in GetCallTransferInfoResponse() 574 void HRilCall::BuildICallForwardQueryInfoList(HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList, in BuildICallForwardQueryInfoList() argument 579 cFQueryList.callSize = num; in BuildICallForwardQueryInfoList() 591 cFQueryList.calls.push_back(cFQueryResult); in BuildICallForwardQueryInfoList()
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 1486 auto cFQueryList = event->GetSharedObject<CallForwardQueryInfoList>(); in GetCallTransferResponse() local 1487 if (cFQueryList == nullptr) { in GetCallTransferResponse() 1492 int32_t ret = GetSsRequestCommand(cFQueryList->result.index, ss); in GetCallTransferResponse() 1494 cFQueryList->result.reason = ss.cfReason; in GetCallTransferResponse() 1497 ret = ConfirmAndRemoveSsRequestCommand(cFQueryList->result.index, flag); in GetCallTransferResponse() 1502 supplement.EventGetCallTransferInfo(*cFQueryList, cFQueryList->result.message, flag); in GetCallTransferResponse()
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 616 const CallForwardQueryInfoList &cFQueryList, const std::string &message, int32_t flag) in EventGetCallTransferInfo() argument 618 if (cFQueryList.result.result != TELEPHONY_SUCCESS && cFQueryList.callSize == 0) { in EventGetCallTransferInfo() 620 failResult.result = cFQueryList.result.result; in EventGetCallTransferInfo() 621 failResult.reason = cFQueryList.result.reason; in EventGetCallTransferInfo() 624 for (auto queryResult : cFQueryList.calls) { in EventGetCallTransferInfo()
|
/ohos5.0/base/telephony/cellular_call/services/utils/include/ |
H A D | cellular_call_supplement.h | 456 const CallForwardQueryInfoList &cFQueryList, const std::string &message, int32_t flag);
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 157 void BuildICallForwardQueryInfoList(HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList,
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_callback_v10.md | 46 …struct [CallForwardQueryInfoList](_call_forward_query_info_list_v10.md) cFQueryList) | 查询呼叫转移响应。 | 676 … ([in] struct RilRadioResponseInfo responseInfo, [in] struct CallForwardQueryInfoList cFQueryList ) 691 | cFQueryList | 表示呼叫转移信息列表,详见[CallForwardQueryInfoList](_call_forward_query_info_list_v10.md)。 |
|
H A D | interface_i_ril_callback_v11.md | 46 …struct [CallForwardQueryInfoList](_call_forward_query_info_list_v11.md) cFQueryList) | 查询呼叫转移响应。 | 728 … ([in] struct RilRadioResponseInfo responseInfo, [in] struct CallForwardQueryInfoList cFQueryList ) 743 | cFQueryList | 表示呼叫转移信息列表,详见[CallForwardQueryInfoList](_call_forward_query_info_list_v11.md)。 |
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1070 const RilRadioResponseInfo &responseInfo, const CallForwardQueryInfoList &cFQueryList) in GetCallTransferInfoResponse() argument 1073 cout << "[cFQueryList] -->[callSize] : " << cFQueryList.callSize << endl; in GetCallTransferInfoResponse()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_callback_test.cpp | 1206 const RilRadioResponseInfo &responseInfo, const CallForwardQueryInfoList &cFQueryList) in GetCallTransferInfoResponse() argument 1208 …TELEPHONY_LOGI("GetBoolResult GetCallTransferInfoResponse cFQueryList: %{public}d", cFQueryList.ca… in GetCallTransferInfoResponse()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 67 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | ril_callback_service.h.txt | 88 const OHOS::HDI::Ril::V1_0::CallForwardQueryInfoList& cFQueryList) override;
|
H A D | ril_callback_proxy.h.txt | 96 const OHOS::HDI::Ril::V1_0::CallForwardQueryInfoList& cFQueryList) override; 452 …const OHOS::HDI::Ril::V1_0::CallForwardQueryInfoList& cFQueryList, const sptr<IRemoteObject> remot…
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 285 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) override;
|