Searched refs:IsSystemEvent (Results 1 – 8 of 8) sorted by relevance
40 return IsApplicationEvent(domain, stringId) || IsSystemEvent(domain, stringId); in IsFreezeEvent()58 bool FreezeCommon::IsSystemEvent(const std::string& domain, const std::string& stringId) const in IsSystemEvent() function in OHOS::HiviewDFX::FreezeCommon
54 bool IsSystemEvent(const std::string& domain, const std::string& stringId) const;
42 if (freezeCommon_->IsSystemEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()
528 if (freezeCommon->IsSystemEvent("AAFWK", "THREAD_BLOCK_3S")) {533 if (!freezeCommon->IsSystemEvent("KERNEL_VENDOR", "HUNGTASK")) {
1199 bool IsSystemEvent(std::string &str);
83 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(action); in PublishCommonEvent()
1639 bool CommonEventSupport::IsSystemEvent(std::string &str) in IsSystemEvent() function in OHOS::EventFwk::CommonEventSupport
350 temp->IsSystemEvent(s); in RegisterCommonEventSupport()