Home
last modified time | relevance | path

Searched defs:numActive (Results 1 – 6 of 6) sorted by relevance

/base/telephony/call_manager/services/bluetooth/src/
Dbluetooth_call_service.cpp147 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()
Dbluetooth_call_manager.cpp32 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
Dbluetooth_connection.cpp106 int32_t numActive, int32_t numHeld, int32_t callState, const std::string &number) in SendBtCallState()
/base/telephony/call_manager/services/call/src/
Dcall_control_manager.cpp1441 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/
Dzero_branch3_test.cpp361 int32_t numActive = 1; variable
Dzero_branch6_test.cpp795 int32_t numActive = CallObjectManager::GetCallNum(TelCallState::CALL_STATUS_ACTIVE); variable