Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h289 bool IsNeedPreloadModule() const;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_launch_data.cpp283 bool AppLaunchData::IsNeedPreloadModule() const in IsNeedPreloadModule() function in OHOS::AppExecFwk::AppLaunchData
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1774 if (appLaunchData.IsNeedPreloadModule()) { in HandleLaunchApplication()