Home
last modified time | relevance | path

Searched refs:SendNotifyRequest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp441 static int32_t SendNotifyRequest(struct AcmDevice *acm, uint8_t type, uint16_t value, void *data, u… in SendNotifyRequest() function
483 …ret = SendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialS… in NotifySerialState()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c430 static int32_t SendNotifyRequest( in SendNotifyRequest() function
473 …ret = SendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialS… in NotifySerialState()