Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 9 of 9) sorted by relevance

/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
Dsatellite_sms_proxy.cpp203 int32_t SatelliteSmsProxy::SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) in SendSmsAck()
Dsatellite_sms_client.cpp298 int32_t SatelliteSmsClient::SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) in SendSmsAck()
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp128 int32_t cause = static_cast<int32_t>(stateMachine->cause_); in ProcessLostConnection() local
/base/telephony/cellular_call/services/common/src/
Dcellular_call_hisysevent.cpp68 void CellularCallHiSysEvent::WriteCallEndBehaviorEvent(const int32_t slotId, const int32_t cause) in WriteCallEndBehaviorEvent()
/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp229 int32_t cause = ObtainCause(mmiData.serviceCode); in HandleCallTransfer() local
349 void CellularCallSupplement::HandleGetCallTransfer(int32_t slotId, int32_t cause) in HandleGetCallTransfer()
374 …d CellularCallSupplement::HandleSetCallTransfer(int32_t slotId, int32_t serviceCode, int32_t cause, in HandleSetCallTransfer()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_sms.cpp130 int32_t TelRilSms::SendSmsAck(bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &r… in SendSmsAck()
Dtel_ril_manager.cpp737 int32_t slotId, bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response) in SendSmsAck()
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp751 int32_t cause; in SendSmsAckTest() local
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp599 int32_t CoreManagerInner::SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause, in SendSmsAck()