Home
last modified time | relevance | path

Searched refs:GetVendorName (Results 1 – 14 of 14) sorted by relevance

/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
Dhdf_input_benchmark_test.cpp304 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/
Dmock_idevice.h63 int32_t GetVendorName(std::string& name) override;
Dmock_idevice.cpp46 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/
Dmock_idevice.h63 int32_t GetVendorName(std::string& name) override;
Dmock_idevice.cpp59 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/
Dmock_idevice.h63 int32_t GetVendorName(std::string& name) override;
Dmock_idevice.cpp59 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/
Dhdf_input_benchmark_test.cpp506 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/
Dhdi_input_test.cpp816 … 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/
Dhdf_input_hdi_test.cpp780 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/
Dhdi_device_test.cpp62 auto hdiRet = device_->GetVendorName(vendorName);
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
Dhdi_device_test.cpp62 auto hdiRet = device_->GetVendorName(vendorName);
/test/xts/hats/hdf/input/hdi_passthrough/
Dhdf_input_hdi_test.cpp705 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/
Dhdi_device_test.cpp82 hdiRet = device_->GetVendorName(vendorName);
97 auto hdiRet = device_->GetVendorName(vendorName);