Home
last modified time | relevance | path

Searched refs:BluetoothCallManager (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_call_manager.cpp27 BluetoothCallManager::BluetoothCallManager() : btConnection_(DelayedSingleton<BluetoothConnection>:… in BluetoothCallManager() function in OHOS::Telephony::BluetoothCallManager
29 BluetoothCallManager::~BluetoothCallManager() {} in ~BluetoothCallManager()
31 int32_t BluetoothCallManager::SendBtCallState( in SendBtCallState()
41 int32_t BluetoothCallManager::SendCallDetailsChange(int32_t callId, int32_t callState) in SendCallDetailsChange()
50 bool BluetoothCallManager::IsBtAvailble() in IsBtAvailble()
H A Dbluetooth_call_service.cpp165 return DelayedSingleton<BluetoothCallManager>::GetInstance()-> in GetCallState()
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_call_manager.h27 class BluetoothCallManager : public std::enable_shared_from_this<BluetoothCallManager> {
29 BluetoothCallManager();
30 ~BluetoothCallManager();
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_base.cpp543 …std::shared_ptr<BluetoothCallManager> bluetoothCallManager = std::make_shared<BluetoothCallManager in IsSpeakerphoneEnabled()
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_report_proxy.cpp176 …DelayedSingleton<BluetoothCallManager>::GetInstance()->SendCallDetailsChange(static_cast<int32_t>(… in ReportCallStateInfo()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp660 BluetoothCallManager bluetoothCallManager;