/base/telephony/state_registry/frameworks/native/observer/include/ |
D | telephony_state_manager.h | 64 CALL_STATUS_DISCONNECTING, enumerator
|
/base/telephony/call_manager/services/call/src/ |
D | call_ability_connect_callback.cpp | 59 if (callState == TelCallState::CALL_STATUS_DISCONNECTING || in ReConnectAbility()
|
D | call_base.cpp | 163 case TelCallState::CALL_STATUS_DISCONNECTING: in SetTelCallState() 422 callState_ == TelCallState::CALL_STATUS_DISCONNECTING); in IsAliveState()
|
D | call_policy.cpp | 134 … if (state == TelCallState::CALL_STATUS_IDLE || state == TelCallState::CALL_STATUS_DISCONNECTING || in HangUpPolicy()
|
D | call_status_manager.cpp | 106 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/ |
D | enum_convert.h | 159 CALL_STATUS_DISCONNECTING, enumerator
|
/base/telephony/call_manager/services/bluetooth/src/ |
D | bluetooth_call_service.cpp | 112 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/ |
D | enum_convert.cpp | 86 case TelephonyCallState::CALL_STATUS_DISCONNECTING: in GetCallState()
|
/base/telephony/cellular_data/services/include/common/ |
D | cellular_data_constant.h | 116 CALL_STATUS_DISCONNECTING = 7, enumerator
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
D | sim_type_convert_test.cpp | 64 …GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_DISCONNECTING)), "CALL_STATUS_DI…
|
/base/telephony/cellular_call/services/control/src/ |
D | cs_control.cpp | 171 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in HangUp() 296 pConnection->GetCallReportInfo(), TelCallState::CALL_STATUS_DISCONNECTING); in Reject()
|
D | ims_control.cpp | 135 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.ts | 3109 CALL_STATUS_DISCONNECTING, enumerator
|
/base/telephony/call_manager/services/audio/src/ |
D | audio_control_manager.cpp | 114 case TelCallState::CALL_STATUS_DISCONNECTING: in HandleNextState()
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_inner_type.h | 148 CALL_STATUS_DISCONNECTING, enumerator
|
/base/telephony/state_registry/frameworks/js/napi/src/ |
D | event_listener_handler.cpp | 65 case (int32_t)Telephony::TelCallState::CALL_STATUS_DISCONNECTING: in WrapCallState()
|
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
D | stats_phone_test.cpp | 227 int32_t stateDisconnecting = static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING);
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | zero_branch_test.cpp | 1439 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/ |
D | stats_service_phone_test.cpp | 264 int32_t stateDisconnecting = static_cast<int32_t>(TelCallState::CALL_STATUS_DISCONNECTING);
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
D | napi_call_manager.cpp | 260 …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()
|