/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_policy.cpp | 71 if (IsCallExist(TelCallState::CALL_STATUS_HOLDING, callId)) { in UnHoldCallPolicy() 101 if (IsCallExist(TelCallState::CALL_STATUS_HOLDING, callId)) { in HangUpPolicy() 112 IsCallExist(TelCallState::CALL_STATUS_HOLDING, callId)) { in SwitchCallPolicy() 134 if (IsCallExist(TelCallState::CALL_STATUS_HOLDING, callId)) { in StartDtmfPolicy() 145 IsCallExist(TelCallState::CALL_STATUS_HOLDING)) { in CombineConferencePolicy()
|
H A D | bluetooth_call_service.cpp | 125 int32_t numHeld = GetCallNum(TelCallState::CALL_STATUS_HOLDING, false); in GetCallState() 136 number = GetCallNumber(TelCallState::CALL_STATUS_HOLDING, false); in GetCallState()
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_state_manager.h | 40 CALL_STATUS_HOLDING, member in OHOS::Telephony::CallStatus
|
/base/telephony/call_manager/services/audio/src/ |
H A D | call_state_processor.cpp | 65 case TelCallState::CALL_STATUS_HOLDING: in AddCall() 105 case TelCallState::CALL_STATUS_HOLDING: in DeleteCall() 133 case TelCallState::CALL_STATUS_HOLDING: in GetCallNumber()
|
H A D | audio_control_manager.cpp | 379 case TelCallState::CALL_STATUS_HOLDING: in HandlePriorState()
|
/base/telephony/core_service/utils/common/include/ |
H A D | enum_convert.h | 137 CALL_STATUS_HOLDING, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyCallState
|
/base/telephony/core_service/utils/common/src/ |
H A D | enum_convert.cpp | 68 case TelephonyCallState::CALL_STATUS_HOLDING: in GetCallState() 69 result = "CALL_STATUS_HOLDING"; in GetCallState()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_base.h | 152 CALL_STATUS_HOLDING, member in OHOS::Telephony::TelCallState
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 302 callBase1->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 436 callBase1->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 450 callBase1->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 479 callBase1->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 577 TelCallState priorState = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 578 TelCallState nextState = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 637 TelCallState priorState = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 638 TelCallState nextState = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 897 info.state = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F()
|
H A D | zero_branch8_test.cpp | 96 audioControl->HandlePriorState(call, TelCallState::CALL_STATUS_HOLDING); in HWTEST_F()
|
H A D | zero_branch_test_call_state.cpp | 733 callBase5->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 746 callBase8->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 778 callBase1->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F()
|
H A D | zero_branch6_test.cpp | 660 int32_t numHeld = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_HOLDING); in HWTEST_F() 663 std::string number = CallObjectManager::GetCallNumber(TelCallState::CALL_STATUS_HOLDING); in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 258 voipCall->SetTelCallState(TelCallState::CALL_STATUS_HOLDING); in HWTEST_F() 769 call->SetTelCallState(TelCallState::CALL_STATUS_HOLDING); in HWTEST_F()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_type_convert_test.cpp | 56 EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_HOLDING)), "CALL_STATUS_HOLDING"); in HWTEST_F()
|
/base/telephony/cellular_data/services/include/common/ |
H A D | cellular_data_constant.h | 142 CALL_STATUS_HOLDING = 1, enumerator
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_status_manager.cpp | 120 case TelCallState::CALL_STATUS_HOLDING: in HandleCallReportInfo() 1016 if (slotId != otherCall->GetSlotId() && state == TelCallState::CALL_STATUS_HOLDING && in AutoUnHoldForDsda() 1031 if (holdCall != nullptr && holdCall->GetTelCallState() == TelCallState::CALL_STATUS_HOLDING) { in AutoUnHoldForDsda() 1058 int32_t holdingCallNum = GetCallNum(TelCallState::CALL_STATUS_HOLDING); in AutoAnswerForVideoCall() 1084 int32_t holdingCallNum = GetCallNum(TelCallState::CALL_STATUS_HOLDING); in AutoAnswer() 1240 } else if (priorState == TelCallState::CALL_STATUS_ACTIVE || priorState == TelCallState::CALL_STATUS_HOLDING) { in SetOriginalCallTypeForActiveState() 1610 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_HOLDING); in UpdateCallStateAndHandleDsdsMode()
|
H A D | call_request_process.cpp | 191 int32_t holdingCallNum = GetCallNum(TelCallState::CALL_STATUS_HOLDING); in HasActiveCall() 311 call->GetTelCallState() == TelCallState::CALL_STATUS_HOLDING) && in HandleDsdaIncomingCall() 556 (CallObjectManager::IsCallExist(call->GetCallType(), TelCallState::CALL_STATUS_HOLDING))) || in HangUpRequest()
|
H A D | call_policy.cpp | 307 if (GetCallState(callId) != TelCallState::CALL_STATUS_HOLDING || in SwitchCallPolicy()
|
H A D | call_base.cpp | 223 case TelCallState::CALL_STATUS_HOLDING: in SetTelCallState()
|
H A D | call_object_manager.cpp | 719 if (telCallState == TelCallState::CALL_STATUS_HOLDING) { in GetForegroundCall()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | cs_control.cpp | 229 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_HOLDING) && in Answer() 281 if (holdConn.GetStatus() == TelCallState::CALL_STATUS_HOLDING) { in CheckAndHangupHoldingCall()
|
H A D | ims_control.cpp | 176 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_HOLDING) && in Answer() 205 if (holdConn.GetStatus() == TelCallState::CALL_STATUS_HOLDING) { in CheckAndHangupHoldingCall()
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | observer_event_handler.cpp | 51 case (int32_t)Telephony::CallStatus::CALL_STATUS_HOLDING: in WrapCallState()
|
/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_phone_test.cpp | 275 int32_t stateHolding = static_cast<int32_t>(TelCallState::CALL_STATUS_HOLDING); in HWTEST_F()
|
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_phone_test.cpp | 238 int32_t stateHolding = static_cast<int32_t>(TelCallState::CALL_STATUS_HOLDING); in HWTEST_F()
|