Home
last modified time | relevance | path

Searched refs:calls (Results 1 - 25 of 27) sorted by relevance

12

/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp75 * <n> (parameter sets the adjustment for outgoing calls): in EncapsulateDialCommon()
144 TELEPHONY_LOGE("Answer return, error type: con is null, there are no active calls"); in Answer()
203 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[i]); in ReportUpdateInfo()
206 connectionMap_, callInfoList.calls[i].index); in ReportUpdateInfo()
211 connection.SetIndex(callInfoList.calls[i].index); in ReportUpdateInfo()
212 connection.SetNumber(callInfoList.calls[i].number); in ReportUpdateInfo()
213 SetConnectionData(connectionMap_, callInfoList.calls[i].index, connection); in ReportUpdateInfo()
216 pConnection->SetIndex(callInfoList.calls[i].index); in ReportUpdateInfo()
218 pConnection->SetNumber(callInfoList.calls[i].number); in ReportUpdateInfo()
283 CallReportInfo cellularCallReportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[ in ReportIncomingInfo()
[all...]
H A Dcs_control.cpp116 // New calls must be active, so other calls need to be hold in DialGsm()
141 * <n> (parameter sets the adjustment for outgoing calls): in EncapsulateDialCommon()
203 // The AT command for hanging up all calls is the same as the AT command for rejecting calls, in HangUp()
261 TELEPHONY_LOGE("Answer return, error type: con is null, there are no active calls"); in Answer()
360 * 4) Disconnect both calls. in SwitchCall()
411 // The AT command for hanging up all calls is the same as the AT command for rejecting calls, in HangUpAllConnection()
451 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, callInfoList.calls[ in ReportUpdateInfo()
[all...]
H A Dims_control.cpp111 * <n> (parameter sets the adjustment for outgoing calls): in EncapsulateDial()
155 // The AT command for hanging up all calls is the same as the AT command for rejecting calls, in HangUp()
291 // The AT command for hanging up all calls is the same as the AT command for rejecting calls, in HangUpAllConnection()
404 CallReportInfo reportInfo = EncapsulationCallReportInfo(slotId, imsCurrentCallInfoList.calls[i]); in ReportIncomingInfo()
407 connection.SetStatus(static_cast<TelCallState>(imsCurrentCallInfoList.calls[i].state)); in ReportIncomingInfo()
408 connection.SetIndex(imsCurrentCallInfoList.calls[i].index); in ReportIncomingInfo()
409 connection.SetNumber(imsCurrentCallInfoList.calls[i].number); in ReportIncomingInfo()
411 SetConnectionData(connectionMap_, imsCurrentCallInfoList.calls[ in ReportIncomingInfo()
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_call_parcel.h136 std::vector<CallInfo> calls {};
192 std::vector<EmergencyInfo> calls {};
H A Dtelephony_types.h447 *- AO: barring of all outgoing calls
448 *- OI: barring of all outgoing international calls
449 *- OX: barring of all outgoing international calls except those directed to the home country
450 *- AI: barring of all incoming calls
451 *- IR: barring of all incoming calls when roaming outside the home location
484 *- AO: barring of all outgoing calls
485 *- OI: barring of all outgoing international calls
486 *- OX: barring of all outgoing international calls except those directed to the home country
487 *- AI: barring of all incoming calls
488 *- IR: barring of all incoming calls whe
[all...]
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp664 callList.calls.push_back(callInfo); in HWTEST_F()
670 callList.calls.push_back(callInfo); in HWTEST_F()
675 callList.calls.push_back(callInfo); in HWTEST_F()
783 CallsReportInfo calls; in HWTEST_F() local
784 calls.slotId = INVALID_SLOTID; in HWTEST_F()
785 calls.callVec.push_back(callRepotInfo); in HWTEST_F()
786 callRegister->ReportCallsInfo(calls); in HWTEST_F()
1161 callInfoList->calls = callInfoLists; in HWTEST_F()
1163 EXPECT_EQ(callInfoList->calls[0].number, expectedPhoneNumber); in HWTEST_F()
1169 callInfoListFirst->calls in HWTEST_F()
[all...]
/base/telephony/cellular_call/interfaces/innerkits/satellite/
H A Dsatellite_call_types.h127 std::vector<SatelliteCurrentCall> calls {};
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp343 std::vector<CallInfo>::const_iterator it = callInfoList.calls.begin(); in ReportCsCallsData()
344 for (; it != callInfoList.calls.end(); ++it) { in ReportCsCallsData()
395 std::vector<ImsCurrentCall>::const_iterator it = imsCallInfoList.calls.begin(); in ReportImsCallsData()
396 for (; it != imsCallInfoList.calls.end(); ++it) { in ReportImsCallsData()
435 // Returns list of current calls of ME. If command succeeds but no calls are available, in GetCsCallsDataResponse()
467 // Returns list of current calls of ME. If command succeeds but no calls are available, in GetImsCallsDataResponse()
587 std::vector<SatelliteCurrentCall>::const_iterator it = callInfoList.calls.begin(); in ReportSatelliteCallsData()
588 for (; it != callInfoList.calls in ReportSatelliteCallsData()
1268 auto calls = emergencyInfoList->calls; ReportEccChanged() local
[all...]
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
H A Dgetcscalldata_fuzzer.cpp58 infoList.calls.push_back(info); in GetCsCallData()
99 infoList.calls.push_back(info); in RegisterHandler()
104 satelliteInfoList.calls.push_back(satelliteInfo); in RegisterHandler()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp520 callList.calls.push_back(callInfo); in HWTEST_F()
527 callList.calls.push_back(callInfo); in HWTEST_F()
532 callList.calls.push_back(callInfo); in HWTEST_F()
537 callList.calls.push_back(callInfo); in HWTEST_F()
882 imsCurrentCallList->calls.push_back(imsCurrent); in HWTEST_F()
884 EXPECT_EQ(imsCurrentCallList->calls[0].number, phoneNumber); in HWTEST_F()
885 imsCurrentCallList->calls.clear(); in HWTEST_F()
889 imsCurrentCallList->calls.push_back(imsCurrent); in HWTEST_F()
891 EXPECT_EQ(imsCurrentCallList->calls[0].number, expected); in HWTEST_F()
892 imsCurrentCallList->calls in HWTEST_F()
[all...]
H A Dims_test.h266 if (!in.WriteInt32(static_cast<int32_t>(cFQueryList.calls.size()))) { in WriteCallForwardResult()
269 for (auto call : cFQueryList.calls) { in WriteCallForwardResult()
H A Dzero_branch1_test.cpp120 callInfoList.calls.push_back(call); in InitImsCallInfoList()
146 callInfoList.calls.push_back(call); in InitCsCallInfoList()
H A Dzero_branch_test.cpp119 callInfoList.calls.push_back(call); in InitImsCallInfoList()
145 callInfoList.calls.push_back(call); in InitCsCallInfoList()
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_types.h324 std::vector<ImsCurrentCall> calls {};
/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_callback_proxy.cpp104 if (!in.WriteInt32(static_cast<int32_t>(callList.calls.size()))) { in GetSatelliteCallsDataResponse()
107 for (auto call : callList.calls) { in GetSatelliteCallsDataResponse()
H A Dsatellite_call_callback_stub.cpp167 callList->calls.push_back(call); in OnGetSatelliteCallsDataResponseInner()
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_data_sink_controller.cpp273 auto calls = CallObjectManager::GetAllCallList(); in SendCurrentDataQueryReq() local
274 for (auto &call : calls) { in SendCurrentDataQueryReq()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp632 emergencyInfoList.calls.push_back(emergencyCall); in SetEmergencyCallList()
671 for (auto ecc : emergencyInfoList.calls) { in BuildEmergencyInfoList()
679 emergencyCallList->calls.push_back(call); in BuildEmergencyInfoList()
687 for (auto info : iCallInfoList.calls) { in BuildCallInfoList()
699 callInfoList->calls.push_back(call); in BuildCallInfoList()
707 for (auto info : cFQueryList.calls) { in BuildCFQueryInfoList()
717 cFQueryInfoList->calls.push_back(call); in BuildCFQueryInfoList()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp159 if (!in.WriteInt32(static_cast<int32_t>(callList.calls.size()))) { in GetImsCallsDataResponse()
162 for (auto call : callList.calls) { in GetImsCallsDataResponse()
322 if (!in.WriteInt32(static_cast<int32_t>(cFQueryList.calls.size()))) { in GetCallTransferResponse()
325 for (auto call : cFQueryList.calls) { in GetCallTransferResponse()
H A Dims_call_callback_stub.cpp356 callList->calls.push_back(call); in OnGetImsCallsDataResponseInner()
496 cFQueryList->calls.push_back(call); in OnGetCallTransferResponseInner()
1393 for (auto info : cFQueryList.calls) { in BuildCallForwardInfo()
1407 cFQueryResultList.calls.push_back(call); in BuildCallForwardInfo()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp432 callInfoList.calls.push_back(callInfo); in BuildICallList()
591 cFQueryList.calls.push_back(cFQueryResult); in BuildICallForwardQueryInfoList()
765 emergencyCallInfoList.calls.push_back(callInfo); in BuildIEmergencyCallList()
790 auto size = emergencyInfoList.calls.size(); in SetEmergencyCallList()
792 CopyToHRilEmergencyInfoArray(emergencyInfoCalls.get(), emergencyInfoList.calls); in SetEmergencyCallList()
798 HRilEmergencyInfo *emergencyInfoCalls, std::vector<HDI::Ril::V1_1::EmergencyCall> calls) in CopyToHRilEmergencyInfoArray()
800 for (unsigned int i = 0; i < calls.size(); i++) { in CopyToHRilEmergencyInfoArray()
801 auto call = calls.at(i); in CopyToHRilEmergencyInfoArray()
797 CopyToHRilEmergencyInfoArray( HRilEmergencyInfo *emergencyInfoCalls, std::vector<HDI::Ril::V1_1::EmergencyCall> calls) CopyToHRilEmergencyInfoArray() argument
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h162 HRilEmergencyInfo *emergencyInfoCalls, std::vector<HDI::Ril::V1_1::EmergencyCall> calls);
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp106 emergencyInfoList.calls.push_back(emergencyInfo); in HWTEST_F()
132 emergencyInfoList.calls.push_back(emergencyInfo); in HWTEST_F()
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp902 for (auto emergencyInfo : emergencyInfoList.calls) { in CallEmergencyNotice()
958 for (auto emergencyInfo : emergencyInfoList.calls) { in GetEmergencyCallListResponse()
/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp938 for (auto ecc : eccList.calls) { in UpdateEmergencyCallFromRadio()

Completed in 33 milliseconds

12