Home
last modified time | relevance | path

Searched refs:propVal (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/sample/device/linux/
H A Dprop_test.c75 const char *propVal = NULL; in TestPropGet() local
85 propVal = HdfSbufReadString(g_reply); in TestPropGet()
86 if (propVal == NULL) { in TestPropGet()
90 HDF_LOGE("%{public}s: %{public}s = %{public}s", __func__, propName, propVal); in TestPropGet()
/drivers/peripheral/usb/sample/device/liteos/
H A Dprop_test.c83 const char *propVal = NULL; in TestPropGet() local
93 propVal = HdfSbufReadString(g_reply); in TestPropGet()
94 if (propVal == NULL) { in TestPropGet()
98 printf("%s: %s = %s\n", __func__, propName, propVal); in TestPropGet()

Completed in 2 milliseconds