/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; 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 D | zero_branch_test.cpp | 363 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 D | ims_call_callback_stub.cpp | 470 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 D | ims_call_callback_proxy.cpp | 312 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 D | ims_call_callback_stub.h | 65 int32_t GetCallTransferResponse(int32_t slotId, const CallForwardQueryInfoList &cFQueryList) override;
134 void BuildCallForwardInfo(const CallForwardQueryInfoList &cFQueryList, CallForwardQueryInfoList &cFQueryResultList);
|
H A D | ims_call_callback_interface.h | 267 * @param cFQueryList Indicates the call forwarding list of get action.
270 virtual 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) override;
|
/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() 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 D | tel_ril_callback.cpp | 154 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 D | cellular_call_supplement.h | 456 const CallForwardQueryInfoList &cFQueryList, const std::string &message, int32_t flag);
|
/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;
|
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 1539 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 D | cellular_call_supplement.cpp | 616 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 D | hril_call.cpp | 567 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 D | tel_ril_common_test.cpp | 483 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 D | hril_call.h | 157 void BuildICallForwardQueryInfoList(HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList,
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 67 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) override;
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1070 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 D | ril_callback_test.cpp | 1206 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 D | ril_callback_test.h | 285 const HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList) override;
|