Home
last modified time | relevance | path

Searched refs:brand (Results 1 - 14 of 14) sorted by relevance

/test/xts/tools/others/query/src/
H A DQueryMainStandard.cpp166 const char *brand = GetBrand(); in main() local
167 if (brand != nullptr) { in main()
168 printf("brand = %s\n", brand); in main()
170 printf("brand = nullptr\n"); in main()
/test/xts/tools/lite/others/query/src/
H A DQueryMainSmall.cpp171 const char *brand = GetBrand(); in main() local
172 if (brand != nullptr) { in main()
173 printf("brand = %s\n", brand); in main()
175 printf("brand = nullptr\n"); in main()
/test/xts/tools/lite/hctest/src/
H A Dhctest.c358 const char *brand = GetBrand(); in ObtainSystemParams() local
359 if (brand != NULL) { in ObtainSystemParams()
360 printf("brand = %s\n", brand); in ObtainSystemParams()
362 printf("brand = NULL\n"); in ObtainSystemParams()
/test/xts/device_attest/services/core/security/
H A Dattest_security_token.c280 char *brand = StrdupDevInfo(BRAND); in GetProductIKMDecrypted() local
281 if (brand == NULL) { in GetProductIKMDecrypted()
289 ATTEST_MEM_FREE(brand); in GetProductIKMDecrypted()
296 int32_t ikmSize = strlen(enShortName) + strlen(brand) + strlen(model) + 1; in GetProductIKMDecrypted()
304 strcat_s((char*)ikm, ikmSize, brand) != 0 || in GetProductIKMDecrypted()
314 ATTEST_MEM_FREE(brand); in GetProductIKMDecrypted()
/test/xts/device_attest_lite/services/core/security/
H A Dattest_security_token.c280 char *brand = StrdupDevInfo(BRAND); in GetProductIKMDecrypted() local
281 if (brand == NULL) { in GetProductIKMDecrypted()
289 ATTEST_MEM_FREE(brand); in GetProductIKMDecrypted()
296 int32_t ikmSize = strlen(enShortName) + strlen(brand) + strlen(model) + 1; in GetProductIKMDecrypted()
304 strcat_s((char*)ikm, ikmSize, brand) != 0 || in GetProductIKMDecrypted()
314 ATTEST_MEM_FREE(brand); in GetProductIKMDecrypted()
/test/xts/device_attest/services/core/dfx/
H A Dattest_dfx.c120 if (productInfo->brand == NULL) { in PrintDeviceProductInfo()
121 ATTEST_LOG_WARN("brand = null;"); in PrintDeviceProductInfo()
123 ATTEST_LOG_INFO_ANONY("brand = %s;", productInfo->brand); in PrintDeviceProductInfo()
/test/xts/device_attest_lite/services/core/dfx/
H A Dattest_dfx.c120 if (productInfo->brand == NULL) { in PrintDeviceProductInfo()
121 ATTEST_LOG_WARN("brand = null;"); in PrintDeviceProductInfo()
123 ATTEST_LOG_INFO_ANONY("brand = %s;", productInfo->brand); in PrintDeviceProductInfo()
/test/xts/device_attest/services/core/include/
H A Dattest_type.h156 char *brand; member
/test/xts/device_attest_lite/services/core/include/
H A Dattest_type.h142 char *brand; member
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/
H A DOhSampleBusinessGoods.java129 private String brand; field in OhSampleBusinessGoods
/test/xts/device_attest_lite/services/core/network/
H A Dattest_network.c93 devicePacket->productInfo.brand = NULL; in CreateDevicePacket()
120 ATTEST_MEM_FREE(devicePacket->productInfo.brand); in DestroyDevicePacket()
426 cJSON_AddStringToObject(software, "brand", postValue->productInfo.brand) == NULL || in BuildCoapAuthBodySoftware()
/test/xts/device_attest/services/core/network/
H A Dattest_network.c90 devicePacket->productInfo.brand = NULL; in CreateDevicePacket()
117 ATTEST_MEM_FREE(devicePacket->productInfo.brand); in DestroyDevicePacket()
583 cJSON_AddStringToObject(software, "brand", postValue->productInfo.brand) == NULL || in BuildSoftware()
/test/xts/device_attest/services/core/attest/
H A Dattest_service_auth.c678 productInfo->brand = StrdupDevInfo(BRAND); in PackProductInfo()
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service_auth.c698 productInfo->brand = StrdupDevInfo(BRAND); in PackProductInfo()

Completed in 14 milliseconds