/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/ |
D | hdi_device_test.cpp | 61 std::string vendorName; variable 62 auto hdiRet = device_->GetVendorName(vendorName); 64 std::cout << "vendorName:" << vendorName << std::endl; 65 ASSERT_TRUE(!vendorName.empty());
|
/test/xts/acts/sensors/sensor_standard/src/main/js/test/ |
D | SensorOnOffTest.test_newGetSingleSensor.test.js | 76 expect(typeof (data.vendorName)).assertEqual("string"); 124 expect(typeof (data.vendorName)).assertEqual("string"); 161 expect(typeof (data.vendorName)).assertEqual("string"); 242 expect(typeof (data.vendorName)).assertEqual("string"); 297 expect(typeof (data.vendorName)).assertEqual("string");
|
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/ |
D | hdi_device_test.cpp | 61 std::string vendorName; variable 62 auto hdiRet = device_->GetVendorName(vendorName); 64 std::cout << "vendorName:" << vendorName << std::endl; 65 ASSERT_TRUE(!vendorName.empty());
|
/test/xts/hats/hdf/input/hdi_passthrough/ |
D | hdf_input_hdi_test.cpp | 284 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str()); 312 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str()); 346 __func__, dev[i].chipInfo.c_str(), dev[i].vendorName.c_str(), dev[i].chipName.c_str()); 484 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str()); 513 __func__, dev.chipInfo.c_str(), dev.vendorName.c_str(), dev.chipName.c_str()); 703 std::string vendorName; variable 705 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); 711 HDF_LOGI("%s: device's vendor name is %s:", __func__, vendorName.c_str()); 730 std::string vendorName; variable 732 ret = g_inputInterfaces->GetVendorName(INVALID_INDEX, vendorName);
|
/test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
D | hdf_input_benchmark_test.cpp | 176 __func__, dev[i].chipInfo.c_str(), dev[i].vendorName.c_str(), dev[i].chipName.c_str()); in BENCHMARK_F() 312 std::string vendorName; in BENCHMARK_F() local 315 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); in BENCHMARK_F() 321 HDF_LOGI("%s: device's vendor name is %s:", __func__, vendorName.c_str()); in BENCHMARK_F()
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
D | mock_idevice.cpp | 30 std::string vendorName; in HDIDeviceV1_0Creator() local 46 hdiRet = iDevice->GetVendorName(vendorName); in HDIDeviceV1_0Creator() 59 const std::string& backendName = GenUniqueName(deviceName, vendorName, version); in HDIDeviceV1_0Creator()
|
/test/xts/hats/hdf/input/inputBenchmarkTest/ |
D | hdf_input_benchmark_test.cpp | 377 …HDF_LOGI("chipInfo = %s, VendorName = %s,chipName = %s\n", dev->chipInfo, dev->vendorName, dev->ch… in BENCHMARK_F() 405 … HDF_LOGI("chipInfo = %s, VendorName = %s,chipName = %s\n", dev[i]->chipInfo, dev[i]->vendorName, in BENCHMARK_F() 510 char vendorName[VENDOR_NAME_LEN] = {0}; in BENCHMARK_F() local 513 … ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, vendorName, VENDOR_NAME_LEN); in BENCHMARK_F() 515 HDF_LOGI("device1's vendor name is %s:\n", vendorName); in BENCHMARK_F()
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
D | mock_idevice.cpp | 41 std::string vendorName; in HDIDeviceV2_0Creator() local 59 ret = iDevice->GetVendorName(vendorName); in HDIDeviceV2_0Creator() 74 const std::string& backendName = GenUniqueName(deviceName, vendorName, version); in HDIDeviceV2_0Creator()
|
/test/xts/acts/ai/nncore/common/ |
D | mock_idevice.cpp | 41 std::string vendorName; in HDIDeviceV2_0Creator() local 59 ret = iDevice->GetVendorName(vendorName); in HDIDeviceV2_0Creator() 74 const std::string& backendName = GenUniqueName(deviceName, vendorName, version); in HDIDeviceV2_0Creator()
|
/test/xts/hats/hdf/input/hdi_input/common/ |
D | hdi_input_test.cpp | 341 …HDF_LOGI("chipInfo = %s, VendorName = %s,chipName = %s\n", dev->chipInfo, dev->vendorName, dev->ch… 390 … HDF_LOGI("chipInfo = %s, VendorName = %s,chipName = %s\n", dev[i]->chipInfo, dev[i]->vendorName, 814 char vendorName[VENDOR_NAME_LEN] = {0}; variable 816 … ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, vendorName, VENDOR_NAME_LEN); 818 HDF_LOGI("device1's vendor name is %s:\n", vendorName); 835 char vendorName[VENDOR_NAME_LEN] = {0}; variable 837 …ret = g_inputInterface->iInputController->GetVendorName(MAX_INPUT_DEV_NUM, vendorName, VENDOR_NAME… 839 ret = g_inputInterface->iInputController->GetVendorName(0, vendorName, VENDOR_NAME_LEN); 843 …ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, vendorName, VENDOR_NAME_LEN -…
|
/test/xts/acts/sensors/sensor/sensor_cpp_standard/ |
D | sensor_native_test.cpp | 158 char vendorName[SENSOR_NAME_LENGTH_MAX] = {}; variable 160 ret = OH_SensorInfo_GetVendorName(sensors[i], vendorName, &length); 176 static_cast<int32_t>(sensorType), sensorName, vendorName,
|
/test/xts/hats/hdf/input/hdi_passthrough_additional/ |
D | hdf_input_hdi_test.cpp | 777 std::string vendorName; variable 780 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); 797 std::string vendorName; variable 799 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); 812 std::string vendorName; variable 818 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); 823 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); 838 std::string vendorName; variable 840 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName);
|
/test/xts/hats/hdf/input/hdi_input/hdi_input/ |
D | hdi_input_test.cpp | 263 dev->chipInfo, dev->vendorName, dev->chipName, dev->attrSet.devName); 331 …__func__, (dev + i)->chipInfo, (dev + i)->vendorName, (dev + i)->chipName, (dev + i)->attrSet.devN…
|
/test/xts/acts/sensors_lite/sensor_posix/src/ |
D | sensor_agent_interfaces_test.cpp | 66 (sensorInfo + i)->sensorName, (sensorInfo + i)->vendorName,
|
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/ |
D | hdi_device_test.cpp | 79 std::string vendorName = "abc"; variable 82 hdiRet = device_->GetVendorName(vendorName); 84 std::cout << "vendorName:" << vendorName << std::endl; 85 ASSERT_TRUE(!vendorName.empty()); 96 std::string vendorName = nullptr; variable 97 auto hdiRet = device_->GetVendorName(vendorName); 99 std::cout << "vendorName:" << vendorName << std::endl; 100 ASSERT_TRUE(!vendorName.empty());
|