Searched refs:SendEvent (Results 1 – 6 of 6) sorted by relevance
/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
D | hdf_ioservice_test.cpp | 159 static int SendEvent(struct HdfIoService *serv, const char *eventData, bool broadcast) in SendEvent() function 242 ret = SendEvent(serv, testSvcName, false); 261 ret = SendEvent(serv, testSvcName, false); 296 ret = SendEvent(serv, testSvcName, false); 314 ret = SendEvent(serv, testSvcName, false); 340 ret = SendEvent(serv1, testSvcName, false); 372 ret = SendEvent(serv, testSvcName, false); 383 ret = SendEvent(serv, testSvcName, false); 419 ret = SendEvent(serv, testSvcName, false); 425 ret = SendEvent(serv1, testSvcName, false); [all …]
|
/drivers/peripheral/camera/vdi_base/common/utils/event/ |
D | event_base.h | 53 void SendEvent(T arg, Args... args) in SendEvent() function 106 void SendEvent(T arg, Args... args) in SendEvent() function
|
/drivers/peripheral/usb/test/unittest/hal/src/ |
D | usbfn_mtp_test.cpp | 480 auto ret = g_usbfnMtpInterface->SendEvent(devData); 501 auto ret = g_usbfnMtpInterface->SendEvent(devData); 524 auto ret = g_usbfnMtpInterface->SendEvent(devData); 547 auto ret = g_usbfnMtpInterface->SendEvent(devData);
|
/drivers/peripheral/usb/gadget/function/mtp/include/ |
D | usbfn_mtp_impl.h | 180 int32_t SendEvent(const std::vector<uint8_t> &eventData) override;
|
/drivers/interface/usb/gadget/mtp/v1_0/ |
D | IUsbfnMtpInterface.idl | 131 SendEvent([in] unsigned char[] eventData);
|
/drivers/peripheral/usb/gadget/function/mtp/src/ |
D | usbfn_mtp_impl.cpp | 1493 int32_t UsbfnMtpImpl::SendEvent(const std::vector<uint8_t> &eventData) in SendEvent() function in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl
|