Home
last modified time | relevance | path

Searched refs:BluetoothHidHostObserverProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hid_host_observer_proxy.h25 class BluetoothHidHostObserverProxy : public IRemoteProxy<IBluetoothHidHostObserver> {
27 explicit BluetoothHidHostObserverProxy( in BluetoothHidHostObserverProxy() function
29 ~BluetoothHidHostObserverProxy() {} in ~BluetoothHidHostObserverProxy()
33 static inline BrokerDelegator<BluetoothHidHostObserverProxy> delegator_;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_observer_proxy.cpp20 ErrCode BluetoothHidHostObserverProxy::OnConnectionStateChanged(const BluetoothRawAddress &device, … in OnConnectionStateChanged()
25 if (!data.WriteInterfaceToken(BluetoothHidHostObserverProxy::GetDescriptor())) { in OnConnectionStateChanged()