Home
last modified time | relevance | path

Searched refs:GetMaxNumConnectedAudioDevices (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_manager.h237 virtual int GetMaxNumConnectedAudioDevices() const = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.h179 int GetMaxNumConnectedAudioDevices() const override;
H A Dadapter_manager.cpp705 int AdapterManager::GetMaxNumConnectedAudioDevices() const in GetMaxNumConnectedAudioDevices() function in OHOS::bluetooth::AdapterManager
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h460 int GetMaxNumConnectedAudioDevices() const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h47 int32_t GetMaxNumConnectedAudioDevices() override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h72 virtual int32_t GetMaxNumConnectedAudioDevices() = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h70 int32_t GetMaxNumConnectedAudioDevices() override;
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp196 EXPECT_EQ(host_->GetMaxNumConnectedAudioDevices(), 6);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp842 int BluetoothHost::GetMaxNumConnectedAudioDevices() const in GetMaxNumConnectedAudioDevices() function in OHOS::Bluetooth::BluetoothHost
848 return proxy->GetMaxNumConnectedAudioDevices(); in GetMaxNumConnectedAudioDevices()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp932 int32_t BluetoothHostServer::GetMaxNumConnectedAudioDevices() in GetMaxNumConnectedAudioDevices() function in OHOS::Bluetooth::BluetoothHostServer
935 return IAdapterManager::GetInstance()->GetMaxNumConnectedAudioDevices(); in GetMaxNumConnectedAudioDevices()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp282 int32_t BluetoothHostProxy::GetMaxNumConnectedAudioDevices() in GetMaxNumConnectedAudioDevices() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp409 int32_t result = GetMaxNumConnectedAudioDevices(); in GetMaxNumConnectedAudioDevicesInner()