Home
last modified time | relevance | path

Searched refs:IsSystemEvent (Results 1 - 9 of 9) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_common.cpp45 return IsApplicationEvent(domain, stringId) || IsSystemEvent(domain, stringId) || in IsFreezeEvent()
54 bool FreezeCommon::IsSystemEvent(const std::string& domain, const std::string& stringId) const in IsSystemEvent() function in OHOS::HiviewDFX::FreezeCommon
H A Dfreeze_common.h46 bool IsSystemEvent(const std::string& domain, const std::string& stringId) const;
H A Dvendor.cpp68 if (freezeCommon_->IsSystemEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()
236 (freezeCommon_->IsSystemEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) ? SYSFREEZE : SYSWARNING); in InitLogInfo()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_test.cpp518 if (freezeCommon->IsSystemEvent("AAFWK", "THREAD_BLOCK_3S")) { in HWTEST_F()
523 if (!freezeCommon->IsSystemEvent("KERNEL_VENDOR", "HUNGTASK")) { in HWTEST_F()
H A Dfreeze_detector_unittest.cpp653 ASSERT_EQ(freezeCommon->IsSystemEvent("KERNEL_VENDOR", "SCREEN_ON"), false); in HWTEST_F()
655 ASSERT_EQ(freezeCommon->IsSystemEvent("KERNEL_VENDOR", "SCREEN_ON"), true); in HWTEST_F()
/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_support.h1371 bool IsSystemEvent(std::string &str);
/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp91 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(event); in InsertSubscriber()
H A Dinner_common_event_manager.cpp235 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(action); in PublishCommonEvent()
/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_support.cpp2845 bool CommonEventSupport::IsSystemEvent(std::string &str) in IsSystemEvent() function in OHOS::EventFwk::CommonEventSupport

Completed in 12 milliseconds