/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 282 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 295 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 302 callBase1->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 322 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 419 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 422 callBase1->callState_ = TelCallState::CALL_STATUS_WAITING; in HWTEST_F() 424 callBase1->callState_ = TelCallState::CALL_STATUS_UNKNOWN; in HWTEST_F() 426 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 428 callBase1->callState_ = TelCallState::CALL_STATUS_WAITING; in HWTEST_F() 430 callBase1->callState_ in HWTEST_F() [all...] |
H A D | zero_branch_test_call_state.cpp | 723 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 727 callBase2->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 733 callBase5->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 737 callBase6->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 740 callBase7->callState_ = TelCallState::CALL_STATUS_INCOMING; in HWTEST_F() 746 callBase8->callState_ = TelCallState::CALL_STATUS_HOLDING; in HWTEST_F() 749 callBase9->callState_ = TelCallState::CALL_STATUS_WAITING; in HWTEST_F() 753 callBase10->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F() 756 callBase11->callState_ = TelCallState::CALL_STATUS_WAITING; in HWTEST_F() 759 callBase12->callState_ in HWTEST_F() [all...] |
H A D | zero_branch1_test.cpp | 393 csCall->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F()
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_base.cpp | 40 direction_(CallDirection::CALL_DIRECTION_IN), policyFlag_(0), callState_(info.callState), autoAnswerState_(false), in CallBase() 55 direction_(CallDirection::CALL_DIRECTION_OUT), policyFlag_(0), callState_(info.callState), in CallBase() 144 info.callState = callState_; in GetCallAttributeBaseInfo() 204 if (callRunningState_ != CallRunningState::CALL_RUNNING_STATE_CREATE && callState_ == nextState && in SetTelCallState() 209 callState_ = nextState; in SetTelCallState() 315 return callState_; in GetTelCallState() 617 return !(callState_ == TelCallState::CALL_STATUS_IDLE || callState_ == TelCallState::CALL_STATUS_DISCONNECTED || in IsAliveState() 618 callState_ == TelCallState::CALL_STATUS_DISCONNECTING); in IsAliveState()
|
/base/telephony/state_registry/frameworks/js/napi/include/ |
H A D | update_infos.h | 37 int32_t callState_ = 0; member 40 : UpdateInfo(slotId), callState_(callStateParam), phoneNumber_(phoneNumberParam) {} in CallStateUpdateInfo()
|
H A D | update_contexts.h | 35 callState = info.callState_; in operator =()
|
/base/telephony/cellular_data/services/include/ |
H A D | data_connection_monitor.h | 127 int32_t callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE); member in OHOS::Telephony::DataConnectionMonitor
|
/base/telephony/state_registry/frameworks/cj/src/ |
H A D | telephony_observer_utils.h | 177 int32_t callState_ = 0; member 180 : UpdateInfo(slotId), callState_(callStateParam), phoneNumber_(phoneNumberParam) {} in CallStateUpdateInfo()
|
H A D | observer_event_handler.cpp | 431 .state = WrapCallState(callStateInfo->callState_), in WorkCallStateUpdated()
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | incall_data_state_machine.cpp | 27 callState_ = state; in UpdateCallState() 32 return callState_; in GetCallState() 92 if (callState_ == static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) || in IsSecondaryCanActiveData() 93 callState_ == static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED)) { in IsSecondaryCanActiveData() 142 callState_ = callState; in Init()
|
/base/telephony/cellular_data/services/src/ |
H A D | data_connection_monitor.cpp | 139 if (callState_ != static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE) && in HandleRecovery() 140 callState_ != static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED)) { in HandleRecovery() 195 callState_ = state; in UpdateCallState()
|
/base/telephony/state_registry/services/src/ |
H A D | telephony_state_registry_service.cpp | 51 callState_[i] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService() 56 callState_[0] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService() 58 callState_[-1] = static_cast<int32_t>(CallStatus::CALL_STATUS_UNKNOWN); in TelephonyStateRegistryService() 64 callState_.clear(); in ~TelephonyStateRegistryService() 183 callState_[-1] = callState; in UpdateCallState() 217 callState_[slotId] = callState; in UpdateCallStateForSlotId() 561 record.telephonyObserver_->OnCallStateUpdated(record.slotId_, callState_[record.slotId_], phoneNumber); in UpdateData() 799 for (it = callState_.begin(); it != callState_.end(); ++it) { in GetCallState()
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_base.h | 164 TelCallState callState_; member in OHOS::Telephony::CallBase
|
/base/telephony/cellular_data/services/include/state_machine/ |
H A D | incall_data_state_machine.h | 69 int32_t callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE); member in OHOS::Telephony::IncallDataStateMachine
|
/base/telephony/state_registry/services/include/ |
H A D | telephony_state_registry_service.h | 99 std::map<int32_t, int32_t> callState_; member in OHOS::Telephony::TelephonyStateRegistryService
|
/base/telephony/cellular_data/test/ |
H A D | cellular_state_machine_test.cpp | 1966 incallStateMachine->callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_IDLE); in HWTEST_F() 1969 incallStateMachine->callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_DISCONNECTED); in HWTEST_F() 1972 incallStateMachine->callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F() 2021 incallStateMachine->callState_ = static_cast<int32_t>(TelCallStatus::CALL_STATUS_DIALING); in HWTEST_F()
|
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_test.cpp | 945 service->callState_[0] = 0; in HWTEST_F()
|