Searched defs:propValue (Results 1 - 9 of 9) sorted by relevance
/drivers/peripheral/usb/test/moduletest/common/liteos/ |
H A D | usb_device_serial_func_test.cpp | 213 const char *propValue = "a123"; in HWTEST_F() local
|
/drivers/peripheral/usb/sample/device/linux/ |
H A D | prop_test.c | 96 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 D | lib_acm_test.c | 136 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 D | prop_test.c | 104 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 D | adapter_if_liteos.c | 959 static int32_t UsbFnWriteProp(const char *deviceName, const char *propName, uint32_t propValue) in UsbFnWriteProp() argument
|
H A D | usbfn_cfg_mgr.c | 1045 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 D | adapter_if.c | 154 static int32_t UsbFnWriteProp(const char *deviceName, const char *propName, uint32_t propValue) in UsbFnWriteProp() argument
|
/drivers/peripheral/usb/ddk/device/include/ |
H A D | adapter_if.h | 96 uint16_t propValue; member 102 const char *propValue; member
|
/drivers/peripheral/usb/gadget/function/acm/ |
H A D | cdcacm.c | 761 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