Home
last modified time | relevance | path

Searched refs:RSTimeOutDetector (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_event_detector.cpp29 …std::shared_ptr<RSTimeOutDetector> eventPtr = std::make_shared<RSTimeOutDetector>(timeOutThreshold… in CreateRSTimeOutDetector()
34 RSTimeOutDetector::RSTimeOutDetector(int timeOutThresholdMs, in RSTimeOutDetector() function in OHOS::Rosen::RSTimeOutDetector
42 void RSTimeOutDetector::SetParam(const std::string& key, const std::string& value) in SetParam()
57 void RSTimeOutDetector::SetLoopStartTag() in SetLoopStartTag()
62 void RSTimeOutDetector::SetLoopFinishTag( in SetLoopFinishTag()
78 void RSTimeOutDetector::EventReport(uint64_t costTimeMs) in EventReport()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_event_detector_test.cpp69 RSTimeOutDetector rsTimeOutDetector(0, "1");
96 auto rsTimeOutDetector = std::make_shared<RSTimeOutDetector>(1, "0");
108 auto rsTimeOutDetector = std::make_shared<RSTimeOutDetector>(1, "0");
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_event_detector.h102 class RSTimeOutDetector : public RSBaseEventDetector {
104 RSTimeOutDetector(int timeOutThresholdMs, std::string detectorStringId);
105 ~RSTimeOutDetector() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rseventdetector_fuzzer/
H A Drseventdetector_fuzzer.cpp72 RSTimeOutDetector rsTimeOutDetector(timeOutThresholdMs, detectorStringId); in DoSomethingInterestingWithMyAPI()