/test/xts/tools/others/query/src/ |
D | QueryMainStandard.cpp | 130 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/ |
D | QueryMainSmall.cpp | 131 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/ |
D | Server.ts | 57 brand: string, property
|
/test/xts/device_attest_lite/services/core/dfx/ |
D | attest_dfx.c | 120 if (productInfo->brand == NULL) { in PrintDeviceProductInfo() 123 ATTEST_LOG_INFO_ANONY("brand = %s;", productInfo->brand); in PrintDeviceProductInfo()
|
/test/xts/device_attest/services/core/dfx/ |
D | attest_dfx.c | 120 if (productInfo->brand == NULL) { in PrintDeviceProductInfo() 123 ATTEST_LOG_INFO_ANONY("brand = %s;", productInfo->brand); in PrintDeviceProductInfo()
|
/test/xts/tools/sample/ServerSampleE/java/db/ |
D | oh-sample.sql | 128 …`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/ |
D | oh-sample.sql | 128 …`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/ |
D | hctest.c | 323 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/ |
D | SystemDeviceApi.test.js | 42 brandInfo = data.brand; 58 brandInfo = data.brand;
|
D | DeviceInfoJsUnit.test.js | 107 let brandInfo = deviceinfo.brand; 892 let brandInfo = deviceinfo.brand; 1246 let brandInfo = deviceinfo.brand;
|
/test/xts/device_attest_lite/services/core/include/ |
D | attest_type.h | 140 char *brand; member
|
/test/xts/device_attest/services/core/include/ |
D | attest_type.h | 153 char *brand; member
|
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/ |
D | OhSampleBusinessGoods.java | 129 private String brand; field in OhSampleBusinessGoods
|
/test/xts/device_attest/ |
D | README.md | 107 | 品牌英文名 | const.product.brand=**** | **** replace with real value | 114 VersionId = deviceType/manufacture/brand/productSeries/OSFullName/productModel/softwareModel/OHOS_S…
|
/test/xts/device_attest_lite/ |
D | README.md | 105 | 品牌英文名 | 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/ |
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_lite/services/core/network/ |
D | attest_network.c | 93 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/ |
D | attest_service_auth.c | 674 productInfo->brand = StrdupDevInfo(BRAND); in PackProductInfo()
|
/test/xts/device_attest_lite/services/core/attest/ |
D | attest_service_auth.c | 694 productInfo->brand = StrdupDevInfo(BRAND); in PackProductInfo()
|