Searched defs:detectorPtr (Results 1 – 1 of 1) sorted by relevance
37 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() local81 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() local140 void RSEventManager::AddEvent(const std::shared_ptr<RSBaseEventDetector>& detectorPtr, int eventInt… in AddEvent()