Searched refs:freezeCommon (Results 1 – 3 of 3) sorted by relevance
99 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 …]
471 auto freezeCommon = std::make_shared<FreezeCommon>(); variable472 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")) {
898 FreezeCommon freezeCommon; in OnLoad() local899 if (!freezeCommon.Init()) { in OnLoad()904 std::set<std::string> freezeeventNames = freezeCommon.GetPrincipalStringIds(); in OnLoad()