Home
last modified time | relevance | path

Searched refs:productModel (Results 1 - 4 of 4) sorted by relevance

/test/xts/device_attest/services/core/adapter/
H A Dattest_adapter_os.c52 const char* productModel = GetProductModel(); in OsGetProductModel() local
53 if (productModel == NULL) { in OsGetProductModel()
56 char* res = AttestStrdup(productModel); in OsGetProductModel()
57 ATTEST_MEM_FREE(productModel); in OsGetProductModel()
/test/xts/tools/others/query/src/
H A DQueryMainStandard.cpp152 const char *productModel = GetProductModel(); in main() local
153 if (productModel != nullptr) { in main()
154 printf("productModel = %s\n", productModel); in main()
156 printf("productModel = nullptr\n"); in main()
/test/xts/tools/lite/others/query/src/
H A DQueryMainSmall.cpp157 const char *productModel = GetProductModel(); in main() local
158 if (productModel != nullptr) { in main()
159 printf("productModel = %s\n", productModel); in main()
161 printf("productModel = nullptr\n"); in main()
/test/xts/tools/lite/hctest/src/
H A Dhctest.c344 const char *productModel = GetProductModel(); in ObtainSystemParams() local
345 if (productModel != NULL) { in ObtainSystemParams()
346 printf("productModel = %s\n", productModel); in ObtainSystemParams()
348 printf("productModel = NULL\n"); in ObtainSystemParams()

Completed in 2 milliseconds