Searched refs:IsSystemEvent (Results 1 - 9 of 9) sorted by relevance
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | freeze_common.cpp | 45 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 D | freeze_common.h | 46 bool IsSystemEvent(const std::string& domain, const std::string& stringId) const;
|
H A D | vendor.cpp | 68 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 D | freeze_detector_test.cpp | 518 if (freezeCommon->IsSystemEvent("AAFWK", "THREAD_BLOCK_3S")) { in HWTEST_F() 523 if (!freezeCommon->IsSystemEvent("KERNEL_VENDOR", "HUNGTASK")) { in HWTEST_F()
|
H A D | freeze_detector_unittest.cpp | 653 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 D | common_event_support.h | 1371 bool IsSystemEvent(std::string &str);
|
/base/notification/common_event_service/services/src/ |
H A D | common_event_subscriber_manager.cpp | 91 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(event); in InsertSubscriber()
|
H A D | inner_common_event_manager.cpp | 235 bool isSystemEvent = DelayedSingleton<CommonEventSupport>::GetInstance()->IsSystemEvent(action); in PublishCommonEvent()
|
/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_support.cpp | 2845 bool CommonEventSupport::IsSystemEvent(std::string &str) in IsSystemEvent() function in OHOS::EventFwk::CommonEventSupport
|
Completed in 12 milliseconds