Lines Matching refs:item
67 for (const auto &item : GetEventTypes()) {
68 if (!DoIoctl(fd_, UI_SET_EVBIT, item)) {
69 MMI_HILOGE("Error setting event type:%{public}u", item);
73 for (const auto &item : GetKeys()) {
74 if (!DoIoctl(fd_, UI_SET_KEYBIT, item)) {
75 MMI_HILOGE("Error setting key:%{public}u", item);
79 for (const auto &item : GetProperties()) {
80 if (!DoIoctl(fd_, UI_SET_PROPBIT, item)) {
81 MMI_HILOGE("Error setting property:%{public}u", item);
85 for (const auto &item : GetAbs()) {
86 if (!DoIoctl(fd_, UI_SET_ABSBIT, item)) {
87 MMI_HILOGE("Error setting property:%{public}u", item);
91 for (const auto &item : GetRelBits()) {
92 if (!DoIoctl(fd_, UI_SET_RELBIT, item)) {
93 MMI_HILOGE("Error setting rel:%{public}u", item);