Home
last modified time | relevance | path

Searched refs:CALL_STATUS_DISCONNECTING (Results 1 – 20 of 20) sorted by relevance

/base/telephony/state_registry/frameworks/native/observer/include/
Dtelephony_state_manager.h64 CALL_STATUS_DISCONNECTING, enumerator
/base/telephony/call_manager/services/call/src/
Dcall_ability_connect_callback.cpp59 if (callState == TelCallState::CALL_STATUS_DISCONNECTING || in ReConnectAbility()
Dcall_base.cpp163 case TelCallState::CALL_STATUS_DISCONNECTING: in SetTelCallState()
422 callState_ == TelCallState::CALL_STATUS_DISCONNECTING); in IsAliveState()
Dcall_policy.cpp134 … if (state == TelCallState::CALL_STATUS_IDLE || state == TelCallState::CALL_STATUS_DISCONNECTING || in HangUpPolicy()
Dcall_status_manager.cpp106 case TelCallState::CALL_STATUS_DISCONNECTING: in HandleCallReportInfo()
484 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_DISCONNECTING); in DisconnectingHandle()
/base/telephony/core_service/utils/common/include/
Denum_convert.h159 CALL_STATUS_DISCONNECTING, enumerator
/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_service.cpp112 int32_t numDisconnecting = GetCallNum(TelCallState::CALL_STATUS_DISCONNECTING); in GetCallState()
145 number = GetCallNumber(TelCallState::CALL_STATUS_DISCONNECTING); in GetCallState()
/base/telephony/core_service/utils/common/src/
Denum_convert.cpp86 case TelephonyCallState::CALL_STATUS_DISCONNECTING: in GetCallState()
/base/telephony/cellular_data/services/include/common/
Dcellular_data_constant.h116 CALL_STATUS_DISCONNECTING = 7, enumerator
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_type_convert_test.cpp64 …GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_DISCONNECTING)), "CALL_STATUS_DI…
/base/telephony/cellular_call/services/control/src/
Dcs_control.cpp171 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp()
296 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
Dims_control.cpp135 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp()
220 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
/base/telephony/call_manager/interfaces/kits/js/
D@ohos.telephony.call.d.ts3109 CALL_STATUS_DISCONNECTING, enumerator
/base/telephony/call_manager/services/audio/src/
Daudio_control_manager.cpp114 case TelCallState::CALL_STATUS_DISCONNECTING: in HandleNextState()
/base/telephony/call_manager/interfaces/innerkits/
Dcall_manager_inner_type.h148 CALL_STATUS_DISCONNECTING, enumerator
/base/telephony/state_registry/frameworks/js/napi/src/
Devent_listener_handler.cpp65 case (int32_t)Telephony::TelCallState::CALL_STATUS_DISCONNECTING: in WrapCallState()
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
Dstats_phone_test.cpp227 int32_t stateDisconnecting = static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp1439 ASSERT_EQ(TELEPHONY_SUCCESS, call.SetTelCallState(TelCallState::CALL_STATUS_DISCONNECTING));
1447 call.callState_ = TelCallState::CALL_STATUS_DISCONNECTING;
1873 info.state = TelCallState::CALL_STATUS_DISCONNECTING;
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
Dstats_service_phone_test.cpp264 int32_t stateDisconnecting = static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING);
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager.cpp260 …allManagerUtils::ToInt32Value(env, static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING))), in DeclareCallStateEnum()
541 …allManagerUtils::ToInt32Value(env, static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING))), in DeclareTelCallStateEnum()