Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/freeze_detector/
Dresolver.cpp48 std::string stringId = watchPoint.GetStringId(); in MatchEvent()
51 … if ((result.GetDomain() == item.GetDomain()) && (result.GetStringId() == item.GetStringId())) { in MatchEvent()
57 … item.GetDomain().c_str(), item.GetStringId().c_str(), item.GetPackageName().c_str()); in MatchEvent()
104 if (watchPoint.GetDomain() == "ACE" && watchPoint.GetStringId() == "UI_BLOCK_6S") { in JudgmentResult()
115 if (i.GetStringId() == "UI_BLOCK_RECOVERED") { in JudgmentResult()
131 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()
139 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()
145 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()
Dvendor.cpp42 if (freezeCommon_->IsSystemEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()
54 … if (freezeCommon_->IsApplicationEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()
88 std::string stringId = watchPoint.GetStringId(); in SendFaultLog()
90 …::string type = freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) in SendFaultLog()
105 ….faultLogType = freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) in SendFaultLog()
121 …oss << FreezeCommon::EVENT_STRINGID << FreezeCommon::COLON << watchPoint.GetStringId() << std::end… in DumpEventInfo()
141 std::string stringId = watchPoint.GetStringId(); in MergeEventLog()
148 …::string type = freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) in MergeEventLog()
162 if (freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId())) { in MergeEventLog()
192 node.GetDomain().c_str(), node.GetStringId().c_str()); in MergeEventLog()
[all …]
Dwatch_point.cpp151 std::string WatchPoint::GetStringId() const in GetStringId() function in OHOS::HiviewDFX::WatchPoint
189 return stringId_.compare(node.GetStringId()); in operator <()
196 return timestamp_ == node.GetTimestamp() && stringId_.compare(node.GetStringId()); in operator ==()
Drule_cluster.h42 std::string GetStringId() const in GetStringId() function
111 std::string GetStringId() const in GetStringId() function
Dwatch_point.h68 std::string GetStringId() const;
Drule_cluster.cpp175 if (rule.GetDomain() == domain && rule.GetStringId() == stringId) { in ParseTagLinks()
226 std::string stringId = watchPoint.GetStringId(); in GetResult()
Ddb_helper.cpp119 …VIEW_LOGE("failed to update info into db, stringId:%{public}s.", watchPoint.GetStringId().c_str()); in UpdateEventIntoDB()
Dfreeze_detector_plugin.cpp187 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()