Searched refs:softBusDevType (Results 1 – 1 of 1) sorted by relevance
168 char softBusDevType[DEVICE_TYPE_BUF_LEN] = {0}; in GetCommonDevInfo() local169 … if (SoftBusConvertDeviceType(devType, softBusDevType, DEVICE_TYPE_BUF_LEN) != SOFTBUS_OK) { in GetCommonDevInfo()173 if (strcpy_s(value, len, softBusDevType) != EOK) { in GetCommonDevInfo()