Home
last modified time | relevance | path

Searched refs:voiceDomain (Results 1 - 24 of 24) sorted by relevance

/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/
H A 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/satellite/
H A Dsatellite_call_types.h85 int32_t voiceDomain = 0; member
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_info.h174 int32_t voiceDomain = 0; member
485 int32_t voiceDomain = 0; member
521 voiceDomain = temp.voiceDomain; in operator =()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_call_parcel.h95 int32_t voiceDomain = 0; member
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h61 int32_t voiceDomain; member
437 int32_t voiceDomain; member
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_types.h270 int32_t voiceDomain = 0; member
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp60 detailInfo.voiceDomain = info.voiceDomain; in UpdateCallReportInfo()
87 detailInfo.voiceDomain = (*it).voiceDomain; in UpdateCallsReportInfo()
H A Dreport_call_info_handler.cpp74 callDetailInfo.voiceDomain = (*iter).voiceDomain; in BuildCallDetailsInfo()
H A Dcall_status_callback_stub.cpp200 parcelPtr.voiceDomain = data.ReadInt32(); in BuildCallReportInfo()
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp77 callReportInfo.voiceDomain = static_cast<int32_t>(size % VOICE_DOMAIN_NUM); in UpdateCallReportInfo()
91 dataParcel.WriteInt32(callReportInfo.voiceDomain); in UpdateCallReportInfo()
120 info.voiceDomain = static_cast<int32_t>(size % VOICE_DOMAIN_NUM); in UpdateCallsReportInfo()
135 dataParcel.WriteInt32(info.voiceDomain); in UpdateCallsReportInfo()
/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_callback_proxy.cpp109 !in.WriteInt32(call.mode) || !in.WriteInt32(call.mpty) || !in.WriteInt32(call.voiceDomain) || in GetSatelliteCallsDataResponse()
H A Dsatellite_call_callback_stub.cpp161 call.voiceDomain = data.ReadInt32(); in OnGetSatelliteCallsDataResponseInner()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp270 callReportInfo.voiceDomain = callInfo.voiceDomain; in EncapsulationCallReportInfo()
H A Dcs_control.cpp547 callReportInfo.voiceDomain = callInfo.voiceDomain; in EncapsulationCallReportInfo()
H A Dims_control.cpp501 callReportInfo.voiceDomain = callInfo.voiceDomain; in EncapsulationCallReportInfo()
/base/telephony/ril_adapter/services/vendor/src/
H A 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/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp44 dataParcel.WriteInt32(info.voiceDomain); in UpdateCallReportInfo()
88 dataParcel.WriteInt32(it.voiceDomain); in UpdateCallsReportInfo()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp694 call.voiceDomain = info.voiceDomain; in BuildCallInfoList()
/base/telephony/call_manager/services/call/src/
H A Dcall_object_manager.cpp768 callDetatilInfo.voiceDomain = static_cast<int32_t>(call->GetCallType()); in DealFailDial()
H A Dcall_request_process.cpp767 callDetatilInfo.voiceDomain = static_cast<int32_t>(info.callType); in UpdateCallReportInfo()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp164 !in.WriteInt32(call.mode) || !in.WriteInt32(call.mpty) || !in.WriteInt32(call.voiceDomain) || in GetImsCallsDataResponse()
H A Dims_call_callback_stub.cpp347 call.voiceDomain = data.ReadInt32(); in OnGetImsCallsDataResponseInner()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp427 callInfo.voiceDomain = curPtr->voiceDomain; in BuildICallList()
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1266 detailInfo.voiceDomain = ERR_ID; in ReportOttCallDetailsInfo()

Completed in 28 milliseconds