Searched defs:numActive (Results 1 – 6 of 6) sorted by relevance
| /base/telephony/call_manager/services/bluetooth/src/ |
| D | bluetooth_call_service.cpp | 147 int32_t numActive = 0; in GetCallState() local 165 int32_t numActive = GetCallNum(TelCallState::CALL_STATUS_ACTIVE, false); in getCarrierCallInfoNum() local 208 void BluetoothCallService::GetVoipCallState(int32_t &numActive, int32_t &callState, std::string &nu… in GetVoipCallState()
|
| D | bluetooth_call_manager.cpp | 32 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
|
| D | bluetooth_connection.cpp | 106 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
|
| /base/telephony/call_manager/services/call/src/ |
| D | call_control_manager.cpp | 1441 int32_t numActive = GetCallNum(TelCallState::CALL_STATUS_ACTIVE, true); in SetVoIPCallInfo() local 1479 void CallControlManager::HandleVoipConnected(int32_t &numActive, int32_t callId) in HandleVoipConnected() 1489 void CallControlManager::HandleVoipIncoming(int32_t &numActive, int32_t callId, const std::string p… in HandleVoipIncoming() 1513 int32_t CallControlManager::HandleVoipDisconnected(int32_t &numActive, int32_t numHeld, int32_t cal… in HandleVoipDisconnected()
|
| /base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
| D | zero_branch3_test.cpp | 361 int32_t numActive = 1; variable
|
| D | zero_branch6_test.cpp | 795 int32_t numActive = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_ACTIVE); variable
|