Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h760 bool IsPreloaded() const;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp2278 bool AppRunningRecord::IsPreloaded() const in IsPreloaded() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp595 if (appRecord->IsPreloaded()) { in LoadAbility()