Home
last modified time | relevance | path

Searched refs:AddAppLifecycleEvent (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/utils/global/freeze/include/
H A Dfreeze_util.h55 void AddAppLifecycleEvent(pid_t pid, const std::string &entry);
/foundation/ability/ability_runtime/utils/global/freeze/src/
H A Dfreeze_util.cpp89 void FreezeUtil::AddAppLifecycleEvent(pid_t pid, const std::string &entry) in AddAppLifecycleEvent() function in OHOS::AbilityRuntime::FreezeUtil
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp499 AddAppLifecycleEvent("AppRunningRecord::LaunchApplication"); in LaunchApplication()
656 AddAppLifecycleEvent("AppRunningRecord::LaunchPendingAbilities"); in LaunchPendingAbilities()
671 AddAppLifecycleEvent("AppRunningRecord::ScheduleForegroundRunning"); in ScheduleForegroundRunning()
697 AddAppLifecycleEvent("AppRunningRecord::ScheduleBackgroundRunning"); in ScheduleBackgroundRunning()
2054 AddAppLifecycleEvent("AppRunningRecord::OnWindowVisibilityChanged"); in OnWindowVisibilityChanged()
2571 void AppRunningRecord::AddAppLifecycleEvent(const std::string &msg) in AddAppLifecycleEvent() function in OHOS::AppExecFwk::AppRunningRecord
2575 AbilityRuntime::FreezeUtil::GetInstance().AddAppLifecycleEvent(prioObject->GetPid(), msg); in AddAppLifecycleEvent()
H A Dapp_mgr_service.cpp186 AbilityRuntime::FreezeUtil::GetInstance().AddAppLifecycleEvent(IPCSkeleton::GetCallingPid(), in AttachApplication()
221 AbilityRuntime::FreezeUtil::GetInstance().AddAppLifecycleEvent(IPCSkeleton::GetCallingPid(), in ApplicationForegrounded()
240 AbilityRuntime::FreezeUtil::GetInstance().AddAppLifecycleEvent(IPCSkeleton::GetCallingPid(), in ApplicationBackgrounded()
H A Dapp_mgr_service_inner.cpp1005 AbilityRuntime::FreezeUtil::GetInstance().AddAppLifecycleEvent(pid, "ServiceInner::AttachApplication"); in AttachApplication()
1073 appRecord->AddAppLifecycleEvent("ServiceInner::LaunchApplication"); in LaunchApplication()
1169 appRecord->AddAppLifecycleEvent("ServiceInner::AppForegrounded"); in ApplicationForegrounded()
1218 appRecord->AddAppLifecycleEvent("ServiceInner::ForeForegrounded"); in ApplicationBackgrounded()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp416 FreezeUtil::GetInstance().AddAppLifecycleEvent(0, "ScheduleForegroundApplication"); in ScheduleForegroundApplication()
644 FreezeUtil::GetInstance().AddAppLifecycleEvent(0, "ScheduleLaunchApplication"); in ScheduleLaunchApplication()
1287 FreezeUtil::GetInstance().AddAppLifecycleEvent(0, "HandleLaunchApplication:begin"); in HandleLaunchApplication()
1735 FreezeUtil::GetInstance().AddAppLifecycleEvent(0, "HandleLaunchApplication:end"); in HandleLaunchApplication()
2209 FreezeUtil::GetInstance().AddAppLifecycleEvent(0, "HandleForegroundApplication"); in HandleForegroundApplication()
2217 FreezeUtil::GetInstance().AddAppLifecycleEvent(0, "HandleForegroundApplication fail"); in HandleForegroundApplication()
2239 FreezeUtil::GetInstance().AddAppLifecycleEvent(0, "HandleBackgroundApplication"); in HandleBackgroundApplication()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h976 void AddAppLifecycleEvent(const std::string &msg);

Completed in 27 milliseconds