Home
last modified time | relevance | path

Searched refs:cFQueryList (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_test.h257 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 Dims_call_callback_stub_test.cpp178 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 Dzero_branch_test.cpp363 CallForwardQueryInfoList cFQueryList; variable
364 callSup.EventGetCallTransferInfo(cFQueryList, message, 0);
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp471 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 Dims_call_callback_proxy.cpp312 …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 Dims_call_callback_stub.h65 …int32_t GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) overr…
134 …void BuildCallForwardInfo(const CallForwardQueryInfoList &cFQueryList, CallForwardQueryInfoList &c…
H A Dims_call_callback_interface.h270 …l int32_t GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) = 0;
H A Dims_call_callback_proxy.h62 …int32_t GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) overr…
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h87 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList);
129 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList);
H A Dtel_ril_callback.h66 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) override;
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp131 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 Dtel_ril_callback.cpp154 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 Dhril_call.cpp567 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 Dcellular_call_handler.cpp1486 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 Dcellular_call_supplement.cpp616 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 Dcellular_call_supplement.h456 const CallForwardQueryInfoList &cFQueryList, const std::string &message, int32_t flag);
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h157 void BuildICallForwardQueryInfoList(HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList,
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_callback_v10.md46 …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 Dinterface_i_ril_callback_v11.md46 …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 Dril_callback_test.cpp1070 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 Dril_callback_test.cpp1206 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 Dril_callback_test.h67 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 Dril_callback_service.h.txt88 const OHOS::HDI::Ril::V1_0::CallForwardQueryInfoList& cFQueryList) override;
H A Dril_callback_proxy.h.txt96 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 Dril_callback_test.h285 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) override;

12