Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 12 of 12) 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.cpp297 int32_t SatelliteSmsClient::SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause) in SendSmsAck()
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_connection.cpp194 int32_t state, int32_t cause) in OnConnectionStateChanged()
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp148 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/utils/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.cpp105 int32_t TelRilSms::SendSmsAck(bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &r… in SendSmsAck()
Dtel_ril_manager.cpp782 int32_t slotId, bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response) in SendSmsAck()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
Dzero_branch3_test.cpp391 int32_t cause = 1; variable
/base/telephony/cellular_call/test/unittest/imstest/
Dzero_branch_test.cpp517 int32_t cause = 0; variable
/base/telephony/ril_adapter/test/unittest/
Dril_interface_test.cpp752 int32_t cause; in SendSmsAckTest() local
/base/telephony/core_service/frameworks/native/src/
Dcore_manager_inner.cpp645 int32_t CoreManagerInner::SendSmsAck(int32_t slotId, int32_t eventId, bool success, int32_t cause, in SendSmsAck()