/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter_properties.h | 199 int GetLocalDeviceClass() const;
|
H A D | classic_config.h | 96 int GetLocalDeviceClass() const;
|
H A D | classic_adapter_properties.cpp | 62 cod_ = (config_.GetLocalDeviceClass() & CLASS_OF_DEVICE_RANGE); in LoadHostInfo() 127 int ClassicAdapterProperties::GetLocalDeviceClass() const in GetLocalDeviceClass() function in OHOS::bluetooth::ClassicAdapterProperties
|
H A D | classic_config.cpp | 88 int ClassicConfig::GetLocalDeviceClass() const in GetLocalDeviceClass() function in OHOS::bluetooth::ClassicConfig
|
H A D | classic_adapter.h | 362 int GetLocalDeviceClass() const override;
|
H A D | classic_adapter.cpp | 364 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 D | interface_adapter_classic.h | 275 virtual int GetLocalDeviceClass() const = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 530 BluetoothDeviceClass GetLocalDeviceClass() const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 50 int32_t GetLocalDeviceClass() override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 75 virtual int32_t GetLocalDeviceClass() = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 73 int32_t GetLocalDeviceClass() override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 916 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 D | bluetooth_host_server.cpp | 976 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 D | bluetooth_host_proxy.cpp | 353 int32_t BluetoothHostProxy::GetLocalDeviceClass() in GetLocalDeviceClass() function in OHOS::Bluetooth::BluetoothHostProxy
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 457 int32_t result = GetLocalDeviceClass(); in GetLocalDeviceClassInner()
|