Home
last modified time | relevance | path

Searched defs:chipName (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_device_info_v10.md62 ### chipName subsection
H A D_input_device_info.md62 ### chipName subsection
/ohos5.0/drivers/peripheral/input/test/fuzztest/inputgetchipname_fuzzer/
H A Dinputgetchipname_fuzzer.cpp30 char chipName[] = {0}; in InputGetChipnameFuzzTest() local
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_product.h73 const char *chipName; /**< Chip name */ member
/ohos5.0/drivers/peripheral/input/test/unittest/hdi/
H A Dhdf_input_hdi_test.cpp577 std::string chipName; variable
603 std::string chipName; variable
/ohos5.0/drivers/peripheral/input/test/unittest/common/
H A Dhdi_input_test.cpp637 char chipName[NAME_MAX_LEN] = {0}; variable
660 char chipName[NAME_MAX_LEN] = {0}; variable
/ohos5.0/drivers/peripheral/input/test/unittest/udriver/
H A Dhdi_input_test.cpp816 char chipName[TEST_LEN1] = {0}; variable
837 char chipName[TEST_LEN1] = {0}; variable
858 char chipName[TEST_LEN1] = {0}; variable
/ohos5.0/drivers/peripheral/input/test/unittest/hdi_passthrough_additional/
H A Dhdf_input_hdi_test.cpp856 std::string chipName; variable
876 std::string chipName; variable
891 std::string chipName; variable
917 std::string chipName; variable
/ohos5.0/foundation/multimodalinput/input/tools/event_inject/include/
H A Dmsg_head.h71 char chipName[32]; member
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_manager.cpp114 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName()
H A Dinput_device_manager.cpp858 RetStatus InputDeviceManager::GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName()
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/include/
H A Dsensor_config_parser.h31 const char *chipName; member
/ohos5.0/drivers/peripheral/input/test/benchmarktest/
H A Dinput_benchmark_test.cpp268 std::string chipName; in BENCHMARK_F() local
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_parse.h48 const char *chipName; member
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h83 const char *chipName; member
H A Dinput_config.h126 const char *chipName; member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/include/
H A Dhdf_wifi_config.h68 const char *chipName; member
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp376 int32_t InputInterfacesImpl::GetChipName(uint32_t devIndex, std::string &chipName) in GetChipName()
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mtd/
H A Dmtd_core.h124 const char *chipName; member
/ohos5.0/drivers/peripheral/input/hal/src/
H A Dinput_controller.c360 static int32_t GetChipName(uint32_t devIndex, char *chipName, uint32_t length) in GetChipName()
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h278 char chipName[CHIP_NAME_LEN]; /**< Driver chip name */ member