Home
last modified time | relevance | path

Searched refs:hardWareModel (Results 1 - 3 of 3) sorted by relevance

/test/xts/tools/others/query/src/
H A DQueryMainStandard.cpp187 const char *hardWareModel = GetHardwareModel(); in main() local
188 if (hardWareModel != nullptr) { in main()
189 printf("HardwareModel = %s\n", hardWareModel); in main()
/test/xts/tools/lite/others/query/src/
H A DQueryMainSmall.cpp192 const char *hardWareModel = GetHardwareModel(); in main() local
193 if (hardWareModel != nullptr) { in main()
194 printf("HardwareModel = %s\n", hardWareModel); in main()
/test/xts/tools/lite/hctest/src/
H A Dhctest.c379 const char *hardWareModel = GetHardwareModel(); in ObtainSystemParams() local
380 if (hardWareModel != NULL) { in ObtainSystemParams()
381 printf("HardwareModel = %s\n", hardWareModel); in ObtainSystemParams()

Completed in 2 milliseconds