Home
last modified time | relevance | path

Searched refs:PARAM_APP_AUTO_STARTUP_LAUNCH_REASON (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h893 static const std::string PARAM_APP_AUTO_STARTUP_LAUNCH_REASON; member in OHOS::AAFwk::final
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp200 isAppAutoStartup_ = want_.GetBoolParam(Want::PARAM_APP_AUTO_STARTUP_LAUNCH_REASON, false); in AbilityRecord()
201 if (want_.HasParameter(Want::PARAM_APP_AUTO_STARTUP_LAUNCH_REASON)) { in AbilityRecord()
202 want_.RemoveParam(Want::PARAM_APP_AUTO_STARTUP_LAUNCH_REASON); in AbilityRecord()
H A Dability_manager_service.cpp7026 want.SetParam(Want::PARAM_APP_AUTO_STARTUP_LAUNCH_REASON, true); in RetryStartAutoStartupApps()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp103 const std::string Want::PARAM_APP_AUTO_STARTUP_LAUNCH_REASON("ability.params.appAutoStartupLaunch");

Completed in 30 milliseconds