Searched refs:GetStringId (Results 1 – 8 of 8) sorted by relevance
| /base/hiviewdfx/hiview/plugins/freeze_detector/ |
| D | resolver.cpp | 84 if (watchPoint.GetDomain() == "ACE" && watchPoint.GetStringId() == "UI_BLOCK_6S") { in JudgmentResult() 95 if (i.GetStringId() == "UI_BLOCK_RECOVERED") { in JudgmentResult() 117 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent() 125 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent() 131 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()
|
| D | vendor.cpp | 45 if (freezeCommon_->IsSystemEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents() 57 … if (freezeCommon_->IsApplicationEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents() 90 std::string stringId = watchPoint.GetStringId(); in SendFaultLog() 92 …string type = freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) ? in SendFaultLog() 107 …aultLogType = freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) ? in SendFaultLog() 127 …oss << FreezeCommon::EVENT_STRINGID << FreezeCommon::COLON << watchPoint.GetStringId() << std::end… in DumpEventInfo() 165 FreezeJsonUtil::WriteKeyValue(jsonFd, "stringId", watchPoint.GetStringId()); in MergeFreezeJsonFile() 178 std::string stringId = watchPoint.GetStringId(); in InitLogInfo() 184 type = freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) ? in InitLogInfo() 195 if (freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId())) { in InitLogInfo() [all …]
|
| D | watch_point.cpp | 165 std::string WatchPoint::GetStringId() const in GetStringId() function in OHOS::HiviewDFX::WatchPoint 213 return stringId_.compare(node.GetStringId()); in operator <() 220 return timestamp_ == node.GetTimestamp() && stringId_.compare(node.GetStringId()); in operator ==()
|
| 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()
|
| D | rule_cluster.h | 43 std::string GetStringId() const in GetStringId() function 123 std::string GetStringId() const in GetStringId() function
|
| D | rule_cluster.cpp | 175 if (rule.GetDomain() == domain && rule.GetStringId() == stringId) { in ParseTagLinks() 228 std::string stringId = watchPoint.GetStringId(); in GetResult()
|
| D | watch_point.h | 72 std::string GetStringId() const;
|
| D | freeze_detector_plugin.cpp | 207 watchPoint.GetDomain().c_str(), watchPoint.GetStringId().c_str()); in ProcessEvent()
|