Home
last modified time | relevance | path

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

/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()
82 TELEPHONY_LOGI("BluetoothConnection init success!"); in Init()
88 bool BluetoothConnection::IsBtAvailble() in IsBtAvailble()
100 int32_t BluetoothConnection::SendBtCallState( in SendBtCallState()
118 int32_t BluetoothConnection::SendCallDetailsChange(int32_t callId, int32_t callState) in SendCallDetailsChange()
133 bool BluetoothConnection
[all...]
H A Dbluetooth_call_manager.cpp27 BluetoothCallManager::BluetoothCallManager() : btConnection_(DelayedSingleton<BluetoothConnection>::GetInstance()) {} in BluetoothCallManager()
/base/telephony/call_manager/services/bluetooth/include/
H A Dbluetooth_connection.h43 class BluetoothConnection : public OHOS::Bluetooth::HandsFreeAudioGatewayObserver, class
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_;
/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp85 DelayedSingleton<BluetoothConnection>::GetInstance()->Init(); in Init()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch3_test.cpp382 auto bluetoothConnection = std::make_shared<BluetoothConnection>(); in HWTEST_F()

Completed in 6 milliseconds