Home
last modified time | relevance | path

Searched refs:callState_ (Results 1 - 17 of 17) sorted by relevance

/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp282 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 Dzero_branch_test_call_state.cpp723 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 Dzero_branch1_test.cpp393 csCall->callState_ = TelCallState::CALL_STATUS_ACTIVE; in HWTEST_F()
/base/telephony/call_manager/services/call/src/
H A Dcall_base.cpp40 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 Dupdate_infos.h37 int32_t callState_ = 0; member
40 : UpdateInfo(slotId), callState_(callStateParam), phoneNumber_(phoneNumberParam) {} in CallStateUpdateInfo()
H A Dupdate_contexts.h35 callState = info.callState_; in operator =()
/base/telephony/cellular_data/services/include/
H A Ddata_connection_monitor.h127 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 Dtelephony_observer_utils.h177 int32_t callState_ = 0; member
180 : UpdateInfo(slotId), callState_(callStateParam), phoneNumber_(phoneNumberParam) {} in CallStateUpdateInfo()
H A Dobserver_event_handler.cpp431 .state = WrapCallState(callStateInfo->callState_), in WorkCallStateUpdated()
/base/telephony/cellular_data/services/src/state_machine/
H A Dincall_data_state_machine.cpp27 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 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()
195 callState_ = state; in UpdateCallState()
/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp51 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 Dcall_base.h164 TelCallState callState_; member in OHOS::Telephony::CallBase
/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); member in OHOS::Telephony::IncallDataStateMachine
/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h99 std::map<int32_t, int32_t> callState_; member in OHOS::Telephony::TelephonyStateRegistryService
/base/telephony/cellular_data/test/
H A Dcellular_state_machine_test.cpp1966 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 Dstate_registry_test.cpp945 service->callState_[0] = 0; in HWTEST_F()

Completed in 17 milliseconds