Home
last modified time | relevance | path

Searched refs:product (Results 1 - 11 of 11) sorted by relevance

/test/xts/acts/
H A Dbuild.sh27 echo " product_name : PRODUCT_NAME the name of product. such as Hi3516DV300, and so on."
123 ./build.sh --product-name $PRODUCT_NAME --gn-args $system_build_params --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
126 ./build.sh --product-name $PRODUCT_NAME --gn-args $system_build_params --build-target "acts" --build-target "acts_ivi" --build-target "acts_intellitv" --build-target "acts_wearable" --build-target "deploy_testtools"
128 ./build.sh --product-name $PRODUCT_NAME --gn-args $system_build_params --build-target $BUILD_TARGET --build-target "deploy_testtools"
/test/xts/dcts/
H A Dbuild.sh29 echo " product_name : PRODUCT_NAME product name,for example,hikey960,Hi3516DV300,and so on."
116 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
119 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target "dcts" --build-target "dcts_ivi" --build-target "dcts_intellitv" --build-target "dcts_wearable" --build-target "deploy_testtools"
121 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools"
/test/xts/hats/
H A Dbuild.sh27 echo " product_name : PRODUCT_NAME the name of product. such as hikey960, Hi3516DV300, and so on."
109 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
112 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target "hats" --build-target "hats_ivi" --build-target "hats_intellitv" --build-target "hats_wearable" --build-target "deploy_testtools"
114 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools"
/test/xts/tools/lite/
H A Dbuild.sh55 product) PRODUCT="$PARAM"
81 echo "platform is required, for product $PRODUCT"
H A Druntest.sh34 echo " ./runtest.sh user=USERNAME product=PRODUCT platform=PLATFORM module=MODULE device=IP:PORT"
40 echo " product : PRODUCT the product name. such as wifiiot or ipcamera"
69 product) PRODUCT="$PARAM"
83 echo "product is required!"
/test/testfwk/developer_test/src/core/build/
H A Dbuild_lite_testcases.sh38 echo " ./build_testcase.sh product=PRODUCT [kernel=KERNEL] [devicecompany=DEVICECOMPANY] [target=TARGET]"
40 echo " product : PRODUCT product name, such as wifiiot_hispark_pegasus"
56 product) PRODUCT="$PARAM"
76 echo "product is required, for product $PRODUCT"
/test/xts/acts/multimodalinput/multimodalinput_ndk_hvigor/InputNdkNormal/entry/src/main/cpp/
H A Dinputndk.cpp1335 int32_t product = -1; in GetDeviceProduct() local
1336 retResult = OH_Input_GetDeviceProduct(deviceInfo, &product); in GetDeviceProduct()
1337 napi_create_int32(env, (retResult == INPUT_SUCCESS && product >= 0) ? 1 : 0, &result); in GetDeviceProduct()
1353 int32_t product = -1; in GetDeviceProduct2() local
1354 Input_Result retResult2 = OH_Input_GetDeviceProduct(deviceInfo, &product); in GetDeviceProduct2()
1371 int32_t *product = nullptr; in GetDeviceProduct3() local
1372 retResult = OH_Input_GetDeviceProduct(deviceInfo, product); in GetDeviceProduct3()
1382 int32_t product = 0; in GetDeviceProduct4() local
1383 Input_Result retResult = OH_Input_GetDeviceProduct(deviceInfo, &product); in GetDeviceProduct4()
1384 napi_create_int32(env, (retResult == INPUT_SUCCESS && product < in GetDeviceProduct4()
[all...]
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py434 product = "product" variable in AdvanceDeviceOption
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py350 product = '' # VAR.Settings.Product variable in Settings
/test/xts/hats/hdf/input/hdi_input/hdi_input/
H A Dhdi_input_test.cpp266 printf("GetInputDevice001: busType = %u, vendor = %u, product = %u, version = %u\n", in HWTEST_F()
267 dev->attrSet.id.busType, dev->attrSet.id.vendor, dev->attrSet.id.product, dev->attrSet.id.version); in HWTEST_F()
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py248 DeviceProperties.cpu_abi: "const.product.cpu.abilist",
250 DeviceProperties.software_version: "const.product.software.version",
262 DeviceProperties.manufacturer: "const.product.manufacturer",
286 DeviceProperties.model: self.get_property_value("const.product.model"),
348 model = self.get_property("const.product.devicetype",
1271 advance_product = advance_dict.get(AdvanceDeviceOption.product, None)

Completed in 10 milliseconds