Home
last modified time | relevance | path

Searched refs:GetStringId (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_event_manager.cpp57 if (eventStateList_.count(detectorPtr->GetStringId()) == 0) { in DumpEventIntervalMs()
59 detectorPtr->GetStringId().c_str()); in DumpEventIntervalMs()
62 std::string paraName = "rosen.RsDFXEvent." + detectorPtr->GetStringId() + in DumpEventIntervalMs()
102 if (eventStateList_.count(detectorPtr->GetStringId()) == 0) { in UpdateEventIntervalMs()
104 detectorPtr->GetStringId().c_str()); in UpdateEventIntervalMs()
113 detectorPtr->GetStringId().c_str(), valueInt); in UpdateEventIntervalMs()
116 eventStateList_[detectorPtr->GetStringId()].eventIntervalMs = valueInt; in UpdateEventIntervalMs()
118 detectorPtr->GetStringId().c_str(), valueInt); in UpdateEventIntervalMs()
149 if (eventDetectorList_.count(detectorPtr->GetStringId()) != 0) { in AddEvent()
156 eventDetectorList_[detectorPtr->GetStringId()] = detectorWeakPtr; in AddEvent()
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dresolver.cpp74 if (watchPoint.GetDomain() == "ACE" && watchPoint.GetStringId() == "UI_BLOCK_6S") { in JudgmentResult()
85 if (i.GetStringId() == "UI_BLOCK_RECOVERED") { in JudgmentResult()
107 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()
115 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()
121 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()
H A Dvendor.cpp51 if (freezeCommon_->IsSystemEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()
63 … if (freezeCommon_->IsApplicationEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()
75 … if (freezeCommon_->IsSysWarningEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()
106 std::string stringId = watchPoint.GetStringId(); in SendFaultLog()
134 …oss << FreezeCommon::EVENT_STRINGID << FreezeCommon::COLON << watchPoint.GetStringId() << std::end… in DumpEventInfo()
176 FreezeJsonUtil::WriteKeyValue(jsonFd, "stringId", watchPoint.GetStringId()); in MergeFreezeJsonFile()
189 std::string stringId = watchPoint.GetStringId(); in InitLogInfo()
201 …type = freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) ? APPFR… in InitLogInfo()
202 …(freezeCommon_->IsSystemEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) ? SYSFREEZE : SYSW… in InitLogInfo()
215 node.GetDomain().c_str(), node.GetStringId().c_str()); in InitLogBody()
[all …]
H A Dwatch_point.cpp172 std::string WatchPoint::GetStringId() const in GetStringId() function in OHOS::HiviewDFX::WatchPoint
225 return stringId_.compare(node.GetStringId()); in operator <()
232 return timestamp_ == node.GetTimestamp() && stringId_.compare(node.GetStringId()); in operator ==()
H A Ddb_helper.cpp51 … .InitSeq(record->GetSeq()).InitDomain(result.GetDomain()).InitStringId(result.GetStringId()) in GetResultMap()
81 … auto eventQuery = EventStore::SysEventDao::BuildQuery(result.GetDomain(), {result.GetStringId()}); in SelectEventFromDB()
H A Drule_cluster.h45 std::string GetStringId() const in GetStringId() function
136 std::string GetStringId() const in GetStringId() function
H A Drule_cluster.cpp175 if (rule.GetDomain() == domain && rule.GetStringId() == stringId) { in ParseTagLinks()
232 std::string stringId = watchPoint.GetStringId(); in GetResult()
H A Dwatch_point.h74 std::string GetStringId() const;
H A Dfreeze_detector_plugin.cpp222 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_event_test.cpp66 EXPECT_EQ(d->GetStringId(), "RS_EVENT_TEST");
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rseventdetector_fuzzer/
H A Drseventdetector_fuzzer.cpp77 rsTimeOutDetector.GetStringId(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_event_detector.h56 std::string GetStringId() in GetStringId() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp687 rsEventManager_.RemoveEvent(rsCompositionTimeoutDetector_->GetStringId()); in RemoveRSEventDetector()