Home
last modified time | relevance | path

Searched refs:BluetoothHidHostProxy (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hid_host_proxy.cpp23 int32_t BluetoothHidHostProxy::Connect(const BluetoothRawAddress &device) in Connect()
26 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHidHostProxy::GetDescriptor()), in Connect()
39 int32_t BluetoothHidHostProxy::Disconnect(const BluetoothRawAddress &device) in Disconnect()
42 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHidHostProxy::GetDescriptor()), in Disconnect()
55 int32_t BluetoothHidHostProxy::GetDeviceState(const BluetoothRawAddress &device, int32_t &state) in GetDeviceState()
58 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHidHostProxy::GetDescriptor()), in GetDeviceState()
80 int32_t BluetoothHidHostProxy::GetDevicesByStates(const std::vector<int32_t> &states, in GetDevicesByStates()
84 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHidHostProxy::GetDescriptor()), in GetDevicesByStates()
115 int32_t BluetoothHidHostProxy::RegisterObserver( in RegisterObserver()
119 CHECK_AND_RETURN_LOG_RET(data.WriteInterfaceToken(BluetoothHidHostProxy in RegisterObserver()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hid_host_proxy.h23 class BluetoothHidHostProxy : public IRemoteProxy<IBluetoothHidHost> { class
25 explicit BluetoothHidHostProxy(const sptr<IRemoteObject>& remote) : IRemoteProxy<IBluetoothHidHost>(remote) in BluetoothHidHostProxy() function in OHOS::Bluetooth::BluetoothHidHostProxy
27 virtual ~BluetoothHidHostProxy() in ~BluetoothHidHostProxy()
47 static inline BrokerDelegator<BluetoothHidHostProxy> delegator_;

Completed in 1 milliseconds