Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c168 char softBusDevType[DEVICE_TYPE_BUF_LEN] = {0}; in GetCommonDevInfo() local
169 … if (SoftBusConvertDeviceType(devType, softBusDevType, DEVICE_TYPE_BUF_LEN) != SOFTBUS_OK) { in GetCommonDevInfo()
173 if (strcpy_s(value, len, softBusDevType) != EOK) { in GetCommonDevInfo()