Home
last modified time | relevance | path

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

/drivers/peripheral/usb/sample/device/liteos/
Dprop_test.c104 static int32_t TestPropSet(const char *propName, const char *propValue) in TestPropSet()
123 static int32_t TestPropRegist(const char *propName, const char *propValue) in TestPropRegist()
154 static int32_t TestProp(const char *propName, const char *propValue, bool setProp, bool getProp, bo… in TestProp()
175 const char *propValue = NULL; in PropTest() local
/drivers/peripheral/usb/sample/device/linux/
Dprop_test.c96 static int32_t TestPropSet(const char *propName, const char *propValue) in TestPropSet()
115 static int32_t TestPropRegist(const char *propName, const char *propValue) in TestPropRegist()
149 const char *propValue = NULL; in PropTest() local
/drivers/peripheral/usb/sample/device/liteos/lib/src/
Dlib_acm_test.c136 void acm_prop_regist(const char *propName, const char *propValue) in acm_prop_regist()
153 void acm_prop_write(const char *propName, const char *propValue) in acm_prop_write()
175 void acm_prop_read(const char *propName, char *propValue) in acm_prop_read()
/drivers/peripheral/usb/test/moduletest/common/liteos/
Dusb_device_serial_func_test.cpp213 const char *propValue = "a123"; variable
/drivers/peripheral/usb/ddk/device/src/
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); in UsbFnCfgMgrGetProp() local
1386 const char *propValue = UsbFnCfgFindPropFromHcs(intf, name); in UsbFnCfgMgrSetProp() local
Dadapter_if_liteos.c955 static int32_t UsbFnWriteProp(const char *deviceName, const char *propName, uint32_t propValue) in UsbFnWriteProp()
Dadapter_if.c154 static int32_t UsbFnWriteProp(const char *deviceName, const char *propName, uint32_t propValue) in UsbFnWriteProp()
/drivers/peripheral/usb/ddk/device/include/
Dadapter_if.h96 uint16_t propValue; member
102 const char *propValue; member
/drivers/peripheral/usb/gadget/function/acm/
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