Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/common/src/dfx/standard/
H A Ddm_hidumper.cpp30 static DumperInfo g_dumperDeviceType[] = { variable
112 for (uint32_t i = 0; i < (sizeof(g_dumperDeviceType) / sizeof(g_dumperDeviceType[0])); i++) { in GetDeviceType()
113 if (deviceTypeId == g_dumperDeviceType[i].deviceTypeId) { in GetDeviceType()
114 dmDeviceTypeIdString = g_dumperDeviceType[i].deviceTypeInfo; in GetDeviceType()