Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dbus_center_adapter.c53 static TypeInfo g_typeConvertMap[] = { variable
100 for (id = 0; id < sizeof(g_typeConvertMap) / sizeof(TypeInfo); id++) { in SoftBusConvertDeviceType()
101 if (strcmp(g_typeConvertMap[id].inBuf, inBuf) == EOK) { in SoftBusConvertDeviceType()
102 if (strcpy_s(outBuf, outLen, g_typeConvertMap[id].outBuf) != EOK) { in SoftBusConvertDeviceType()