/test/xts/tools/others/query/src/ |
H A D | QueryMainStandard.cpp | 166 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 D | QueryMainSmall.cpp | 171 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 D | hctest.c | 358 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 D | attest_security_token.c | 280 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 D | attest_security_token.c | 280 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 D | attest_dfx.c | 120 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 D | attest_dfx.c | 120 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 D | attest_type.h | 156 char *brand; member
|
/test/xts/device_attest_lite/services/core/include/ |
H A D | attest_type.h | 142 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 D | OhSampleBusinessGoods.java | 129 private String brand; field in OhSampleBusinessGoods
|
/test/xts/device_attest_lite/services/core/network/ |
H A D | attest_network.c | 93 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 D | attest_network.c | 90 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 D | attest_service_auth.c | 678 productInfo->brand = StrdupDevInfo(BRAND); in PackProductInfo()
|
/test/xts/device_attest_lite/services/core/attest/ |
H A D | attest_service_auth.c | 698 productInfo->brand = StrdupDevInfo(BRAND); in PackProductInfo()
|