Home
last modified time | relevance | path

Searched refs:acm_prop_write (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_device_serial_func_test.cpp177 acm_prop_write(propName, writeBuf);
196 acm_prop_write(propName, writeBuf);
234 acm_prop_write(propName, writeBuf);
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/lib/include/
H A Dlib_acm_test.h25 void acm_prop_write(const char *propName, const char *propValue);
/ohos5.0/drivers/peripheral/usb/sample/device/liteos/lib/src/
H A Dlib_acm_test.c153 void acm_prop_write(const char *propName, const char *propValue) in acm_prop_write() function