Searched refs:SendResponseInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_proxy.cpp | 33 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_DIAL), in); in DialResponse() 43 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_HANG_UP), in); in HangUpResponse() 53 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_REJECT), in); in RejectWithReasonResponse() 63 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_ANSWER), in); in AnswerResponse() 73 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_HOLD), in); in HoldCallResponse() 83 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_UN_HOLD), in); in UnHoldCallResponse() 93 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_SWITCH), in); in SwitchCallResponse() 116 return SendResponseInfo(static_cast<int32_t>(ImsCallCallbackInterfaceCode::IMS_SEND_DTMF), in); in SendDtmfResponse() 507 return SendResponseInfo( in ReceiveUpdateCallMediaModeResponse() 567 return SendResponseInfo( in CameraCapabilitiesChanged() [all …]
|
/ohos5.0/base/telephony/cellular_call/services/satellite_service_interaction/src/ |
H A D | satellite_call_callback_proxy.cpp | 34 …return SendResponseInfo(static_cast<int32_t>(SatelliteCallCallbackInterfaceCode::SATELLITE_DIAL), … in DialSatelliteResponse() 44 …return SendResponseInfo(static_cast<int32_t>(SatelliteCallCallbackInterfaceCode::SATELLITE_HANG_UP… in HangUpSatelliteResponse() 54 …return SendResponseInfo(static_cast<int32_t>(SatelliteCallCallbackInterfaceCode::SATELLITE_REJECT)… in RejectSatelliteResponse() 64 …return SendResponseInfo(static_cast<int32_t>(SatelliteCallCallbackInterfaceCode::SATELLITE_ANSWER)… in AnswerSatelliteResponse() 74 …return SendResponseInfo(static_cast<int32_t>(SatelliteCallCallbackInterfaceCode::SATELLITE_CALL_ST… in CallStateChangeReport() 84 …return SendResponseInfo(static_cast<int32_t>(SatelliteCallCallbackInterfaceCode::SATELLITE_GET_CAL… in GetSatelliteCallsDataResponse() 115 …return SendResponseInfo(static_cast<int32_t>(SatelliteCallCallbackInterfaceCode::SATELLITE_GET_CAL… in GetSatelliteCallsDataResponse() 118 int32_t SatelliteCallCallbackProxy::SendResponseInfo(int32_t eventId, MessageParcel &in) in SendResponseInfo() function in OHOS::Telephony::SatelliteCallCallbackProxy
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/satellite/ |
H A D | satellite_call_callback_proxy.h | 41 int32_t SendResponseInfo(int32_t eventId, MessageParcel &in);
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_proxy.h | 85 int32_t SendResponseInfo(int32_t eventId, MessageParcel &in);
|