Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/bluetooth/src/
H A Dbluetooth_connection.cpp29 BluetoothConnection::BluetoothConnection() : connectedScoAddr_("") {} in BluetoothConnection() function in OHOS::Telephony::BluetoothConnection
31 BluetoothConnection::~BluetoothConnection() in ~BluetoothConnection()
46 void BluetoothConnection::Init() in Init()
88 bool BluetoothConnection::IsBtAvailble() in IsBtAvailble()
100 int32_t BluetoothConnection::SendBtCallState( in SendBtCallState()
133 bool BluetoothConnection::IsAudioActivated() in IsAudioActivated()
140 void BluetoothConnection::ResetBtConnection() in ResetBtConnection()
146 void BluetoothConnection::RegisterObserver() in RegisterObserver()
169 void BluetoothConnection::RemoveBtDevice(const std::string &address) in RemoveBtDevice()
230 DelayedSingleton<BluetoothConnection>::GetInstance()->RegisterObserver(); in OnAddSystemAbility()
[all …]
H A Dbluetooth_call_manager.cpp27 BluetoothCallManager::BluetoothCallManager() : btConnection_(DelayedSingleton<BluetoothConnection>:… in BluetoothCallManager()
/ohos5.0/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_connection.h43 class BluetoothConnection : public OHOS::Bluetooth::HandsFreeAudioGatewayObserver,
44 public std::enable_shared_from_this<BluetoothConnection> {
46 class BluetoothConnection {
48 DECLARE_DELAYED_SINGLETON(BluetoothConnection)
H A Dbluetooth_call_manager.h36 std::shared_ptr<BluetoothConnection> btConnection_;
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp82 DelayedSingleton<BluetoothConnection>::GetInstance()->Init(); in Init()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp382 auto bluetoothConnection = std::make_shared<BluetoothConnection>();