Home
last modified time | relevance | path

Searched refs:GetVendorName (Results 1 - 16 of 16) sorted by relevance

/test/xts/hats/hdf/input/PassthroughBenchmarkTest/
H A Dhdf_input_benchmark_test.cpp304 BENCHMARK_F(PassthroughBenchmarkTest, GetVendorName)(benchmark::State &st) in BENCHMARK_F()
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/v2_0/common/
H A Dmock_idevice.cpp60 ret = iDevice->GetVendorName(vendorName); in HDIDeviceV2_0Creator()
177 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
H A Dmock_idevice.h63 int32_t GetVendorName(std::string& name) override;
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp60 ret = iDevice->GetVendorName(vendorName); in HDIDeviceV2_1Creator()
174 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() function in OHOS::HDI::Nnrt::V2_1::MockIDevice
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.cpp47 hdiRet = iDevice->GetVendorName(vendorName); in HDIDeviceV1_0Creator()
159 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() function in OHOS::HDI::Nnrt::V1_0::MockIDevice
H A Dmock_idevice.h63 int32_t GetVendorName(std::string& name) override;
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.cpp60 ret = iDevice->GetVendorName(vendorName); in HDIDeviceV2_0Creator()
174 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() function in OHOS::HDI::Nnrt::V2_0::MockIDevice
H A Dmock_idevice.h63 int32_t GetVendorName(std::string& name) override;
/test/xts/hats/hdf/input/inputBenchmarkTest/
H A Dhdf_input_benchmark_test.cpp506 BENCHMARK_F(InputBenchmarkTest, GetVendorName)(benchmark::State &st) in BENCHMARK_F()
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/
H A Dhdi_input_test.cpp819 ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, vendorName, VENDOR_NAME_LEN); in HWTEST_F()
840 ret = g_inputInterface->iInputController->GetVendorName(MAX_INPUT_DEV_NUM, vendorName, VENDOR_NAME_LEN); in HWTEST_F()
842 ret = g_inputInterface->iInputController->GetVendorName(0, vendorName, VENDOR_NAME_LEN); in HWTEST_F()
844 ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, nullptr, VENDOR_NAME_LEN); in HWTEST_F()
846 ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, vendorName, VENDOR_NAME_LEN - 1); in HWTEST_F()
/test/xts/acts/ai/nncore/opstest/include/
H A Dmock_idevice.h63 int32_t GetVendorName(std::string& name) override;
/test/xts/hats/hdf/input/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp768 * @tc.desc : GetVendorName, stability test
780 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); in HWTEST_F()
791 * @tc.desc : GetVendorName, Test input param, devIndex = 0
799 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); in HWTEST_F()
806 * @tc.desc : GetVendorName, Test input param, devIndex = 2
818 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); in HWTEST_F()
823 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); in HWTEST_F()
832 * @tc.desc : GetVendorName, Test input param, devIndex = 32
840 ret = g_inputInterfaces->GetVendorName(devIndex, vendorName); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v1_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp62 auto hdiRet = device_->GetVendorName(vendorName); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest/src/
H A Dhdi_device_test.cpp62 auto hdiRet = device_->GetVendorName(vendorName); in HWTEST_F()
/test/xts/hats/hdf/input/hdi_passthrough/
H A Dhdf_input_hdi_test.cpp705 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); in HWTEST_F()
732 ret = g_inputInterfaces->GetVendorName(INVALID_INDEX, vendorName); in HWTEST_F()
/test/xts/hats/ai/nnrt/hdi/v2_0/nnrtFunctionTest_additional/src/
H A Dhdi_device_test.cpp75 * @tc.desc: Call function V2 GetVendorName, stability test
82 hdiRet = device_->GetVendorName(vendorName); in HWTEST_F()
92 * @tc.desc: Call function V2 GetVendorName, vendorName is nullptr
97 auto hdiRet = device_->GetVendorName(vendorName); in HWTEST_F()

Completed in 16 milliseconds