Home
last modified time | relevance | path

Searched refs:OnRemoteCodChanged (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_remote_device_observer.h37 virtual void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) = 0;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_remote_device_observer.h34 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over…
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_remote_device_observer.h36 …void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &cod) over…
H A Dnapi_bluetooth_remote_device_observer.cpp69 void NapiBluetoothRemoteDeviceObserver ::OnRemoteCodChanged( in OnRemoteCodChanged() function in OHOS::Bluetooth::NapiBluetoothRemoteDeviceObserver
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_remote_device_observer_proxy.h37 void OnRemoteCodChanged(const BluetoothRawAddress &device, int32_t cod) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h176 virtual void OnRemoteCodChanged(const RawAddress &device, int cod) = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h211 …virtual void OnRemoteCodChanged(const BluetoothRemoteDevice &device, const BluetoothDeviceClass &c…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_remote_device_observer_proxy.cpp162 void BluetoothRemoteDeviceObserverproxy::OnRemoteCodChanged(const BluetoothRawAddress &device, int3… in OnRemoteCodChanged() function in OHOS::Bluetooth::BluetoothRemoteDeviceObserverproxy
/ohos5.0/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h91 void OnRemoteCodChanged(const Bluetooth::BluetoothRemoteDevice &device, in OnRemoteCodChanged() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_remote_device_observer_stub.cpp164 stub->OnRemoteCodChanged(*result, cod); in OnRemoteCodChangedInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp243 …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 Dbluetooth_host.cpp298 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 Dbluetooth_host_server.cpp399 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 Dclassic_adapter.cpp1166 …[device, cod](IClassicRemoteDeviceObserver &observer) { observer.OnRemoteCodChanged(device, cod); … in SendRemoteCodChanged()