Home
last modified time | relevance | path

Searched refs:GetLocalDeviceClass (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.h199 int GetLocalDeviceClass() const;
H A Dclassic_config.h96 int GetLocalDeviceClass() const;
H A Dclassic_adapter_properties.cpp62 cod_ = (config_.GetLocalDeviceClass() & CLASS_OF_DEVICE_RANGE); in LoadHostInfo()
127 int ClassicAdapterProperties::GetLocalDeviceClass() const in GetLocalDeviceClass() function in OHOS::bluetooth::ClassicAdapterProperties
H A Dclassic_config.cpp88 int ClassicConfig::GetLocalDeviceClass() const in GetLocalDeviceClass() function in OHOS::bluetooth::ClassicConfig
H A Dclassic_adapter.h362 int GetLocalDeviceClass() const override;
H A Dclassic_adapter.cpp364 int ClassicAdapter::GetLocalDeviceClass() const in GetLocalDeviceClass() function in OHOS::bluetooth::ClassicAdapter
366 return adapterProperties_.GetLocalDeviceClass(); in GetLocalDeviceClass()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h275 virtual int GetLocalDeviceClass() const = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h530 BluetoothDeviceClass GetLocalDeviceClass() const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h50 int32_t GetLocalDeviceClass() override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h75 virtual int32_t GetLocalDeviceClass() = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h73 int32_t GetLocalDeviceClass() override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp916 BluetoothDeviceClass BluetoothHost::GetLocalDeviceClass() const in GetLocalDeviceClass() function in OHOS::Bluetooth::BluetoothHost
922 int LocalDeviceClass = proxy->GetLocalDeviceClass(); in GetLocalDeviceClass()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp976 int32_t BluetoothHostServer::GetLocalDeviceClass() in GetLocalDeviceClass() function in OHOS::Bluetooth::BluetoothHostServer
981 return classicService->GetLocalDeviceClass(); in GetLocalDeviceClass()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp353 int32_t BluetoothHostProxy::GetLocalDeviceClass() in GetLocalDeviceClass() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp457 int32_t result = GetLocalDeviceClass(); in GetLocalDeviceClassInner()