Home
last modified time | relevance | path

Searched refs:HidHostSendData (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hid_host.h98 virtual int HidHostSendData(std::string device, uint8_t id, uint16_t size, uint8_t type) = 0;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_hid_host.cpp145 void HidHostSendData(std::string device, uint8_t id, uint16_t size, uint8_t type) in HidHostSendData() function
151 proxy->HidHostSendData(device, id, size, type, result); in HidHostSendData()
351 void HidHost::HidHostSendData(std::string device, uint8_t id, uint16_t size, uint8_t type) in HidHostSendData() function in OHOS::Bluetooth::HidHost
360 return pimpl->HidHostSendData(device, id, size, type); in HidHostSendData()
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_hid_host.h43 virtual ErrCode HidHostSendData(std::string &device,
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_hid_host.h169 void HidHostSendData(std::string device, uint8_t id, uint16_t size, uint8_t type);
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hid_host_server.h64 ErrCode HidHostSendData(
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_hid_host_proxy.h38 ErrCode HidHostSendData(std::string &device,
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_service.h89 int HidHostSendData(std::string device, uint8_t id, uint16_t size, uint8_t type) override;
H A Dhid_host_service.cpp208 int HidHostService::HidHostSendData(std::string device, uint8_t id, uint16_t size, uint8_t type) in HidHostSendData() function in OHOS::bluetooth::HidHostService
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hid_host_server.cpp272 ErrCode BluetoothHidHostServer::HidHostSendData(std::string &device, in HidHostSendData() function in OHOS::Bluetooth::BluetoothHidHostServer
284 result = pimpl->hidHostService_->HidHostSendData(device, id, size, type); in HidHostSendData()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_hid_host_proxy.cpp172 int32_t BluetoothHidHostProxy::HidHostSendData(std::string &device, in HidHostSendData() function in OHOS::Bluetooth::BluetoothHidHostProxy
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_hid_host_stub.cpp214 ErrCode ec = HidHostSendData(device, id, size, type, result); in HidHostSendDataInner()

Completed in 5 milliseconds