Home
last modified time | relevance | path

Searched refs:cFQueryList (Results 1 - 22 of 22) sorted by relevance

/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; in HWTEST_F() local
179 callBackStub.GetCallTransferResponse(slotId, cFQueryList); in HWTEST_F()
202 EXPECT_EQ(callBackStub.GetCallTransferResponse(slotId, cFQueryList), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
233 CallForwardQueryInfoList cFQueryList; in HWTEST_F() local
235 callBackStub.BuildCallForwardInfo(cFQueryList, cFQueryResultList); in HWTEST_F()
H A Dzero_branch_test.cpp363 CallForwardQueryInfoList cFQueryList; in HWTEST_F() local
364 callSup.EventGetCallTransferInfo(cFQueryList, message, 0); in HWTEST_F()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp470 auto cFQueryList = std::make_shared<CallForwardQueryInfoList>(); in OnGetCallTransferResponseInner() local
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()
501 reply.WriteInt32(GetCallTransferResponse(slotId, *cFQueryList)); in OnGetCallTransferResponseInner()
1062 GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) GetCallTransferResponse() argument
1389 BuildCallForwardInfo( const CallForwardQueryInfoList &cFQueryList, CallForwardQueryInfoList &cFQueryResultList) BuildCallForwardInfo() argument
[all...]
H A Dims_call_callback_proxy.cpp312 int32_t ImsCallCallbackProxy::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()
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_stub.h65 int32_t GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) override;
134 void BuildCallForwardInfo(const CallForwardQueryInfoList &cFQueryList, CallForwardQueryInfoList &cFQueryResultList);
H A Dims_call_callback_interface.h267 * @param cFQueryList Indicates the call forwarding list of get action.
270 virtual 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) override;
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp131 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) in GetCallTransferInfoResponse()
139 BuildCFQueryInfoList(cFQueryInfoList, cFQueryList); in GetCallTransferInfoResponse()
704 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) in BuildCFQueryInfoList()
706 cFQueryInfoList->callSize = cFQueryList.callSize; in BuildCFQueryInfoList()
707 for (auto info : cFQueryList.calls) { in BuildCFQueryInfoList()
130 GetCallTransferInfoResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) GetCallTransferInfoResponse() argument
703 BuildCFQueryInfoList(std::shared_ptr<CallForwardQueryInfoList> cFQueryInfoList, const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) BuildCFQueryInfoList() argument
H A Dtel_ril_callback.cpp154 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) in GetCallTransferInfoResponse()
156 return Response(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::GetCallTransferInfoResponse, cFQueryList); in GetCallTransferInfoResponse()
153 GetCallTransferInfoResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) GetCallTransferInfoResponse() argument
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_supplement.h456 const CallForwardQueryInfoList &cFQueryList, const std::string &message, int32_t flag);
/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;
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp1539 auto cFQueryList = event->GetSharedObject<CallForwardQueryInfoList>(); in GetCallTransferResponse() local
1540 if (cFQueryList == nullptr) { in GetCallTransferResponse()
1541 TELEPHONY_LOGE("[slot%{public}d] cFQueryList is null", slotId_); in GetCallTransferResponse()
1545 int32_t ret = GetSsRequestCommand(cFQueryList->result.index, ss); in GetCallTransferResponse()
1547 cFQueryList->result.reason = ss.cfReason; in GetCallTransferResponse()
1550 ret = ConfirmAndRemoveSsRequestCommand(cFQueryList->result.index, flag); in GetCallTransferResponse()
1555 supplement.EventGetCallTransferInfo(*cFQueryList, cFQueryList->result.message, flag); in GetCallTransferResponse()
/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()
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()
615 EventGetCallTransferInfo( const CallForwardQueryInfoList &cFQueryList, const std::string &message, int32_t flag) EventGetCallTransferInfo() argument
/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 return 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()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_common_test.cpp483 HDI::Ril::V1_1::CallForwardQueryInfoList cFQueryList; in HWTEST_F() local
484 auto result = telRilCall->GetCallTransferInfoResponse(responseInfo, cFQueryList); in HWTEST_F()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h157 void BuildICallForwardQueryInfoList(HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList,
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h67 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) override;
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp1070 const RilRadioResponseInfo &responseInfo, const CallForwardQueryInfoList &cFQueryList) in GetCallTransferInfoResponse()
1073 cout << "[cFQueryList] -->[callSize] : " << cFQueryList.callSize << endl; in GetCallTransferInfoResponse()
1069 GetCallTransferInfoResponse( const RilRadioResponseInfo &responseInfo, const CallForwardQueryInfoList &cFQueryList) GetCallTransferInfoResponse() argument
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp1206 const RilRadioResponseInfo &responseInfo, const CallForwardQueryInfoList &cFQueryList) in GetCallTransferInfoResponse()
1208 TELEPHONY_LOGI("GetBoolResult GetCallTransferInfoResponse cFQueryList: %{public}d", cFQueryList.callSize); in GetCallTransferInfoResponse()
1205 GetCallTransferInfoResponse( const RilRadioResponseInfo &responseInfo, const CallForwardQueryInfoList &cFQueryList) GetCallTransferInfoResponse() argument
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h285 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) override;

Completed in 38 milliseconds