Home
last modified time | relevance | path

Searched refs:voiceDomain (Results 1 – 17 of 17) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
Dsetorupdatecallreportinfo_fuzzer.cpp42 int32_t voiceDomain = static_cast<int32_t>(size % BOOL_NUM); in DoSomethingInterestingWithMyAPI() local
55 callReportInfo.voiceDomain = voiceDomain; in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_types.h204 int32_t voiceDomain = 0; member
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_call_defs.h61 int32_t voiceDomain; member
437 int32_t voiceDomain; member
Dhril_call_parcel.h94 int32_t voiceDomain = 0; member
/base/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback.cpp42 detailInfo.voiceDomain = info.voiceDomain; in UpdateCallReportInfo()
69 detailInfo.voiceDomain = (*it).voiceDomain; in UpdateCallsReportInfo()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h603 int32_t voiceDomain = 0; member
1951 int32_t voiceDomain = 0; member
1975 voiceDomain = temp.voiceDomain;
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
Dtelephonyinteraction_fuzzer.cpp80 info.voiceDomain = static_cast<int32_t>(size % VOICE_DOMAIN_NUM); in UpdateCallReportInfo()
110 info.voiceDomain = static_cast<int32_t>(size % VOICE_DOMAIN_NUM); in UpdateCallsReportInfo()
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp510 callReportInfo.voiceDomain = callInfo.voiceDomain; in EncapsulationCallReportInfo()
Dims_control.cpp485 callReportInfo.voiceDomain = callInfo.voiceDomain; in EncapsulationCallReportInfo()
/base/telephony/ril_adapter/services/vendor/src/
Dat_call.c57 if (NextInt(pLine, &outCall->voiceDomain) < 0) { in ParseDiffPart()
65 outCall->voiceDomain = INT_DEFAULT_VALUE; in ParseDiffPart()
125 int voiceDomain = 0; in ReportCallStateUpdated() local
139 if (NextInt(&pStr, &voiceDomain) < 0) { in ReportCallStateUpdated()
185 if (err == HRIL_ERR_SUCCESS && NextInt(&pStr, &csChannelInfo.voiceDomain) < 0) { in ReportCsChannelInfo()
/base/telephony/call_manager/services/call/src/
Dcall_request_process.cpp311 callDetatilInfo.voiceDomain = static_cast<int32_t>(info.callType); in UpdateCallReportInfo()
Dcall_object_manager.cpp477 callDetatilInfo.voiceDomain = static_cast<int32_t>(call->GetCallType()); in DealFailDial()
/base/telephony/ril_adapter/services/hril/src/
Dhril_call.cpp332 callInfo.voiceDomain = curPtr->voiceDomain; in BuildICallList()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_call.cpp709 call.voiceDomain = info.voiceDomain; in BuildCallInfoList()
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_proxy.cpp164 … !in.WriteInt32(call.mode) || !in.WriteInt32(call.mpty) || !in.WriteInt32(call.voiceDomain) || in GetImsCallsDataResponse()
Dims_call_callback_stub.cpp328 call.voiceDomain = data.ReadInt32(); in OnGetImsCallsDataResponseInner()
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service.cpp1101 detailInfo.voiceDomain = ERR_ID; in ReportOttCallDetailsInfo()