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 D | rs_event_manager.cpp | 57 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 D | resolver.cpp | 74 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 D | vendor.cpp | 51 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 D | watch_point.cpp | 172 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 D | db_helper.cpp | 51 … .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 D | rule_cluster.h | 45 std::string GetStringId() const in GetStringId() function 136 std::string GetStringId() const in GetStringId() function
|
H A D | rule_cluster.cpp | 175 if (rule.GetDomain() == domain && rule.GetStringId() == stringId) { in ParseTagLinks() 232 std::string stringId = watchPoint.GetStringId(); in GetResult()
|
H A D | watch_point.h | 74 std::string GetStringId() const;
|
H A D | freeze_detector_plugin.cpp | 222 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 D | rs_event_test.cpp | 66 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 D | rseventdetector_fuzzer.cpp | 77 rsTimeOutDetector.GetStringId(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/ |
H A D | rs_event_detector.h | 56 std::string GetStringId() in GetStringId() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 687 rsEventManager_.RemoveEvent(rsCompositionTimeoutDetector_->GetStringId()); in RemoveRSEventDetector()
|