Home
last modified time | relevance | path

Searched refs:ReportDragUEInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_manager.h164 void ReportDragUEInfo(struct DragRadarInfo &dragRadarInfo, const std::string &eventDescription);
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp1587 ReportDragUEInfo(dragRadarInfo, START_CROSSING_DRAG); in ReportStartDragUEInfo()
1598 ReportDragUEInfo(dragRadarInfo, END_CROSSING_DRAG); in ReportStopDragUEInfo()
1601 void DragManager::ReportDragUEInfo(struct DragRadarInfo &dragRadarInfo, const std::string &eventDes… in ReportDragUEInfo() function in OHOS::Msdp::DeviceStatus::DragManager