Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_event_detector.cpp38 timeOutThresholdMs_ = timeOutThresholdMs; in RSTimeOutDetector()
39 paramList_["timeOutThresholdMs"] = std::to_string(timeOutThresholdMs_); in RSTimeOutDetector()
53 timeOutThresholdMs_ = valueInt; in SetParam()
68 if (durationStampMs > static_cast<uint64_t>(timeOutThresholdMs_)) { in SetLoopFinishTag()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_event_detector_test.cpp71 rsTimeOutDetector.timeOutThresholdMs_ = rsTimeOutDetector.startTimeStampMs_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_event_detector.h113 int timeOutThresholdMs_ = INT_MAX; // default: No Detector variable