/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_remote_device_observer.h | 37 virtual void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) = 0;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_remote_device_observer.h | 34 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_remote_device_observer.h | 36 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over…
|
H A D | napi_bluetooth_remote_device_observer.cpp | 69 void NapiBluetoothRemoteDeviceObserver ::OnRemoteCodChanged( in OnRemoteCodChanged() function in OHOS::Bluetooth::NapiBluetoothRemoteDeviceObserver
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_remote_device_observer_proxy.h | 37 void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_classic.h | 176 virtual void OnRemoteCodChanged(const RawAddress &device, int cod) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 211 …virtual void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &c…
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_remote_device_observer_proxy.cpp | 162 void BluetoothRemoteDeviceObserverproxy::OnRemoteCodChanged(const BluetoothRawAddress &device, int3… in OnRemoteCodChanged() function in OHOS::Bluetooth::BluetoothRemoteDeviceObserverproxy
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 91 void OnRemoteCodChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnRemoteCodChanged() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_remote_device_observer_stub.cpp | 164 stub->OnRemoteCodChanged(*result, cod); in OnRemoteCodChangedInner()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 243 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over… in OnRemoteCodChanged() function in OHOS::Bluetooth::BluetoothRemoteDeviceObserverWapper
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 298 void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) override in OnRemoteCodChanged() function in OHOS::Bluetooth::BluetoothHost::impl::BluetoothRemoteDeviceObserverImp 305 observer->OnRemoteCodChanged(remoteDevice, deviceClass); in OnRemoteCodChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 399 void OnRemoteCodChanged(const RawAddress &device, int32_t cod) override in OnRemoteCodChanged() function in OHOS::Bluetooth::BluetoothHostServer::impl::ClassicRemoteDeviceObserver 408 observer->OnRemoteCodChanged(device, cod); in OnRemoteCodChanged()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 1166 …[device, cod](IClassicRemoteDeviceObserver &observer) { observer.OnRemoteCodChanged(device, cod); … in SendRemoteCodChanged()
|