Home
last modified time | relevance | path

Searched refs:VendorConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/device_config/include/
H A Ddevice_config_file_parser.h24 struct VendorConfig { struct
40 VendorConfig GetVendorConfig(struct libinput_device *device) const;
/ohos5.0/foundation/multimodalinput/input/service/device_config/src/
H A Ddevice_config_file_parser.cpp117 VendorConfig DeviceConfigManagement::GetVendorConfig(struct libinput_device *device) const in GetVendorConfig()
122 VendorConfig vendorConfigTmp = {}; in GetVendorConfig()
/ohos5.0/foundation/multimodalinput/input/service/device_manager/include/
H A Dinput_device_manager.h44 VendorConfig vendorConfig;
85 VendorConfig GetVendorConfig(int32_t deviceId) const;
/ohos5.0/foundation/multimodalinput/input/service/device_config/test/
H A Ddevice_config_file_parser_test.cpp85 VendorConfig vendorconfig = configManager.GetVendorConfig(device);
/ohos5.0/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp701 VendorConfig InputDeviceManager::GetVendorConfig(int32_t deviceId) const in GetVendorConfig()