/base/telephony/call_manager/services/bluetooth/src/ |
H A D | bluetooth_call_policy.cpp | 29 if (IsCallExist(TelCallState::CALL_STATUS_INCOMING, callId)) { in AnswerCallPolicy() 43 if (IsCallExist(TelCallState::CALL_STATUS_INCOMING, callId)) { in RejectCallPolicy() 93 if (IsCallExist(TelCallState::CALL_STATUS_INCOMING, callId)) { in HangUpPolicy()
|
H A D | bluetooth_call_service.cpp | 128 int32_t numIncoming = GetCallNum(TelCallState::CALL_STATUS_INCOMING, false); in GetCallState() 151 callState = static_cast<int32_t>(TelCallState::CALL_STATUS_INCOMING); in GetCallState() 152 number = GetCallNumber(TelCallState::CALL_STATUS_INCOMING, false); in GetCallState() 155 callState = static_cast<int32_t>(TelCallState::CALL_STATUS_INCOMING); in GetCallState()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch6_test.cpp | 188 callDetailInfo.state = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 223 dialParaInfo.callState = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 229 callDetailInfo.state = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 235 TelCallState priorState = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 269 callObjectPtr, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 272 dialParaInfo.callState = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 276 callObjectPtr, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 279 callObjectPtr, TelCallState::CALL_STATUS_INCOMING, TelCallStat in HWTEST_F() [all...] |
H A D | zero_branch4_test.cpp | 403 callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 405 callObjectPtr, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 412 callObjectPtr->SetTelCallState(TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 416 callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 418 callObjectPtr, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 425 emptyNumberInfocall, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 464 callObjectPtr, TelCallState::CALL_STATUS_INCOMING, TelCallStat in HWTEST_F() [all...] |
H A D | zero_branch8_test.cpp | 91 audioControl->HandleNextState(call, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 94 audioControl->HandlePriorState(call, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 98 audioControl->HandlePriorState(call, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F()
|
H A D | zero_branch5_test.cpp | 413 TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 434 statusBar->CallStateUpdated(callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F() 453 wiredHeadset->CallStateUpdated(callObjectPtr, TelCallState::CALL_STATUS_IDLE, TelCallState::CALL_STATUS_INCOMING); in HWTEST_F()
|
H A D | zero_branch3_test.cpp | 282 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 322 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 419 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 426 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 440 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 903 info.state = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 932 info.state = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 951 callDetailInfo.state = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 965 dialParaInfo.callState = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 968 nextState = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() [all...] |
/base/telephony/call_manager/services/call/call_state_observer/src/ |
H A D | incoming_call_notification.cpp | 36 if (callObjectPtr != nullptr && callObjectPtr->GetTelCallState() == TelCallState::CALL_STATUS_INCOMING && in NewCallCreated() 48 if (callObjectPtr != nullptr && priorState == TelCallState::CALL_STATUS_INCOMING && in CallStateUpdated()
|
H A D | incoming_call_wake_up.cpp | 31 if (callObjectPtr != nullptr && callObjectPtr->GetTelCallState() == TelCallState::CALL_STATUS_INCOMING) { in NewCallCreated()
|
/base/telephony/call_manager/services/audio/src/ |
H A D | call_state_processor.cpp | 53 case TelCallState::CALL_STATUS_INCOMING: in AddCall() 93 case TelCallState::CALL_STATUS_INCOMING: in DeleteCall() 127 case TelCallState::CALL_STATUS_INCOMING: in GetCallNumber() 155 case TelCallState::CALL_STATUS_INCOMING: in ShouldSwitchState()
|
H A D | audio_control_manager.cpp | 99 if (priorState == TelCallState::CALL_STATUS_INCOMING && nextState == TelCallState::CALL_STATUS_INCOMING) { in HandleCallStateUpdatedForVoip() 181 (telCallState != TelCallState::CALL_STATUS_INCOMING && telCallState != TelCallState::CALL_STATUS_WAITING)) { in CheckTypeAndSetAudioDevice() 300 if (priorState == TelCallState::CALL_STATUS_INCOMING) { in HandleCallStateUpdated() 332 case TelCallState::CALL_STATUS_INCOMING: in HandleNextState() 369 case TelCallState::CALL_STATUS_INCOMING: in HandlePriorState() 879 int32_t incomingCallNum = processor->GetCallNumber(TelCallState::CALL_STATUS_INCOMING); in ShouldPlayRingtone()
|
/base/telephony/call_manager/services/call_report/src/ |
H A D | call_state_report_proxy.cpp | 66 foregroundCall->GetTelCallState() == TelCallState::CALL_STATUS_INCOMING || in UpdateCallState() 72 } else if (currentVoipCallState == TelCallState::CALL_STATUS_INCOMING || in UpdateCallState() 114 nextState = TelCallState::CALL_STATUS_INCOMING; in GetVoipCallState()
|
/base/telephony/state_registry/frameworks/native/observer/include/ |
H A D | telephony_state_manager.h | 52 CALL_STATUS_INCOMING, member in OHOS::Telephony::CallStatus
|
/base/telephony/call_manager/services/audio/src/audio_state/ |
H A D | holding_state.cpp | 49 ShouldSwitchState(TelCallState::CALL_STATUS_INCOMING)) { in ProcessEvent()
|
H A D | inactive_state.cpp | 66 ShouldSwitchState(TelCallState::CALL_STATUS_INCOMING)) { in ProcessEvent()
|
/base/telephony/cellular_call/services/control/src/ |
H A D | cs_control.cpp | 265 if (pConnection->GetStatus() == TelCallState::CALL_STATUS_INCOMING || in Answer() 332 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in HoldCall() 345 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in UnHoldCall() 364 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in SwitchCall() 454 reportInfo.state = TelCallState::CALL_STATUS_INCOMING; in ReportUpdateInfo() 577 callsReportInfo.callVec.size() != 0 && callsReportInfo.callVec[0].state == TelCallState::CALL_STATUS_INCOMING) { in ReportIncomingInfo()
|
H A D | ims_control.cpp | 193 pConnection->GetStatus() == TelCallState::CALL_STATUS_INCOMING || in Answer() 242 if (IsInState(connectionMap_, TelCallState::CALL_STATUS_INCOMING)) { in HoldCall() 421 callsReportInfo.callVec.size() != 0 && callsReportInfo.callVec[0].state == TelCallState::CALL_STATUS_INCOMING) { in ReportIncomingInfo() 437 reportInfo.state = TelCallState::CALL_STATUS_INCOMING; in ReportUpdateInfo()
|
/base/telephony/cellular_call/services/connection/src/ |
H A D | base_connection.cpp | 52 return this->GetStatus() == TelCallState::CALL_STATUS_INCOMING || 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() 242 if (satelliteCall->GetTelCallState() == TelCallState::CALL_STATUS_INCOMING || in SetSatelliteCallCountDownProcessing()
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_status_manager.cpp | 133 case TelCallState::CALL_STATUS_INCOMING: { in HandleCallReportInfo() 259 case TelCallState::CALL_STATUS_INCOMING: { in HandleVoipCallReportInfo() 459 int32_t ret = call->SetTelCallState(TelCallState::CALL_STATUS_INCOMING); in HandleRejectCall() 537 call, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_ANSWERED)) { in AnsweredVoipCallHandle() 957 int32_t incomingCallNum = GetCallNum(TelCallState::CALL_STATUS_INCOMING); in IsCanUnHold() 1046 ringCall, TelCallState::CALL_STATUS_INCOMING, TelCallState::CALL_STATUS_ANSWERED); in AutoAnswerForVoiceCall() 1125 if (priorState == TelCallState::CALL_STATUS_INCOMING && nextState == TelCallState::CALL_STATUS_ACTIVE) { in UpdateCallState() 1138 if (nextState == TelCallState::CALL_STATUS_INCOMING) { in UpdateCallState() 1233 if (priorState == TelCallState::CALL_STATUS_ALERTING || priorState == TelCallState::CALL_STATUS_INCOMING || in SetOriginalCallTypeForActiveState() 1260 ((priorState == TelCallState::CALL_STATUS_INCOMING || priorStat in SetOriginalCallTypeForDisconnectState() [all...] |
H A D | call_superprivacy_control_manager.cpp | 87 if (info.callState == TelCallState::CALL_STATUS_INCOMING || in CloseAllCall()
|
/base/telephony/core_service/utils/common/include/ |
H A D | enum_convert.h | 149 CALL_STATUS_INCOMING, member in OHOS::Telephony::TelephonyDataConnectionStatus::TelephonyCallState
|
/base/telephony/core_service/utils/common/src/ |
H A D | enum_convert.cpp | 77 case TelephonyCallState::CALL_STATUS_INCOMING: in GetCallState() 78 result = "CALL_STATUS_INCOMING"; in GetCallState()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_base.h | 164 CALL_STATUS_INCOMING, member in OHOS::Telephony::TelCallState
|
/base/telephony/call_manager/services/call_voice_assistant/src/ |
H A D | call_voice_assistant_manager.cpp | 449 callState != TelCallState::CALL_STATUS_INCOMING && callState != TelCallState::CALL_STATUS_DISCONNECTED) {
in CallStateUpdated() 468 case TelCallState::CALL_STATUS_INCOMING:
in CallStateUpdated() 556 int32_t comeCallId = CheckTelCallState(TelCallState::CALL_STATUS_INCOMING);
in CallStatusDisconnected()
|