Searched refs:IsApplicationEvent (Results 1 - 5 of 5) 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() 49 bool FreezeCommon::IsApplicationEvent(const std::string& domain, const std::string& stringId) const in IsApplicationEvent() function in OHOS::HiviewDFX::FreezeCommon
|
H A D | freeze_common.h | 44 bool IsApplicationEvent(const std::string& domain, const std::string& stringId) const;
|
H A D | vendor.cpp | 80 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 D | freeze_detector_test.cpp | 508 if (!freezeCommon->IsApplicationEvent("AAFWK", "THREAD_BLOCK_3S")) { in HWTEST_F() 513 if (freezeCommon->IsApplicationEvent("KERNEL_VENDOR", "HUNGTASK")) { in HWTEST_F()
|
H A D | freeze_detector_unittest.cpp | 641 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