Lines Matching refs:userId
73 * @param userId id of started user.
77 void StartUser(int32_t userId, sptr<IUserCallback> callback, bool isAppRecovery = false);
82 * @param userId id of started user.
85 int32_t StopUser(int32_t userId);
90 * @param userId id of Logout user.
93 int32_t LogoutUser(int32_t userId);
97 std::shared_ptr<UserItem> GetUserItem(int32_t userId);
103 void SetFreezingNewUserId(int32_t userId);
105 void ClearAbilityUserItems(int32_t userId);
108 bool IsCurrentUser(int32_t userId);
109 bool IsExistOsAccount(int32_t userId);
110 std::shared_ptr<UserItem> GetOrCreateUserItem(int32_t userId);
111 void SetCurrentUserId(int32_t userId);
112 void BroadcastUserStarted(int32_t userId);
116 void BroadcastUserBackground(int32_t userId);
117 void BroadcastUserForeground(int32_t userId);
118 void BroadcastUserStopping(int32_t userId);
119 void BroadcastUserStopped(int32_t userId);
121 void SendSystemUserStart(int32_t userId);
129 void SendUserSwitchDone(int32_t userId);
131 void HandleSystemUserStart(int32_t userId);
139 void HandleUserSwitchDone(int32_t userId);