Home
last modified time | relevance | path

Searched refs:MoveUserToForeground (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Duser_controller.h113 void MoveUserToForeground(int32_t oldUserId, int32_t newUserId, sptr<IUserCallback> callback);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_controller.cpp145 MoveUserToForeground(oldUserId, userId, callback); in StartUser()
288 void UserController::MoveUserToForeground(int32_t oldUserId, int32_t newUserId, sptr<IUserCallback>… in MoveUserToForeground() function in OHOS::AAFwk::UserController