/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_state_manager.h | 64 CALL_STATUS_DISCONNECTING, member in OHOS::Telephony::CallStatus
|
/base/telephony/call_manager/services/call_report/src/ |
H A D | call_state_report_proxy.cpp | 84 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 D | call_ability_connect_callback.cpp | 78 if (callState == TelCallState::CALL_STATUS_DISCONNECTING || in ReConnectAbility()
|
H A D | call_status_manager.cpp | 148 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 D | call_base.cpp | 229 case TelCallState::CALL_STATUS_DISCONNECTING: in SetTelCallState() 618 callState_ == TelCallState::CALL_STATUS_DISCONNECTING); in IsAliveState()
|
H A D | call_policy.cpp | 287 if (state == TelCallState::CALL_STATUS_IDLE || state == TelCallState::CALL_STATUS_DISCONNECTING || in HangUpPolicy()
|
H A D | call_object_manager.cpp | 409 (*it)->GetTelCallState() != TelCallState::CALL_STATUS_DISCONNECTING) { in HasCellularCallExist()
|
H A D | call_request_process.cpp | 310 if ((call->GetTelCallState() == TelCallState::CALL_STATUS_DISCONNECTING || in HandleDsdaIncomingCall()
|
/base/telephony/core_service/utils/common/include/ |
H A D | enum_convert.h | 161 CALL_STATUS_DISCONNECTING, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyCallState
|
/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_service.cpp | 131 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 D | enum_convert.cpp | 86 case TelephonyCallState::CALL_STATUS_DISCONNECTING: in GetCallState() 87 result = "CALL_STATUS_DISCONNECTING"; in GetCallState()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_base.h | 176 CALL_STATUS_DISCONNECTING, member in OHOS::Telephony::TelCallState
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_type_convert_test.cpp | 64 GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_DISCONNECTING)), "CALL_STATUS_DISCONNECTING"); in HWTEST_F()
|
/base/telephony/cellular_data/services/include/common/ |
H A D | cellular_data_constant.h | 148 CALL_STATUS_DISCONNECTING = 7, enumerator
|
/base/telephony/call_manager/services/satellite_call/src/ |
H A D | satellite_call_control.cpp | 133 || nextState == TelCallState::CALL_STATUS_DISCONNECTING) ? true : false; in HandleSatelliteCallStateUpdate()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | satellite_control.cpp | 109 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp() 180 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
|
H A D | cs_control.cpp | 181 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp() 318 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
|
H A D | ims_control.cpp | 142 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 D | observer_event_handler.cpp | 58 case (int32_t)Telephony::CallStatus::CALL_STATUS_DISCONNECTING: in WrapCallState()
|
/base/telephony/call_manager/services/audio/src/ |
H A D | audio_control_manager.cpp | 336 case TelCallState::CALL_STATUS_DISCONNECTING: in HandleNextState()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 909 info.state = TelCallState::CALL_STATUS_DISCONNECTING; in HWTEST_F() 985 TelCallState priorState = TelCallState::CALL_STATUS_DISCONNECTING; in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 756 call->SetTelCallState(TelCallState::CALL_STATUS_DISCONNECTING); in HWTEST_F()
|
/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_phone_test.cpp | 276 int32_t stateDisconnecting = static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING); in HWTEST_F()
|
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_phone_test.cpp | 239 int32_t stateDisconnecting = static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING); in HWTEST_F()
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
H A D | event_listener_handler.cpp | 69 case (int32_t)Telephony::CallStatus::CALL_STATUS_DISCONNECTING: in WrapCallState()
|