Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/
H A Dabilityms_helper.h32 static AbilityMsStatus SetLauncherWant(Want &want);
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/util/
H A Dabilityms_helper.cpp50 AbilityMsStatus AbilityMsHelper::SetLauncherWant(Want &want) in SetLauncherWant() function in OHOS::AbilityMsHelper
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_handler.cpp170 AbilityMsStatus status = AbilityMsHelper::SetLauncherWant(want); in StartLauncher()