Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_common.cpp40 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
Dfreeze_common.h54 bool IsSystemEvent(const std::string& domain, const std::string& stringId) const;
Dvendor.cpp42 if (freezeCommon_->IsSystemEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
Dfreeze_detector_test.cpp528 if (freezeCommon->IsSystemEvent("AAFWK", "THREAD_BLOCK_3S")) {
533 if (!freezeCommon->IsSystemEvent("KERNEL_VENDOR", "HUNGTASK")) {
/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_support.h1199 bool IsSystemEvent(std::string &str);
/base/notification/common_event_service/services/src/
Dinner_common_event_manager.cpp83 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(action); in PublishCommonEvent()
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_support.cpp1639 bool CommonEventSupport::IsSystemEvent(std::string &str) in IsSystemEvent() function in OHOS::EventFwk::CommonEventSupport
/base/notification/common_event_service/test/systemtest/common/resource/fuzzTest/src/
DfuzzTestManager.cpp350 temp->IsSystemEvent(s); in RegisterCommonEventSupport()