Home
last modified time | relevance | path

Searched refs:DumpDetectorParam (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_event_manager_test.cpp130 eventManager->DumpDetectorParam(nullptr, dumpString);
131 eventManager->DumpDetectorParam(detectorPtr, dumpString);
133 eventManager->DumpDetectorParam(detectorPtr, dumpString);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_event_manager.cpp37 void RSEventManager::DumpDetectorParam(std::shared_ptr<RSBaseEventDetector> detectorPtr, std::strin… in DumpDetectorParam() function in OHOS::Rosen::RSEventManager
76 DumpDetectorParam(detectorPtr, dumpString); in DumpAllEventParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_event_manager.h47 … void DumpDetectorParam(std::shared_ptr<RSBaseEventDetector> detectorPtr, std::string& dumpString);