Home
last modified time | relevance | path

Searched refs:TelCallStatus (Results 1 - 10 of 10) sorted by relevance

/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp92 if (callState_ == static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) || in IsSecondaryCanActiveData()
93 callState_ == static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED)) { in IsSecondaryCanActiveData()
167 if (stateMachine->GetCallState() == static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) || in StateBegin()
168 stateMachine->GetCallState() == static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED)) { in StateBegin()
323 if (stateMachine->GetCallState() == static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) || in ProcessCallEnded()
324 stateMachine->GetCallState() == static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED)) { in ProcessCallEnded()
/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp149 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
168 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
171 incallStateMachine->UpdateCallState(static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE)); in HWTEST_F()
187 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
190 incallStateMachine->UpdateCallState(static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED)); in HWTEST_F()
206 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
226 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
246 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
273 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
294 incallStateMachine->Init(TelCallStatus in HWTEST_F()
[all...]
H A Dcellular_data_handler_branch_test.cpp362 cellularDataHandler->HandleImsCallChanged(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
385 cellularDataHandler->HandleImsCallChanged(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
386 cellularDataHandler->HandleImsCallChanged(TelCallStatus::CALL_STATUS_INCOMING); in HWTEST_F()
388 cellularDataHandler->HandleVoiceCallChanged(TelCallStatus::CALL_STATUS_DISCONNECTED); in HWTEST_F()
389 cellularDataHandler->HandleVoiceCallChanged(TelCallStatus::CALL_STATUS_IDLE); in HWTEST_F()
H A Dzero_branch_test.cpp1532 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
1537 incallStateMachine->UpdateCallState(TelCallStatus::CALL_STATUS_ALERTING); in HWTEST_F()
1563 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
1593 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
1622 incallStateMachine->Init(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
/base/telephony/cellular_data/services/include/
H A Ddata_connection_monitor.h127 int32_t callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE);
H A Dcellular_data_handler.h174 int32_t lastCallState_ = (int32_t)TelCallStatus::CALL_STATUS_IDLE;
/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp139 if (callState_ != static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) && in HandleRecovery()
140 callState_ != static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED)) { in HandleRecovery()
H A Dcellular_data_handler.cpp1304 if (state == TelCallStatus::CALL_STATUS_DIALING || state == TelCallStatus::CALL_STATUS_INCOMING) { in HandleImsCallChanged()
1314 if (state == TelCallStatus::CALL_STATUS_DIALING || state == TelCallStatus::CALL_STATUS_INCOMING) { in HandleImsCallChanged()
1318 if (state == TelCallStatus::CALL_STATUS_DISCONNECTED || state == TelCallStatus::CALL_STATUS_IDLE) { in HandleImsCallChanged()
1334 if (state != TelCallStatus::CALL_STATUS_IDLE && state != TelCallStatus::CALL_STATUS_DISCONNECTED) { in HandleVoiceCallChanged()
1720 bool inCall = (lastCallState_ != TelCallStatus::CALL_STATUS_IDLE && in IsRestrictedMode()
1721 lastCallState_ != TelCallStatus in IsRestrictedMode()
[all...]
/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h139 enum TelCallStatus { enum
/base/telephony/cellular_data/services/include/state_machine/
H A Dincall_data_state_machine.h69 int32_t callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE);

Completed in 14 milliseconds