Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h352 bool CheckAppRunningRecordIsLast(const std::shared_ptr<AppRunningRecord> &appRecord);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp1695 bool AppRunningManager::CheckAppRunningRecordIsLast(const std::shared_ptr<AppRunningRecord> &appRec… in CheckAppRunningRecordIsLast() function in OHOS::AppExecFwk::AppRunningManager
H A Dapp_running_record.cpp1454 if (appRunningMgr->CheckAppRunningRecordIsLast(shared_from_this())) { in SetTerminating()