Home
last modified time | relevance | path

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

/test/xts/tools/others/query/src/
DQueryMainStandard.cpp130 const char *brand = GetBrand(); in main() local
131 if (brand != nullptr) { in main()
132 printf("brand = %s\n", brand); in main()
/test/xts/tools/lite/others/query/src/
DQueryMainSmall.cpp131 const char *brand = GetBrand(); in main() local
132 if (brand != nullptr) { in main()
133 printf("brand = %s\n", brand); in main()
/test/xts/tools/sample/AppSampleE/entry/src/main/ets/data/
DServer.ts57 brand: string, property
/test/xts/device_attest_lite/services/core/dfx/
Dattest_dfx.c120 if (productInfo->brand == NULL) { in PrintDeviceProductInfo()
123 ATTEST_LOG_INFO_ANONY("brand = %s;", productInfo->brand); in PrintDeviceProductInfo()
/test/xts/device_attest/services/core/dfx/
Dattest_dfx.c120 if (productInfo->brand == NULL) { in PrintDeviceProductInfo()
123 ATTEST_LOG_INFO_ANONY("brand = %s;", productInfo->brand); in PrintDeviceProductInfo()
/test/xts/tools/sample/ServerSampleE/java/db/
Doh-sample.sql128 …`brand` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COM…
222 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
223 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
224 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
225 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
226 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
227 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
/test/xts/tools/sample/ServerSampleD/java/db/
Doh-sample.sql128 …`brand` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COM…
222 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
223 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
224 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
225 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
226 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
227 …`, `sales_number`, `total_number`, `description`, `standards`, `weight`, `brand`, `breed`, `made`,…
/test/xts/tools/lite/hctest/src/
Dhctest.c323 const char *brand = GetBrand(); in ObtainSystemParams() local
324 if (brand != NULL) { in ObtainSystemParams()
325 printf("brand = %s\n", brand); in ObtainSystemParams()
/test/xts/acts/startup/startup_standard/deviceinfo/src/main/js/test/
DSystemDeviceApi.test.js42 brandInfo = data.brand;
58 brandInfo = data.brand;
DDeviceInfoJsUnit.test.js107 let brandInfo = deviceinfo.brand;
892 let brandInfo = deviceinfo.brand;
1246 let brandInfo = deviceinfo.brand;
/test/xts/device_attest_lite/services/core/include/
Dattest_type.h140 char *brand; member
/test/xts/device_attest/services/core/include/
Dattest_type.h153 char *brand; member
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/
DOhSampleBusinessGoods.java129 private String brand; field in OhSampleBusinessGoods
/test/xts/device_attest/
DREADME.md107 | 品牌英文名 | const.product.brand=**** | **** replace with real value |
114 VersionId = deviceType/manufacture/brand/productSeries/OSFullName/productModel/softwareModel/OHOS_S…
/test/xts/device_attest_lite/
DREADME.md105 | 品牌英文名 | const.product.brand=**** | **** replace with real value |
113 VersionId = deviceType/manufacture/brand/productSeries/OSFullName/productModel/softwareModel/OHOS_S…
/test/xts/device_attest/services/core/network/
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_lite/services/core/network/
Dattest_network.c93 devicePacket->productInfo.brand = NULL; in CreateDevicePacket()
119 ATTEST_MEM_FREE(devicePacket->productInfo.brand); in DestroyDevicePacket()
419 cJSON_AddStringToObject(software, "brand", postValue->productInfo.brand) == NULL || in BuildCoapAuthBodySoftware()
/test/xts/device_attest/services/core/attest/
Dattest_service_auth.c674 productInfo->brand = StrdupDevInfo(BRAND); in PackProductInfo()
/test/xts/device_attest_lite/services/core/attest/
Dattest_service_auth.c694 productInfo->brand = StrdupDevInfo(BRAND); in PackProductInfo()