Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/test/unittest/user_controller_test/
H A Duser_controller_test.cpp283 * @tc.desc: SendSystemUserCurrent Test
290 userController.SendSystemUserCurrent(1000, 1000); in HWTEST_F()
292 userController.SendSystemUserCurrent(1000, 1000); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Duser_controller.h122 void SendSystemUserCurrent(int32_t oldUserId, int32_t newUserId);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_controller.cpp136 SendSystemUserCurrent(oldUserId, userId); in StartUser()
401 void UserController::SendSystemUserCurrent(int32_t oldUserId, int32_t newUserId) in SendSystemUserCurrent() function in OHOS::AAFwk::UserController

Completed in 3 milliseconds