Home
last modified time | relevance | path

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

/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp105 static int32_t GetVendorName(uint32_t devIndex, char *vendorName, uint32_t length) in GetVendorName() function
111 return gInputDeviceManager_->GetVendorName(devIndex, vendorName, length); in GetVendorName()
236 controllerHdi->GetVendorName = GetVendorName; in InstanceControllerHdi()
H A Dinput_device_manager.cpp758 RetStatus InputDeviceManager::GetVendorName(uint32_t devIndex, char *vendorName, uint32_t length) in GetVendorName() function in OHOS::Input::InputDeviceManager
/drivers/peripheral/input/interfaces/include/
H A Dinput_controller.h133 int32_t (*GetVendorName)(uint32_t devIndex, char *vendorName, uint32_t length); member
/drivers/peripheral/input/test/fuzztest/inputgetvendorname_fuzzer/
H A Dinputgetvendorname_fuzzer.cpp55 ret = g_inputInterface->iInputController->GetVendorName(*(uint32_t *)data, vendorName, length); in InputGetVendorNameFuzzTest()
/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.h43 int32_t GetVendorName(uint32_t devIndex, std::string &vendorName) override;
H A Dinput_interfaces_impl.cpp357 int32_t InputInterfacesImpl::GetVendorName(uint32_t devIndex, std::string &vendorName) in GetVendorName() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
360 inputInterface_->iInputController->GetVendorName == nullptr) { in GetVendorName()
366 int32_t ret = inputInterface_->iInputController->GetVendorName(devIndex, infoStr, VENDOR_NAME_LEN); in GetVendorName()
/drivers/peripheral/input/hal/src/
H A Dinput_controller.c370 static int32_t GetVendorName(uint32_t devIndex, char *vendorName, uint32_t length) in GetVendorName() function
583 ret = GetVendorName(devIndex, &node.payload.chipName[0], CHIP_NAME_LEN); in UpdateDevBaseInfo()
613 controllerHdi->GetVendorName = GetVendorName; in InstanceControllerHdi()
/drivers/peripheral/input/udriver/include/
H A Dinput_device_manager.h101 RetStatus GetVendorName(uint32_t devIndex, char *vendorName, uint32_t length);
/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp529 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); in HWTEST_F()
555 ret = g_inputInterfaces->GetVendorName(INVALID_INDEX, vendorName); in HWTEST_F()
/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp238 * @tc.desc: Benchmarktest for interface GetVendorName.
250 ret = g_inputInterfaces->GetVendorName(TOUCH_INDEX, vendorName); in BENCHMARK_F()
/drivers/peripheral/input/test/unittest/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()
/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp743 * @tc.name: GetVendorName
756 ret = g_inputInterface->iInputController->GetVendorName(g_touchIndex, vendorName, TEST_LEN1); in HWTEST_F()
764 * @tc.name: GetVendorName
777 ret = g_inputInterface->iInputController->GetVendorName(INVALID_INDEX, vendorName, TEST_LEN1); in HWTEST_F()
785 * @tc.name: GetVendorName
798 ret = g_inputInterface->iInputController->GetVendorName(g_touchIndex, vendorName, TEST_LEN2); in HWTEST_F()
/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp595 ret = g_inputInterface->iInputController->GetVendorName(TOUCH_INDEX, vendorName, NAME_MAX_LEN); in HWTEST_F()
619 ret = g_inputInterface->iInputController->GetVendorName(INVALID_INDEX, vendorName, NAME_MAX_LEN); in HWTEST_F()

Completed in 19 milliseconds