Home
last modified time | relevance | path

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

/base/telephony/cellular_call/interfaces/innerkits/satellite/
H A Dsatellite_call_types.h79 int32_t mpty = 0; member
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_info.h180 int32_t mpty = 0; member
491 int32_t mpty = 0; member
522 mpty = temp.mpty; in operator =()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_call_parcel.h88 int32_t mpty = 0; member
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_types.h264 int32_t mpty = 0; member
/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_data_struct.h248 <mpty>: integer type
284 bool mpty = false; member
/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp61 detailInfo.mpty = info.mpty; in UpdateCallReportInfo()
88 detailInfo.mpty = (*it).mpty; in UpdateCallsReportInfo()
H A Dreport_call_info_handler.cpp75 callDetailInfo.mpty = (*iter).mpty; in BuildCallDetailsInfo()
H A Dcall_status_callback_stub.cpp201 parcelPtr.mpty = data.ReadInt32(); in BuildCallReportInfo()
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp78 callReportInfo.mpty = static_cast<int32_t>(size % MULTI_PARTY_NUM); in UpdateCallReportInfo()
92 dataParcel.WriteInt32(callReportInfo.mpty); in UpdateCallReportInfo()
121 info.mpty = static_cast<int32_t>(size % MULTI_PARTY_NUM); in UpdateCallsReportInfo()
136 dataParcel.WriteInt32(info.mpty); in UpdateCallsReportInfo()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h54 int32_t mpty; member
/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.cpp160 call.mpty = data.ReadInt32(); in OnGetSatelliteCallsDataResponseInner()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp274 callReportInfo.mpty = callInfo.mpty; in EncapsulationCallReportInfo()
H A Dcs_control.cpp551 callReportInfo.mpty = callInfo.mpty; in EncapsulationCallReportInfo()
H A Dims_control.cpp520 callReportInfo.mpty = callInfo.mpty; in EncapsulationCallReportInfo()
/base/telephony/call_manager/services/call/src/
H A Dcall_status_manager.cpp199 if (it.state != it1.state || it.mpty != it1.mpty || it.callType != it1.callType in HandleCallsReportInfo()
707 if (info.mpty == 1 && conferenceCallList.size() > 1) { in ActiveHandle()
783 if (info.mpty == 1) { in HoldingHandle()
909 if (it.mpty == 1) { in GetConferenceCallList()
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp45 dataParcel.WriteInt32(info.mpty); in UpdateCallReportInfo()
89 dataParcel.WriteInt32(it.mpty); in UpdateCallsReportInfo()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp693 call.mpty = info.mpty; in BuildCallInfoList()
/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.cpp346 call.mpty = data.ReadInt32(); in OnGetImsCallsDataResponseInner()
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp426 callInfo.mpty = curPtr->mpty; in BuildICallList()
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_call.c99 if (NextInt(&pLine, &outCall->mpty) < 0) { in CallCmdCLCC()

Completed in 27 milliseconds