Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/user_controller_test/
H A Duser_controller_test.cpp290 userController.SendSystemUserCurrent(1000, 1000);
292 userController.SendSystemUserCurrent(1000, 1000);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Duser_controller.h121 void SendSystemUserCurrent(int32_t oldUserId, int32_t newUserId);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_controller.cpp136 SendSystemUserCurrent(oldUserId, userId); in StartUser()
400 void UserController::SendSystemUserCurrent(int32_t oldUserId, int32_t newUserId) in SendSystemUserCurrent() function in OHOS::AAFwk::UserController