Home
last modified time | relevance | path

Searched refs:devtype (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dextra_params.cpp241 std::vector<string> devtype; in Unmarshalling() local
242 parcel.ReadStringVector(&devtype); in Unmarshalling()
253 …ExtraParams *extraParams = new (std::nothrow) ExtraParams(devtype, targetBundleName, description, … in Unmarshalling()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_input_dev_desc.md21 | uint32_t [devType](#devtype) | 设备类型 |
H A D_dev_desc_v10.md21 | unsigned int [devType](#devtype) | 设备类型 |
H A D_input_hot_plug_event.md21 | uint32_t [devType](#devtype) | 设备类型 |
H A D_hot_plug_event_v10.md21 | unsigned int [devType](#devtype) | 设备类型 |
H A D_device_info_v10.md21 | unsigned int [devType](#devtype) | 设备类型 |
H A D_input_device_info.md21 | uint32_t [devType](#devtype) | 设备类型 |
/ohos5.0/foundation/multimodalinput/input/libudev/include/
H A Dlibudev.h87 struct udev_device *udev_device, const char *subsystem, const char *devtype);
129 struct udev_monitor *udev_monitor, const char *subsystem, const char *devtype);
/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp672 const char *devtype) in udev_device_get_parent_with_subsystem_devtype() argument
680 CHKPP(devtype); in udev_device_get_parent_with_subsystem_devtype()