Home
last modified time | relevance | path

Searched refs:freezeCommon (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_unittest.cpp99 bool ret1 = freezeCommon->Init();
112 bool ret1 = freezeCommon->Init();
127 bool ret1 = freezeCommon->Init();
147 bool ret1 = freezeCommon->Init();
652 freezeCommon->Init();
664 freezeCommon->Init();
676 freezeCommon->Init();
687 freezeCommon->Init();
702 freezeCommon->Init();
718 freezeCommon->Init();
[all …]
H A Dfreeze_detector_test.cpp471 auto freezeCommon = std::make_shared<FreezeCommon>(); variable
472 if (!freezeCommon->Init()) {
477 if (!freezeCommon->IsFreezeEvent("AAFWK", "LIFECYCLE_TIMEOUT")) {
482 if (!freezeCommon->IsFreezeEvent("KERNEL_VENDOR", "SCREEN_ON")) {
487 if (freezeCommon->IsFreezeEvent("MULTIMODALINPUT", "NO_DRAW")) {
492 if (!freezeCommon->IsApplicationEvent("AAFWK", "THREAD_BLOCK_3S")) {
497 if (freezeCommon->IsApplicationEvent("KERNEL_VENDOR", "HUNGTASK")) {
502 if (freezeCommon->IsSystemEvent("AAFWK", "THREAD_BLOCK_3S")) {
507 if (!freezeCommon->IsSystemEvent("KERNEL_VENDOR", "HUNGTASK")) {
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp898 FreezeCommon freezeCommon; in OnLoad() local
899 if (!freezeCommon.Init()) { in OnLoad()
904 std::set<std::string> freezeeventNames = freezeCommon.GetPrincipalStringIds(); in OnLoad()