/drivers/peripheral/input/udriver/src/ |
D | input_manager.cpp | 114 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function 120 return gInputDeviceManager_->GetChipName(devIndex, chipName, length); in GetChipName() 237 controllerHdi->GetChipName = GetChipName; in InstanceControllerHdi()
|
D | input_device_manager.cpp | 771 RetStatus InputDeviceManager::GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function in OHOS::Input::InputDeviceManager
|
/drivers/peripheral/input/libinput/src/ |
D | input_interface_instance.cpp | 74 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function 159 controllerIf->GetChipName = GetChipName; in InstanceControllerIf()
|
/drivers/peripheral/input/interfaces/include/ |
D | input_controller.h | 147 int32_t (*GetChipName)(uint32_t devIndex, char *chipName, uint32_t length); member
|
/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/ |
D | inputgetchipname_fuzzer.cpp | 54 ret = g_inputInterface->iInputController->GetChipName(*(uint32_t *)data, chipName, length); in InputGetChipnameFuzzTest()
|
/drivers/peripheral/input/hdi_service/ |
D | input_interfaces_impl.h | 44 int32_t GetChipName(uint32_t devIndex, std::string &chipName) override;
|
D | input_interfaces_impl.cpp | 376 int32_t InputInterfacesImpl::GetChipName(uint32_t devIndex, std::string &chipName) in GetChipName() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl 379 inputInterface_->iInputController->GetChipName == nullptr) { in GetChipName() 385 int32_t ret = inputInterface_->iInputController->GetChipName(devIndex, infoStr, CHIP_NAME_LEN); in GetChipName()
|
/drivers/peripheral/input/hal/src/ |
D | input_controller.c | 360 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName() function 579 ret = GetChipName(devIndex, &node.payload.chipInfo[0], CHIP_INFO_LEN); in UpdateDevBaseInfo() 614 controllerHdi->GetChipName = GetChipName; in InstanceControllerHdi()
|
/drivers/peripheral/input/udriver/include/ |
D | input_device_manager.h | 102 RetStatus GetChipName(uint32_t devIndex, char *chipName, uint32_t length);
|
/drivers/peripheral/input/test/unittest/hdi/ |
D | hdf_input_hdi_test.cpp | 579 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName); 605 ret = g_inputInterfaces->GetChipName(INVALID_INDEX, chipName);
|
/drivers/peripheral/input/test/unittest/udriver/ |
D | hdi_input_test.cpp | 779 ret = g_inputInterface->iInputController->GetChipName(g_touchIndex, chipName, TEST_LEN1); 800 ret = g_inputInterface->iInputController->GetChipName(INVALID_INDEX, chipName, TEST_LEN1); 821 ret = g_inputInterface->iInputController->GetChipName(g_touchIndex, chipName, TEST_LEN2);
|
/drivers/peripheral/input/test/benchmarktest/ |
D | input_benchmark_test.cpp | 272 ret = g_inputInterfaces->GetChipName(TOUCH_INDEX, chipName); in BENCHMARK_F()
|
/drivers/peripheral/input/test/unittest/common/ |
D | hdi_input_test.cpp | 641 ret = g_inputInterface->iInputController->GetChipName(TOUCH_INDEX, chipName, NAME_MAX_LEN); 665 ret = g_inputInterface->iInputController->GetChipName(INVALID_INDEX, chipName, NAME_MAX_LEN);
|
/drivers/peripheral/input/ |
D | README_zh.md | 129 …><a name="p17712110185218"></a><a name="p17712110185218"></a>int32_t (*GetChipName)(uint32_t devIn…
|
D | README.md | 129 …><a name="p17712110185218"></a><a name="p17712110185218"></a>int32_t (*GetChipName)(uint32_t devIn…
|
/drivers/interface/input/v1_0/ |
D | IInputInterfaces.idl | 236 GetChipName([in] unsigned int devIndex, [out] String chipName);
|