/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_policy.cpp | 33 if (IsCallExist(TelCallState::CALL_STATUS_WAITING, callId)) { in AnswerCallPolicy() 47 if (IsCallExist(TelCallState::CALL_STATUS_WAITING, callId)) { in RejectCallPolicy() 97 if (IsCallExist(TelCallState::CALL_STATUS_WAITING, callId)) { in HangUpPolicy()
|
H A D | bluetooth_call_service.cpp | 129 int32_t numWait = GetCallNum(TelCallState::CALL_STATUS_WAITING, false); in GetCallState() 156 number = GetCallNumber(TelCallState::CALL_STATUS_WAITING, false); in GetCallState()
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_state_manager.h | 56 CALL_STATUS_WAITING, member in OHOS::Telephony::CallStatus
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch8_test.cpp | 92 audioControl->HandleNextState(call, TelCallState::CALL_STATUS_WAITING); in HWTEST_F() 95 audioControl->HandlePriorState(call, TelCallState::CALL_STATUS_WAITING); in HWTEST_F() 99 audioControl->HandlePriorState(call, TelCallState::CALL_STATUS_WAITING); in HWTEST_F()
|
H A D | zero_branch3_test.cpp | 422 callBase1->callState_ = TelCallState::CALL_STATUS_WAITING; in HWTEST_F() 428 callBase1->callState_ = TelCallState::CALL_STATUS_WAITING; in HWTEST_F() 442 callBase1->callState_ = TelCallState::CALL_STATUS_WAITING; in HWTEST_F() 905 info.state = TelCallState::CALL_STATUS_WAITING; in HWTEST_F()
|
H A D | zero_branch_test_call_state.cpp | 749 callBase9->callState_ = TelCallState::CALL_STATUS_WAITING; in HWTEST_F() 756 callBase11->callState_ = TelCallState::CALL_STATUS_WAITING; in HWTEST_F()
|
/base/telephony/cellular_call/services/connection/src/ |
H A D | base_connection.cpp | 53 this->GetStatus() == TelCallState::CALL_STATUS_WAITING || in IsRingingState()
|
/base/telephony/call_manager/services/satellite_call/src/ |
H A D | satellite_call_control.cpp | 138 if (nextState == TelCallState::CALL_STATUS_INCOMING || nextState == TelCallState::CALL_STATUS_WAITING) { in HandleSatelliteCallStateUpdate() 243 satelliteCall->GetTelCallState() == TelCallState::CALL_STATUS_WAITING) { in SetSatelliteCallCountDownProcessing()
|
/base/telephony/call_manager/services/audio/src/ |
H A D | call_state_processor.cpp | 52 case TelCallState::CALL_STATUS_WAITING: in AddCall() 92 case TelCallState::CALL_STATUS_WAITING: in DeleteCall()
|
H A D | audio_control_manager.cpp | 181 (telCallState != TelCallState::CALL_STATUS_INCOMING && telCallState != TelCallState::CALL_STATUS_WAITING)) { in CheckTypeAndSetAudioDevice() 331 case TelCallState::CALL_STATUS_WAITING: in HandleNextState() 370 case TelCallState::CALL_STATUS_WAITING: in HandlePriorState()
|
/base/telephony/core_service/utils/common/include/ |
H A D | enum_convert.h | 153 CALL_STATUS_WAITING, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyCallState
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_superprivacy_control_manager.cpp | 88 info.callState == TelCallState::CALL_STATUS_WAITING) { in CloseAllCall()
|
H A D | call_policy.cpp | 231 if (state != TelCallState::CALL_STATUS_INCOMING && state != TelCallState::CALL_STATUS_WAITING) { in AnswerCallPolicy() 245 if (state != TelCallState::CALL_STATUS_INCOMING && state != TelCallState::CALL_STATUS_WAITING) { in RejectCallPolicy()
|
H A D | call_status_manager.cpp | 142 case TelCallState::CALL_STATUS_WAITING: in HandleCallReportInfo() 930 int32_t waitingCallNum = GetCallNum(TelCallState::CALL_STATUS_WAITING); in HandleHoldCallOrAutoAnswerCall() 1001 int32_t waitingCallNum = GetCallNum(TelCallState::CALL_STATUS_WAITING); in AutoUnHoldForDsda() 1234 priorState == TelCallState::CALL_STATUS_WAITING) { in SetOriginalCallTypeForActiveState() 1260 ((priorState == TelCallState::CALL_STATUS_INCOMING || priorState == TelCallState::CALL_STATUS_WAITING) && in SetOriginalCallTypeForDisconnectState() 1326 if (info.state == TelCallState::CALL_STATUS_INCOMING || info.state == TelCallState::CALL_STATUS_WAITING || in CreateNewCall()
|
H A D | call_request_process.cpp | 279 int32_t waitingCallNum = GetCallNum(TelCallState::CALL_STATUS_WAITING); in HoldOrDisconnectedCall() 467 call->GetTelCallState() == TelCallState ::CALL_STATUS_WAITING)) { in HandleCallWaitingNumZero() 552 int32_t waitingCallNum = GetCallNum(TelCallState::CALL_STATUS_WAITING); in HangUpRequest()
|
H A D | call_object_manager.cpp | 705 if (telCallState == TelCallState::CALL_STATUS_WAITING || in GetForegroundCall() 742 if (telCallState == TelCallState::CALL_STATUS_WAITING || in GetForegroundLiveCall()
|
H A D | call_base.cpp | 217 case TelCallState::CALL_STATUS_WAITING: in SetTelCallState()
|
/base/telephony/core_service/utils/common/src/ |
H A D | enum_convert.cpp | 80 case TelephonyCallState::CALL_STATUS_WAITING: in GetCallState() 81 result = "CALL_STATUS_WAITING"; in GetCallState()
|
/base/telephony/call_manager/services/call_report/src/ |
H A D | call_state_report_proxy.cpp | 67 foregroundCall->GetTelCallState() == TelCallState::CALL_STATUS_WAITING)) { in UpdateCallState()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_base.h | 168 CALL_STATUS_WAITING, member in OHOS::Telephony::TelCallState
|
/base/telephony/cellular_call/services/control/src/ |
H A D | cs_control.cpp | 248 pConnection->GetStatus() == TelCallState::CALL_STATUS_WAITING) { in Answer() 267 pConnection->GetStatus() == TelCallState::CALL_STATUS_WAITING) { in Answer() 452 if (callInfoList.callSize == 1 && reportInfo.state == TelCallState::CALL_STATUS_WAITING) { in ReportUpdateInfo()
|
H A D | satellite_control.cpp | 136 pConnection->GetStatus() == TelCallState::CALL_STATUS_WAITING) { in Answer() 150 pConnection->GetStatus() == TelCallState::CALL_STATUS_WAITING) { in Answer()
|
H A D | ims_control.cpp | 188 pConnection->GetStatus() == TelCallState::CALL_STATUS_WAITING) { in Answer() 194 pConnection->GetStatus() == TelCallState::CALL_STATUS_WAITING) { in Answer() 435 if (callInfoList.callSize == 1 && reportInfo.state == TelCallState::CALL_STATUS_WAITING) { in ReportUpdateInfo()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_type_convert_test.cpp | 60 EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_WAITING)), "CALL_STATUS_WAITING"); in HWTEST_F()
|
/base/telephony/cellular_data/services/include/common/ |
H A D | cellular_data_constant.h | 146 CALL_STATUS_WAITING = 5, enumerator
|