Home
last modified time | relevance | path

Searched refs:ClearAppRunningDataForKeepAlive (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1425 void ClearAppRunningDataForKeepAlive(const std::shared_ptr<AppRunningRecord> &appRecord);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1256 ClearAppRunningDataForKeepAlive(appRecord); in ApplicationTerminated()
3722 ClearAppRunningDataForKeepAlive(appRecord); in ClearAppRunningData()
3845 ClearAppRunningDataForKeepAlive(appRecord); in TerminateApplication()
6709 void AppMgrServiceInner::ClearAppRunningDataForKeepAlive(const std::shared_ptr<AppRunningRecord> &a… in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner