Home
last modified time | relevance | path

Searched refs:ParseKeyConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dinput_config.h161 int32_t ParseKeyConfig(const struct DeviceResourceNode *node, KeyChipCfg *config);
H A Dhdf_key.c102 if (ParseKeyConfig(device->property, keyCfg) != HDF_SUCCESS) { in KeyConfigInstance()
H A Dinput_config_parser.c54 int32_t ParseKeyConfig(const struct DeviceResourceNode *node, KeyChipCfg *config) in ParseKeyConfig() function