Searched refs:callState_ (Results 1 – 7 of 7) sorted by relevance
/base/telephony/call_manager/services/call/src/ |
D | call_base.cpp | 33 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/ |
D | update_infos.h | 37 int32_t callState_ = 0; member 40 : UpdateInfo(slotId), callState_(callStateParam), phoneNumber_(phoneNumberParam) {} in CallStateUpdateInfo()
|
D | update_contexts.h | 35 callState = info.callState_;
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | zero_branch_test.cpp | 1315 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/ |
D | telephony_state_registry_service.cpp | 48 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/ |
D | call_base.h | 133 TelCallState callState_; variable
|
/base/telephony/state_registry/services/include/ |
D | telephony_state_registry_service.h | 98 std::map<int32_t, int32_t> callState_; variable
|