Searched refs:RSTimeOutDetector (Results 1 – 4 of 4) sorted by relevance
29 …std::shared_ptr<RSTimeOutDetector> eventPtr = std::make_shared<RSTimeOutDetector>(timeOutThreshold… in CreateRSTimeOutDetector()34 RSTimeOutDetector::RSTimeOutDetector(int timeOutThresholdMs, in RSTimeOutDetector() function in OHOS::Rosen::RSTimeOutDetector42 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()
69 RSTimeOutDetector rsTimeOutDetector(0, "1");96 auto rsTimeOutDetector = std::make_shared<RSTimeOutDetector>(1, "0");108 auto rsTimeOutDetector = std::make_shared<RSTimeOutDetector>(1, "0");
102 class RSTimeOutDetector : public RSBaseEventDetector {104 RSTimeOutDetector(int timeOutThresholdMs, std::string detectorStringId);105 ~RSTimeOutDetector() = default;
72 RSTimeOutDetector rsTimeOutDetector(timeOutThresholdMs, detectorStringId); in DoSomethingInterestingWithMyAPI()