Home
last modified time | relevance | path

Searched defs:callState (Results 1 – 25 of 42) sorted by relevance

12

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_manager.cpp32 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
41 int32_t BluetoothCallManager::SendCallDetailsChange(int32_t callId, int32_t callState) in SendCallDetailsChange()
Dbluetooth_connection.cpp101 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
118 int32_t BluetoothConnection::SendCallDetailsChange(int32_t callId, int32_t callState) in SendCallDetailsChange()
Dbluetooth_call_service.cpp131 int32_t callState = static_cast<int32_t>(TelCallState::CALL_STATUS_IDLE); in GetCallState() local
/base/telephony/call_manager/services/call_report/src/
Dcall_state_report_proxy.cpp141 int32_t CallStateReportProxy::ReportCallState(int32_t callState, std::u16string phoneNumber) in ReportCallState()
155 int32_t slotId, int32_t callState, std::u16string incomingNumber) in ReportCallStateForCallId()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager1_gtest.cpp94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState()
150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
625 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
751 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
771 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); variable
Dcall_manager6_gtest.cpp94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState()
150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
Dcall_manager2_gtest.cpp94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState()
150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
Dcall_manager8_gtest.cpp94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState()
150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
Dcall_manager3_gtest.cpp94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState()
150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
Dcall_manager5_gtest.cpp94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState()
150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
Dcall_manager7_gtest.cpp94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState()
150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
/base/telephony/call_manager/services/call/src/
Dcall_object_manager.cpp517 sptr<CallBase> CallObjectManager::GetOneCallObject(CallRunningState callState) in GetOneCallObject()
572 bool CallObjectManager::IsCallExist(CallType callType, TelCallState callState) in IsCallExist()
585 bool CallObjectManager::IsCallExist(TelCallState callState) in IsCallExist()
598 bool CallObjectManager::IsCallExist(TelCallState callState, int32_t &callId) in IsCallExist()
626 int32_t CallObjectManager::GetCallNum(TelCallState callState, bool isIncludeVoipCall) in GetCallNum()
644 std::string CallObjectManager::GetCallNumber(TelCallState callState, bool isIncludeVoipCall) in GetCallNumber()
793 int32_t CallObjectManager::GetCallNumByRunningState(CallRunningState callState) in GetCallNumByRunningState()
Dcall_ability_connect_callback.cpp75 TelCallState callState = info.callState; in ReConnectAbility() local
/base/telephony/call_manager/services/audio/src/
Dcall_state_processor.cpp142 bool CallStateProcessor::ShouldSwitchState(TelCallState callState) in ShouldSwitchState()
/base/telephony/state_registry/frameworks/js/napi/include/
Dupdate_contexts.h31 int32_t callState; member
/base/telephony/state_registry/frameworks/js/napi/src/
Dnapi_telephony_observer.cpp24 void NapiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16str… in OnCallStateUpdated()
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_observer.h30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
Dstate_registry_test.cpp150 int32_t callState = 16; in UpdateCallState() local
162 int32_t callState = 16; in UpdateCallStateForSlotId() local
822 int32_t callState = 16; variable
/base/telephony/core_service/test/unittest/ui_client/
Dstate_registry_observer.h30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
/base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/
Dtelephonyobserver_fuzzer.cpp72 int32_t callState = static_cast<int32_t>(size); in CallStateUpdatedInner() local
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
Dtelephonystateregistry_fuzzer.cpp151 int32_t callState = static_cast<int32_t>(size); in UpdateCallState() local
167 int32_t callState = static_cast<int32_t>(size); in UpdateCallStateForSlotId() local
/base/telephony/state_registry/frameworks/native/observer/src/
Dtelephony_observer.cpp24 int32_t slotId, int32_t callState, const std::u16string &phoneNumber) {} in OnCallStateUpdated()
102 int32_t callState = data.ReadInt32(); in OnCallStateUpdatedInner() local
/base/telephony/call_manager/services/call/include/
Dcommon_type.h46 TelCallState callState = TelCallState::CALL_STATUS_UNKNOWN; member
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
Dregistercallmanagercallback_fuzzer.cpp65 TelCallState callState = static_cast<TelCallState>(size % CALL_STATE_NUM); in ReportCallsInfo() local
/base/telephony/state_registry/services/src/
Dtelephony_state_registry_stub.cpp131 int32_t callState = data.ReadInt32(); in OnUpdateCallState() local
154 int32_t callState = data.ReadInt32(); in OnUpdateCallStateForSlotId() local

12