Home
last modified time | relevance | path

Searched defs:propValue (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_device_serial_func_test.cpp213 const char *propValue = "a123"; in HWTEST_F() local
/drivers/peripheral/usb/sample/device/linux/
H A Dprop_test.c96 static int32_t TestPropSet(const char *propName, const char *propValue) in TestPropSet() argument
115 static int32_t TestPropRegist(const char *propName, const char *propValue) in TestPropRegist() argument
149 const char *propValue = NULL; in PropTest() local
[all...]
/drivers/peripheral/usb/sample/device/liteos/lib/src/
H A Dlib_acm_test.c136 void acm_prop_regist(const char *propName, const char *propValue) in acm_prop_regist() argument
153 void acm_prop_write(const char *propName, const char *propValue) in acm_prop_write() argument
175 void acm_prop_read(const char *propName, char *propValue) in acm_prop_read() argument
/drivers/peripheral/usb/sample/device/liteos/
H A Dprop_test.c104 static int32_t TestPropSet(const char *propName, const char *propValue) in TestPropSet() argument
123 static int32_t TestPropRegist(const char *propName, const char *propValue) in TestPropRegist() argument
154 static int32_t TestProp(const char *propName, const char *propValue, bool setProp, bool getProp, bool registProp) in TestProp() argument
175 const char *propValue = NULL; PropTest() local
[all...]
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if_liteos.c959 static int32_t UsbFnWriteProp(const char *deviceName, const char *propName, uint32_t propValue) in UsbFnWriteProp() argument
H A Dusbfn_cfg_mgr.c1045 const char *propValue = NULL; in UsbFnCfgGetPropValueFromPropList() local
1095 const char *propValue = NULL; in UsbFnCfgGetPropValueFromHcs() local
1127 const char *propValue = NULL; in UsbFnCfgFindPropFromHcs() local
1343 const char *propValue = UsbFnCfgFindPropFromHcs(intf, name); UsbFnCfgMgrGetProp() local
1386 const char *propValue = UsbFnCfgFindPropFromHcs(intf, name); UsbFnCfgMgrSetProp() local
[all...]
H A Dadapter_if.c154 static int32_t UsbFnWriteProp(const char *deviceName, const char *propName, uint32_t propValue) in UsbFnWriteProp() argument
/drivers/peripheral/usb/ddk/device/include/
H A Dadapter_if.h96 uint16_t propValue; member
102 const char *propValue; member
/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c761 char propValue[USB_MAX_PACKET_SIZE] = {0}; in UsbSerialGetProp() local
788 const char *propValue = HdfSbufReadString(data); in UsbSerialSetProp() local
834 const char *propValue = HdfSbufReadString(data); in UsbSerialRegistProp() local

Completed in 18 milliseconds