Home
last modified time | relevance | path

Searched defs:GetChipInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_controller.md36 ### GetChipInfo subsection
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_controller.h119 int32_t (*GetChipInfo)(uint32_t devIndex, char *chipInfo, uint32_t length); member
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp96 static int32_t GetChipInfo(uint32_t devIndex, char *chipInfo, uint32_t length) in GetChipInfo() function
H A Dinput_device_manager.cpp826 RetStatus InputDeviceManager::GetChipInfo(uint32_t devIndex, char *chipInfo, uint32_t length) in GetChipInfo() function in OHOS::Input::InputDeviceManager
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp338 int32_t InputInterfacesImpl::GetChipInfo(uint32_t devIndex, std::string &chipInfo) in GetChipInfo() function in OHOS::HDI::Input::V1_0::InputInterfacesImpl
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_controller.c365 static int32_t GetChipInfo(uint32_t devIndex, char *chipInfo, uint32_t length) in GetChipInfo() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.cpp919 bool HalDeviceManager::GetChipInfo(uint32_t chipId, WifiChipInfo &wifiChipInfo) in GetChipInfo() function in OHOS::Wifi::HalDeviceManager