Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/hril_hdf/src/
H A Dhril_hdf.c60 static UsbDeviceInfo *GetPresetInformation(const char *vId, const char *pId) in GetPresetInformation() argument
62 if (vId == NULL || pId == NULL) { in GetPresetInformation()
67 int32_t idVendor = (int32_t)strtol(vId, &out, BASE_HEX); in GetPresetInformation()