Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h743 ApplicationPendingState GetApplicationPendingState() const;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp2181 ApplicationPendingState AppRunningRecord::GetApplicationPendingState() const in GetApplicationPendingState() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp1142 if (appRecord->GetApplicationPendingState() == ApplicationPendingState::BACKGROUNDING) { in ApplicationForegrounded()
1144 } else if (appRecord->GetApplicationPendingState() == ApplicationPendingState::FOREGROUNDING) { in ApplicationForegrounded()
1184 auto pendingState = appRecord->GetApplicationPendingState(); in ApplicationBackgrounded()