Home
last modified time | relevance | path

Searched refs:reportType (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/tools/event_inject/src/
H A Dprocessing_touch_screen_device.cpp98 touchSingleEventData.reportType = item.reportType; in AnalysisSingleTouchScreenDate()
168 if (touchSingleEventData.reportType == "mtReport") { in AnalysisTouchScreenPressData()
170 } else if (touchSingleEventData.reportType == "synReport") { in AnalysisTouchScreenPressData()
182 if (touchSingleEventData.reportType == "mtReport") { in AnalysisTouchScreenMoveData()
184 } else if (touchSingleEventData.reportType == "synReport") { in AnalysisTouchScreenMoveData()
195 if (touchSingleEventData.reportType == "mtReport") { in AnalysisTouchScreenReleaseData()
197 } else if (touchSingleEventData.reportType == "synReport") { in AnalysisTouchScreenReleaseData()
H A Dinput_parse.cpp148 GetJsonData(eventInfo, "reportType", event.reportType); in ParseEventsObj()
209 << ",reportType:" << reportType in ToString()
/foundation/multimodalinput/input/tools/event_inject/include/
H A Dinput_parse.h43 int32_t reportType { 0 };
H A Dprocessing_touch_screen_device.h31 std::string reportType; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c38 AdvReportType reportType; member
64 switch (info->reportType) { in GapFreeReportRPAResolveInfo()
235 switch (info->reportType) { in GapDoCallbackRPAAdvertisingReport()
367 info->reportType = type; in GapLeAllocAdvReportRPAResolveInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.cpp262 (iter->second->reportType == type)) { in FindReportByTypeAndId()
633 reports_[character.handle_]->reportType = descriptor.value_[1]; in SaveReport()
636 LOG_DEBUG("[HOGP]%{public}s():reportId = 0x%{public}x,reportType = 0x%{public}x", __FUNCTION__, in SaveReport()
637 reports_[character.handle_]->reportId, reports_[character.handle_]->reportType); in SaveReport()
649 if ((iter->second == nullptr) || (iter->second->reportType != HID_HOST_INPUT_REPORT)) { in SetInputReportNotification()
H A Dhid_host_defines.h148 uint8_t reportType = HID_HOST_RESERVED_REPORT; member

Completed in 6 milliseconds