Searched refs:OnEventReceived (Results 1 - 5 of 5) sorted by relevance
/drivers/hdf_core/interfaces/inner_api/core/ |
H A D | hdf_io_service_if.h | 57 typedef int (*OnEventReceived)(void *priv, uint32_t id, struct HdfSBuf *data); typedef 82 OnEventReceived callBack;
|
/drivers/hdf_core/framework/support/platform/include/fwk/ |
H A D | platform_listener_u.h | 70 struct PlatformUserListenerManager *manager, uint32_t num, void *data, OnEventReceived callback);
|
/drivers/peripheral/bluetooth/hci/hdi_service/implement/ |
H A D | vendor_interface.h | 54 void OnEventReceived(const std::vector<uint8_t> &data);
|
H A D | vendor_interface.cpp | 72 std::bind(&VendorInterface::OnEventReceived, this, std::placeholders::_1));
in WatchHciChannel() 79 std::bind(&VendorInterface::OnEventReceived, this, std::placeholders::_1));
in WatchHciChannel() 247 void VendorInterface::OnEventReceived(const std::vector<uint8_t> &data)
in OnEventReceived() function in OHOS::HDI::Bluetooth::Hci::V1_0::VendorInterface
|
/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_listener_u.c | 152 const struct PlatformUserListenerManager *manager, uint32_t num, void *data, OnEventReceived callback) in PlatformUserListenerInit() 189 struct PlatformUserListenerManager *manager, uint32_t num, void *data, OnEventReceived callback) in PlatformUserListenerReg()
|
Completed in 3 milliseconds