Searched refs:g_apiNameIdMapTbl (Results 1 – 1 of 1) sorted by relevance
84 static ApiNameIdMap g_apiNameIdMapTbl[] = { variable279 for (uint32_t i = 0; i < sizeof(g_apiNameIdMapTbl) / sizeof(ApiNameIdMap); i++) { in GetApiNameByCode()280 if (g_apiNameIdMapTbl[i].code == code) { in GetApiNameByCode()281 return g_apiNameIdMapTbl[i].apiName; in GetApiNameByCode()