Searched refs:tempProperties (Results 1 - 1 of 1) sorted by relevance
/drivers/external_device_manager/frameworks/ddk/hid/ |
H A D | input_emit_event.cpp | 49 OHOS::HDI::Input::Ddk::V1_0::Hid_EventProperties tempProperties; member 91 (void)g_ddk->CreateDevice(value->tempDevice, value->tempProperties, value->realId); in Connect() 127 OHOS::HDI::Input::Ddk::V1_0::Hid_EventProperties tempProperties = { in ParseHidEventProperties() local 137 std::back_inserter(tempProperties.hidEventTypes), [](uint32_t n) { in ParseHidEventProperties() 145 std::back_inserter(tempProperties.hidKeys), [](uint32_t n) { in ParseHidEventProperties() 153 std::back_inserter(tempProperties.hidAbs), [](uint32_t n) { in ParseHidEventProperties() 161 std::back_inserter(tempProperties.hidRelBits), [](uint32_t n) { in ParseHidEventProperties() 169 std::back_inserter(tempProperties.hidMiscellaneous), [](uint32_t n) { in ParseHidEventProperties() 174 return tempProperties; in ParseHidEventProperties() 178 OHOS::HDI::Input::Ddk::V1_0::Hid_EventProperties tempProperties, uint32_ in CacheDeviceInfor() 177 CacheDeviceInfor(OHOS::HDI::Input::Ddk::V1_0::Hid_Device tempDevice, OHOS::HDI::Input::Ddk::V1_0::Hid_EventProperties tempProperties, uint32_t deviceId) CacheDeviceInfor() argument [all...] |
Completed in 2 milliseconds