/test/xts/hats/hdf/input/PassthroughBenchmarkTest/ |
D | hdf_input_benchmark_test.cpp | 304 BENCHMARK_F(PassthroughBenchmarkTest, GetVendorName)(benchmark::State &st) in BENCHMARK_F() argument 315 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); in BENCHMARK_F() 323 BENCHMARK_REGISTER_F(PassthroughBenchmarkTest, GetVendorName)->Iterations(100)->
|
/test/xts/acts/ai/neural_network_runtime/v1_0/common/ |
D | mock_idevice.h | 63 int32_t GetVendorName(std::string& name) override;
|
D | mock_idevice.cpp | 46 hdiRet = iDevice->GetVendorName(vendorName); in HDIDeviceV1_0Creator() 160 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() function in OHOS::HDI::Nnrt::V1_0::MockIDevice
|
/test/xts/acts/ai/nncore/common/ |
D | mock_idevice.h | 63 int32_t GetVendorName(std::string& name) override;
|
D | mock_idevice.cpp | 59 ret = iDevice->GetVendorName(vendorName); in HDIDeviceV2_0Creator() 175 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
|
/test/xts/acts/ai/neural_network_runtime/v2_0/common/ |
D | mock_idevice.h | 63 int32_t GetVendorName(std::string& name) override;
|
D | mock_idevice.cpp | 59 ret = iDevice->GetVendorName(vendorName); in HDIDeviceV2_0Creator() 175 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
|
/test/xts/hats/hdf/input/inputBenchmarkTest/ |
D | hdf_input_benchmark_test.cpp | 506 BENCHMARK_F(InputBenchmarkTest, GetVendorName)(benchmark::State &st) in BENCHMARK_F() argument 513 … ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, vendorName, VENDOR_NAME_LEN); in BENCHMARK_F() 517 BENCHMARK_REGISTER_F(InputBenchmarkTest, GetVendorName)->Iterations(100)->
|
/test/xts/hats/hdf/input/hdi_input/common/ |
D | hdi_input_test.cpp | 816 … ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, vendorName, VENDOR_NAME_LEN); 837 …ret = g_inputInterface->iInputController->GetVendorName(MAX_INPUT_DEV_NUM, vendorName, VENDOR_NAME… 839 ret = g_inputInterface->iInputController->GetVendorName(0, vendorName, VENDOR_NAME_LEN); 841 ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, nullptr, VENDOR_NAME_LEN); 843 …ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, vendorName, VENDOR_NAME_LEN -…
|
/test/xts/hats/hdf/input/hdi_passthrough_additional/ |
D | hdf_input_hdi_test.cpp | 780 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); 799 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); 818 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); 823 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); 840 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName);
|
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/ |
D | hdi_device_test.cpp | 62 auto hdiRet = device_->GetVendorName(vendorName);
|
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/ |
D | hdi_device_test.cpp | 62 auto hdiRet = device_->GetVendorName(vendorName);
|
/test/xts/hats/hdf/input/hdi_passthrough/ |
D | hdf_input_hdi_test.cpp | 705 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); 732 ret = g_inputInterfaces->GetVendorName(INVALID_INDEX, vendorName);
|
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/ |
D | hdi_device_test.cpp | 82 hdiRet = device_->GetVendorName(vendorName); 97 auto hdiRet = device_->GetVendorName(vendorName);
|