| /base/telephony/call_manager/services/bluetooth/src/ |
| D | bluetooth_call_manager.cpp | 32 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()
|
| D | bluetooth_connection.cpp | 101 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()
|
| D | bluetooth_call_service.cpp | 131 int32_t callState = static_cast<int32_t>(TelCallState::CALL_STATUS_IDLE); in GetCallState() local
|
| /base/telephony/call_manager/services/call_report/src/ |
| D | call_state_report_proxy.cpp | 141 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/ |
| D | call_manager1_gtest.cpp | 94 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
|
| D | call_manager6_gtest.cpp | 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() 150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
|
| D | call_manager2_gtest.cpp | 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() 150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
|
| D | call_manager8_gtest.cpp | 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() 150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
|
| D | call_manager3_gtest.cpp | 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() 150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
|
| D | call_manager5_gtest.cpp | 94 bool CallInfoManager::HasState(int callId, int32_t callState) in HasState() 150 int32_t callState = CallManagerGtest::clientPtr_->GetCallState(); in LockCallState() local
|
| D | call_manager7_gtest.cpp | 94 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/ |
| D | call_object_manager.cpp | 517 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()
|
| D | call_ability_connect_callback.cpp | 75 TelCallState callState = info.callState; in ReConnectAbility() local
|
| /base/telephony/call_manager/services/audio/src/ |
| D | call_state_processor.cpp | 142 bool CallStateProcessor::ShouldSwitchState(TelCallState callState) in ShouldSwitchState()
|
| /base/telephony/state_registry/frameworks/js/napi/include/ |
| D | update_contexts.h | 31 int32_t callState; member
|
| /base/telephony/state_registry/frameworks/js/napi/src/ |
| D | napi_telephony_observer.cpp | 24 void NapiTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16str… in OnCallStateUpdated()
|
| /base/telephony/state_registry/test/unittest/state_test/ |
| D | state_registry_observer.h | 30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
|
| D | state_registry_test.cpp | 150 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/ |
| D | state_registry_observer.h | 30 void OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated()
|
| /base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/ |
| D | telephonyobserver_fuzzer.cpp | 72 int32_t callState = static_cast<int32_t>(size); in CallStateUpdatedInner() local
|
| /base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
| D | telephonystateregistry_fuzzer.cpp | 151 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/ |
| D | telephony_observer.cpp | 24 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/ |
| D | common_type.h | 46 TelCallState callState = TelCallState::CALL_STATUS_UNKNOWN; member
|
| /base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/ |
| D | registercallmanagercallback_fuzzer.cpp | 65 TelCallState callState = static_cast<TelCallState>(size % CALL_STATE_NUM); in ReportCallsInfo() local
|
| /base/telephony/state_registry/services/src/ |
| D | telephony_state_registry_stub.cpp | 131 int32_t callState = data.ReadInt32(); in OnUpdateCallState() local 154 int32_t callState = data.ReadInt32(); in OnUpdateCallStateForSlotId() local
|