Home
last modified time | relevance | path

Searched defs:detectorPtr (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
Drs_event_manager.cpp37 void RSEventManager::DumpDetectorParam(std::shared_ptr<RSBaseEventDetector> detectorPtr, std::strin… in DumpDetectorParam()
51 void RSEventManager::DumpEventIntervalMs(std::shared_ptr<RSBaseEventDetector> detectorPtr, std::str… in DumpEventIntervalMs()
71 auto detectorPtr = item.second.lock(); in DumpAllEventParam() local
81 void RSEventManager::UpdateDetectorParam(std::shared_ptr<RSBaseEventDetector> detectorPtr) in UpdateDetectorParam()
96 void RSEventManager::UpdateEventIntervalMs(std::shared_ptr<RSBaseEventDetector> detectorPtr) in UpdateEventIntervalMs()
130 auto detectorPtr = item.second.lock(); in UpdateParam() local
140 void RSEventManager::AddEvent(const std::shared_ptr<RSBaseEventDetector>& detectorPtr, int eventInt… in AddEvent()