Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_manager.h237 virtual int GetMaxNumConnectedAudioDevices() const = 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
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h441 int GetMaxNumConnectedAudioDevices() const;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h74 virtual int32_t GetMaxNumConnectedAudioDevices() = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h70 int32_t GetMaxNumConnectedAudioDevices() override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h49 int32_t GetMaxNumConnectedAudioDevices() override;
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp196 EXPECT_EQ(host_->GetMaxNumConnectedAudioDevices(), 6); in HWTEST_F()
/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()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp911 int32_t BluetoothHostServer::GetMaxNumConnectedAudioDevices() in GetMaxNumConnectedAudioDevices() function in OHOS::Bluetooth::BluetoothHostServer
914 return IAdapterManager::GetInstance()->GetMaxNumConnectedAudioDevices(); in GetMaxNumConnectedAudioDevices()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp313 int32_t BluetoothHostProxy::GetMaxNumConnectedAudioDevices() in GetMaxNumConnectedAudioDevices() function in OHOS::Bluetooth::BluetoothHostProxy
317 HILOGE("BluetoothHostProxy::GetMaxNumConnectedAudioDevices WriteInterfaceToken error"); in GetMaxNumConnectedAudioDevices()
325 HILOGE("BluetoothHostProxy::GetMaxNumConnectedAudioDevices done fail, error: %{public}d", error); in GetMaxNumConnectedAudioDevices()
330 HILOGE("BluetoothHostProxy::GetMaxNumConnectedAudioDevices Read reply fail"); in GetMaxNumConnectedAudioDevices()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp443 int32_t result = GetMaxNumConnectedAudioDevices(); in GetMaxNumConnectedAudioDevicesInner()

Completed in 17 milliseconds