Home
last modified time | relevance | path

Searched refs:CALL_STATUS_DISCONNECTING (Results 1 - 25 of 27) sorted by relevance

12

/base/telephony/state_registry/frameworks/native/observer/include/
H A Dtelephony_state_manager.h64 CALL_STATUS_DISCONNECTING, member in OHOS::Telephony::CallStatus
/base/telephony/call_manager/services/call_report/src/
H A Dcall_state_report_proxy.cpp84 if (info.callState == TelCallState::CALL_STATUS_DISCONNECTING) { in UpdateCallState()
134 if (info.callState == TelCallState::CALL_STATUS_DISCONNECTING) { in UpdateCallStateForSlotId()
/base/telephony/call_manager/services/call/src/
H A Dcall_ability_connect_callback.cpp78 if (callState == TelCallState::CALL_STATUS_DISCONNECTING || in ReConnectAbility()
H A Dcall_status_manager.cpp148 case TelCallState::CALL_STATUS_DISCONNECTING: in HandleCallReportInfo()
272 case TelCallState::CALL_STATUS_DISCONNECTING: in HandleVoipCallReportInfo()
551 return UpdateCallState(call, TelCallState::CALL_STATUS_DISCONNECTING); in DisconnectingVoipCallHandle()
838 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_DISCONNECTING); in DisconnectingHandle()
935 priorState == TelCallState::CALL_STATUS_DISCONNECTING) { in HandleHoldCallOrAutoAnswerCall()
1022 if (priorState == TelCallState::CALL_STATUS_DISCONNECTING || in AutoUnHoldForDsda()
H A Dcall_base.cpp229 case TelCallState::CALL_STATUS_DISCONNECTING: in SetTelCallState()
618 callState_ == TelCallState::CALL_STATUS_DISCONNECTING); in IsAliveState()
H A Dcall_policy.cpp287 if (state == TelCallState::CALL_STATUS_IDLE || state == TelCallState::CALL_STATUS_DISCONNECTING || in HangUpPolicy()
H A Dcall_object_manager.cpp409 (*it)->GetTelCallState() != TelCallState::CALL_STATUS_DISCONNECTING) { in HasCellularCallExist()
H A Dcall_request_process.cpp310 if ((call->GetTelCallState() == TelCallState::CALL_STATUS_DISCONNECTING || in HandleDsdaIncomingCall()
/base/telephony/core_service/utils/common/include/
H A Denum_convert.h161 CALL_STATUS_DISCONNECTING, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyCallState
/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_service.cpp131 int32_t numDisconnecting = GetCallNum(TelCallState::CALL_STATUS_DISCONNECTING, false); in GetCallState()
164 number = GetCallNumber(TelCallState::CALL_STATUS_DISCONNECTING, false); in GetCallState()
/base/telephony/core_service/utils/common/src/
H A Denum_convert.cpp86 case TelephonyCallState::CALL_STATUS_DISCONNECTING: in GetCallState()
87 result = "CALL_STATUS_DISCONNECTING"; in GetCallState()
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_base.h176 CALL_STATUS_DISCONNECTING, member in OHOS::Telephony::TelCallState
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsim_type_convert_test.cpp64 GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_DISCONNECTING)), "CALL_STATUS_DISCONNECTING"); in HWTEST_F()
/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h148 CALL_STATUS_DISCONNECTING = 7, enumerator
/base/telephony/call_manager/services/satellite_call/src/
H A Dsatellite_call_control.cpp133 || nextState == TelCallState::CALL_STATUS_DISCONNECTING) ? true : false; in HandleSatelliteCallStateUpdate()
/base/telephony/cellular_call/services/control/src/
H A Dsatellite_control.cpp109 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp()
180 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
H A Dcs_control.cpp181 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp()
318 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
H A Dims_control.cpp142 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp()
233 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
/base/telephony/state_registry/frameworks/cj/src/
H A Dobserver_event_handler.cpp58 case (int32_t)Telephony::CallStatus::CALL_STATUS_DISCONNECTING: in WrapCallState()
/base/telephony/call_manager/services/audio/src/
H A Daudio_control_manager.cpp336 case TelCallState::CALL_STATUS_DISCONNECTING: in HandleNextState()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp909 info.state = TelCallState::CALL_STATUS_DISCONNECTING; in HWTEST_F()
985 TelCallState priorState = TelCallState::CALL_STATUS_DISCONNECTING; in HWTEST_F()
H A Dzero_branch1_test.cpp756 call->SetTelCallState(TelCallState::CALL_STATUS_DISCONNECTING); in HWTEST_F()
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_phone_test.cpp276 int32_t stateDisconnecting = static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING); in HWTEST_F()
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_phone_test.cpp239 int32_t stateDisconnecting = static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING); in HWTEST_F()
/base/telephony/state_registry/frameworks/js/napi/src/
H A Devent_listener_handler.cpp69 case (int32_t)Telephony::CallStatus::CALL_STATUS_DISCONNECTING: in WrapCallState()

Completed in 27 milliseconds

12