Home
last modified time | relevance | path

Searched refs:BluetoothHidHostStub (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp23 BluetoothHidHostStub::BluetoothHidHostStub() in BluetoothHidHostStub() function in OHOS::Bluetooth::BluetoothHidHostStub
27 &BluetoothHidHostStub::ConnectInner; in BluetoothHidHostStub()
29 &BluetoothHidHostStub::DisconnectInner; in BluetoothHidHostStub()
31 &BluetoothHidHostStub::GetDeviceStateInner; in BluetoothHidHostStub()
35 &BluetoothHidHostStub::RegisterObserverInner; in BluetoothHidHostStub()
39 &BluetoothHidHostStub::HidHostVCUnplugInner; in BluetoothHidHostStub()
41 &BluetoothHidHostStub::HidHostSendDataInner; in BluetoothHidHostStub()
43 &BluetoothHidHostStub::HidHostSetReportInner; in BluetoothHidHostStub()
45 &BluetoothHidHostStub::HidHostGetReportInner; in BluetoothHidHostStub()
53 BluetoothHidHostStub::~BluetoothHidHostStub() in ~BluetoothHidHostStub()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_hid_host_stub.h24 class BluetoothHidHostStub : public IRemoteStub<IBluetoothHidHost> {
27 BluetoothHidHostStub();
28 ~BluetoothHidHostStub();
50 …using BluetoothHidHostFunc = ErrCode (BluetoothHidHostStub::*)(MessageParcel &data, MessageParcel …
52 DISALLOW_COPY_AND_MOVE(BluetoothHidHostStub);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hid_host_server.h33 class BluetoothHidHostServer : public BluetoothHidHostStub {