Home
last modified time | relevance | path

Searched refs:callState_ (Results 1 – 7 of 7) sorted by relevance

/base/telephony/call_manager/services/call/src/
Dcall_base.cpp33 direction_(CallDirection::CALL_DIRECTION_IN), policyFlag_(0), callState_(info.callState), in CallBase()
44 direction_(CallDirection::CALL_DIRECTION_OUT), policyFlag_(0), callState_(info.callState), in CallBase()
97 info.callState = callState_; in GetCallAttributeBaseInfo()
138 … if (callRunningState_ != CallRunningState::CALL_RUNNING_STATE_CREATE && callState_ == nextState && in SetTelCallState()
143 callState_ = nextState; in SetTelCallState()
243 return callState_; in GetTelCallState()
421 …return !(callState_ == TelCallState::CALL_STATUS_IDLE || callState_ == TelCallState::CALL_STATUS_D… in IsAliveState()
422 callState_ == TelCallState::CALL_STATUS_DISCONNECTING); in IsAliveState()
/base/telephony/state_registry/frameworks/js/napi/include/
Dupdate_infos.h37 int32_t callState_ = 0; member
40 : UpdateInfo(slotId), callState_(callStateParam), phoneNumber_(phoneNumberParam) {} in CallStateUpdateInfo()
Dupdate_contexts.h35 callState = info.callState_;
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dzero_branch_test.cpp1315 callBase1->callState_ = TelCallState::CALL_STATUS_INCOMING;
1328 callBase1->callState_ = TelCallState::CALL_STATUS_ACTIVE;
1335 callBase1->callState_ = TelCallState::CALL_STATUS_HOLDING;
1368 call.callState_ = TelCallState::CALL_STATUS_INCOMING;
1370 call.callState_ = TelCallState::CALL_STATUS_UNKNOWN;
1417 call.callState_ = TelCallState::CALL_STATUS_UNKNOWN;
1443 call.callState_ = TelCallState::CALL_STATUS_IDLE;
1445 call.callState_ = TelCallState::CALL_STATUS_DISCONNECTED;
1447 call.callState_ = TelCallState::CALL_STATUS_DISCONNECTING;
1449 call.callState_ = TelCallState::CALL_STATUS_UNKNOWN;
[all …]
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_service.cpp48 callState_.clear(); in ~TelephonyStateRegistryService()
189 callState_[slotId] = callState; in UpdateCallStateForSlotId()
501 …record.telephonyObserver_->OnCallStateUpdated(record.slotId_, callState_[record.slotId_], phoneNum… in UpdateData()
705 for (it = callState_.begin(); it != callState_.end(); ++it) { in GetCallState()
/base/telephony/call_manager/services/call/include/
Dcall_base.h133 TelCallState callState_; variable
/base/telephony/state_registry/services/include/
Dtelephony_state_registry_service.h98 std::map<int32_t, int32_t> callState_; variable