Home
last modified time | relevance | path

Searched refs:stopUserId (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_service.h2223 * @param stopUserId, The userId who wants to stop the dialog box.
2225 void StopSwitchUserDialogInner(const Want &want, const int32_t stopUserId);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp3370 auto stopUserId = abilityInfo.applicationInfo.singleton ? U0_USER_ID : lastUserId; in StopSwitchUserDialogInner() local
3371 result = CheckOptExtensionAbility(want, abilityRequest, stopUserId, AppExecFwk::ExtensionAbilityType::SERVICE); in StopSwitchUserDialogInner()
3379 auto connectManager = GetConnectManagerByUserId(stopUserId); in StopSwitchUserDialogInner()
3381 TAG_LOGE(AAFwkTag::ABILITYMGR, "connectManager null userId:%{public}d", stopUserId); in StopSwitchUserDialogInner()

Completed in 22 milliseconds