Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c84 static ApiNameIdMap g_apiNameIdMapTbl[] = { variable
279 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()