Home
last modified time | relevance | path

Searched refs:IsApplicationEvent (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_common.cpp45 return IsApplicationEvent(domain, stringId) || IsSystemEvent(domain, stringId) || in IsFreezeEvent()
49 bool FreezeCommon::IsApplicationEvent(const std::string& domain, const std::string& stringId) const in IsApplicationEvent() function in OHOS::HiviewDFX::FreezeCommon
H A Dfreeze_common.h44 bool IsApplicationEvent(const std::string& domain, const std::string& stringId) const;
H A Dvendor.cpp80 if (freezeCommon_->IsApplicationEvent(watchPoint->GetDomain(), watchPoint->GetStringId())) { in ReduceRelevanceEvents()
235 type = freezeCommon_->IsApplicationEvent(watchPoint.GetDomain(), watchPoint.GetStringId()) ? APPFREEZE : in InitLogInfo()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_test.cpp508 if (!freezeCommon->IsApplicationEvent("AAFWK", "THREAD_BLOCK_3S")) { in HWTEST_F()
513 if (freezeCommon->IsApplicationEvent("KERNEL_VENDOR", "HUNGTASK")) { in HWTEST_F()
H A Dfreeze_detector_unittest.cpp641 ASSERT_EQ(freezeCommon->IsApplicationEvent("KERNEL_VENDOR", "SCREEN_ON"), false); in HWTEST_F()
643 ASSERT_EQ(freezeCommon->IsApplicationEvent("KERNEL_VENDOR", "SCREEN_ON"), false); in HWTEST_F()

Completed in 4 milliseconds