/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_policy.cpp | 57 if (IsCallExist(TelCallState::CALL_STATUS_ACTIVE, callId)) { in HoldCallPolicy() 67 if (IsCallExist(TelCallState::CALL_STATUS_ACTIVE, callId)) { in UnHoldCallPolicy() 81 if (IsCallExist(TelCallState::CALL_STATUS_ACTIVE, callId)) { in HangUpPolicy() 111 if (IsCallExist(TelCallState::CALL_STATUS_ACTIVE) && in SwitchCallPolicy() 122 if (IsCallExist(TelCallState::CALL_STATUS_ACTIVE, callId)) { in StartDtmfPolicy() 144 if (IsCallExist(TelCallState::CALL_STATUS_ACTIVE, callId) && in CombineConferencePolicy()
|
H A D | bluetooth_call_service.cpp | 124 int32_t numActive = GetCallNum(TelCallState::CALL_STATUS_ACTIVE, false); in GetCallState() 140 number = GetCallNumber(TelCallState::CALL_STATUS_ACTIVE, false); in GetCallState()
|
/base/telephony/call_manager/services/audio/src/audio_state/ |
H A D | alerting_state.cpp | 37 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent() 46 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent()
|
H A D | dialing_state.cpp | 36 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent() 45 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent()
|
H A D | incoming_state.cpp | 36 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent() 44 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent()
|
H A D | holding_state.cpp | 32 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent() 40 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent()
|
H A D | inactive_state.cpp | 40 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent() 48 ShouldSwitchState(TelCallState::CALL_STATUS_ACTIVE)) { in ProcessEvent()
|
/base/telephony/call_manager/services/audio/src/ |
H A D | call_state_processor.cpp | 59 case TelCallState::CALL_STATUS_ACTIVE: in AddCall() 99 case TelCallState::CALL_STATUS_ACTIVE: in DeleteCall() 130 case TelCallState::CALL_STATUS_ACTIVE: in GetCallNumber() 159 case TelCallState::CALL_STATUS_ACTIVE: in ShouldSwitchState()
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_state_manager.h | 36 CALL_STATUS_ACTIVE = 0, member in OHOS::Telephony::CallStatus
|
/base/telephony/call_manager/services/satellite_call/src/ |
H A D | satellite_call_control.cpp | 141 if (nextState == TelCallState::CALL_STATUS_ACTIVE) { in HandleSatelliteCallStateUpdate() 152 if (nextState == TelCallState::CALL_STATUS_ACTIVE && !IsShowDialog()) { in HandleSatelliteCallStateUpdate() 246 } else if (satelliteCall->GetTelCallState() == TelCallState::CALL_STATUS_ACTIVE) { in SetSatelliteCallCountDownProcessing()
|
/base/powermgr/battery_statistics/test/unittest/src/servicetest/ |
H A D | stats_service_phone_test.cpp | 88 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 121 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 157 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 189 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 230 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 273 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 350 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 658 int32_t callStateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 713 int32_t callStateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 775 int32_t callStateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() [all...] |
/base/powermgr/battery_statistics/test/unittest/src/clienttest/ |
H A D | stats_phone_test.cpp | 68 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 98 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 131 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 160 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 198 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 236 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 305 int32_t stateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 581 int32_t callStateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 630 int32_t callStateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 686 int32_t callStateOn = static_cast<int32_t>(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() [all...] |
/base/telephony/cellular_call/test/fuzztest/setorupdatecallreportinfo_fuzzer/ |
H A D | setorupdatecallreportinfo_fuzzer.cpp | 54 callReportInfo.state = TelCallState::CALL_STATUS_ACTIVE; in DoSomethingInterestingWithMyAPI()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | cs_control.cpp | 83 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in DialCdma() 115 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in DialGsm() 230 IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE)) { in Answer() 247 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_ACTIVE) || in Answer() 251 connectionMap_, TelCallState::CALL_STATUS_ACTIVE); in Answer()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 295 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 432 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 444 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 454 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 473 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 483 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 859 TelCallState callState = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 895 info.state = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 934 info.state = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 955 callDetailInfo.state = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() [all...] |
H A D | zero_branch_test_call_state.cpp | 723 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 737 callBase6->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 753 callBase10->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 782 callBase2->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 855 TelCallState state = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F()
|
H A D | zero_branch1_test.cpp | 246 call->SetTelCallState(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 393 csCall->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 404 ASSERT_FALSE(CallObjectManager::IsCallExist(CallType::TYPE_VOIP, TelCallState::CALL_STATUS_ACTIVE)); in HWTEST_F() 771 imsCall->SetTelCallState(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F() 778 call->SetTelCallState(TelCallState::CALL_STATUS_ACTIVE); in HWTEST_F()
|
/base/telephony/core_service/utils/common/include/ |
H A D | enum_convert.h | 133 CALL_STATUS_ACTIVE = 0, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyCallState
|
/base/telephony/call_manager/services/call_voice_assistant/src/ |
H A D | call_voice_assistant_manager.cpp | 448 if (callState != TelCallState::CALL_STATUS_ACTIVE && callState != TelCallState::CALL_STATUS_DIALING &&
in CallStateUpdated() 462 case TelCallState::CALL_STATUS_ACTIVE:
in CallStateUpdated() 500 if (CheckTelCallState(TelCallState::CALL_STATUS_ACTIVE) != FAIL_CODE) {
in CallStatusIncoming() 553 if (CheckTelCallState(TelCallState::CALL_STATUS_ACTIVE) != FAIL_CODE) {
in CallStatusDisconnected()
|
/base/telephony/core_service/utils/common/src/ |
H A D | enum_convert.cpp | 65 case TelephonyCallState::CALL_STATUS_ACTIVE: in GetCallState() 66 result = "CALL_STATUS_ACTIVE"; in GetCallState()
|
/base/telephony/call_manager/services/call_report/src/ |
H A D | call_state_report_proxy.cpp | 111 nextState = TelCallState::CALL_STATUS_ACTIVE; in GetVoipCallState()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_base.h | 148 CALL_STATUS_ACTIVE = 0, member in OHOS::Telephony::TelCallState
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_status_manager.cpp | 117 case TelCallState::CALL_STATUS_ACTIVE: in HandleCallReportInfo() 256 case TelCallState::CALL_STATUS_ACTIVE: in HandleVoipCallReportInfo() 714 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_ACTIVE); in ActiveHandle() 759 int32_t ret = UpdateCallState(call, TelCallState::CALL_STATUS_ACTIVE); in ActiveVoipCallHandle() 929 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HandleHoldCallOrAutoAnswerCall() 1125 if (priorState == TelCallState::CALL_STATUS_INCOMING && nextState == TelCallState::CALL_STATUS_ACTIVE) { in UpdateCallState() 1240 } else if (priorState == TelCallState::CALL_STATUS_ACTIVE || priorState == TelCallState::CALL_STATUS_HOLDING) { in SetOriginalCallTypeForActiveState() 1621 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in UpdateCallStateAndHandleDsdsMode()
|
H A D | call_request_process.cpp | 190 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HasActiveCall() 280 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HoldOrDisconnectedCall() 399 int32_t activeCallNum = GetCallNum(TelCallState::CALL_STATUS_ACTIVE); in HandleCallWaitingNumOneNext() 555 if ((((state == TelCallState::CALL_STATUS_ACTIVE) && in HangUpRequest() 639 if (IsDsdsMode5() && !noOtherCall && state == TelCallState::CALL_STATUS_ACTIVE && in UnHoldRequest()
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_type_convert_test.cpp | 55 EXPECT_EQ(GetCallState(static_cast<int32_t>(TelephonyCallState::CALL_STATUS_ACTIVE)), "CALL_STATUS_ACTIVE"); in HWTEST_F()
|