Home
last modified time | relevance | path

Searched refs:NapiBluetoothHidHostObserver (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_hid_host_observer.h27 class NapiBluetoothHidHostObserver : public HidHostObserver {
29 NapiBluetoothHidHostObserver();
30 ~NapiBluetoothHidHostObserver() override = default;
H A Dnapi_bluetooth_hid_host.h44 static std::shared_ptr<NapiBluetoothHidHostObserver> observer_;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/hid/
H A Dnapi_bluetooth_hid_host_observer.cpp31 NapiBluetoothHidHostObserver::NapiBluetoothHidHostObserver() in NapiBluetoothHidHostObserver() function in OHOS::Bluetooth::NapiBluetoothHidHostObserver
35 void NapiBluetoothHidHostObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, in… in OnConnectionStateChanged()
H A Dnapi_bluetooth_hid_host.cpp34 std::shared_ptr<NapiBluetoothHidHostObserver> NapiBluetoothHidHost::observer_ =
35 std::make_shared<NapiBluetoothHidHostObserver>();