Home
last modified time | relevance | path

Searched refs:SetNWebPreload (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h271 void SetNWebPreload(const bool isAllowedNWebPreload);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_launch_data.cpp268 void AppLaunchData::SetNWebPreload(const bool isAllowedNWebPreload) in SetNWebPreload() function in OHOS::AppExecFwk::AppLaunchData
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h884 void SetNWebPreload(const bool isAllowedNWebPreload);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp491 launchData.SetNWebPreload(isAllowedNWebPreload_); in LaunchApplication()
2566 void AppRunningRecord::SetNWebPreload(const bool isAllowedNWebPreload) in SetNWebPreload() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp1019 appRecord->SetNWebPreload(isPreload); in LaunchApplicationExt()