Searched refs:g_typeConvertMap (Results 1 – 1 of 1) sorted by relevance
53 static TypeInfo g_typeConvertMap[] = { variable100 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()