Home
last modified time | relevance | path

Searched defs:newUserId (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_controller.cpp288 void UserController::MoveUserToForeground(int32_t oldUserId, int32_t newUserId, sptr<IUserCallback>… in MoveUserToForeground()
400 void UserController::SendSystemUserCurrent(int32_t oldUserId, int32_t newUserId) in SendSystemUserCurrent()
413 void UserController::SendReportUserSwitch(int32_t oldUserId, int32_t newUserId, in SendReportUserSwitch()
428 void UserController::SendUserSwitchTimeout(int32_t oldUserId, int32_t newUserId, in SendUserSwitchTimeout()
444 void UserController::SendContinueUserSwitch(int32_t oldUserId, int32_t newUserId, in SendContinueUserSwitch()
477 void UserController::HandleSystemUserCurrent(int32_t oldUserId, int32_t newUserId) in HandleSystemUserCurrent()
482 void UserController::HandleReportUserSwitch(int32_t oldUserId, int32_t newUserId, in HandleReportUserSwitch()
488 void UserController::HandleUserSwitchTimeout(int32_t oldUserId, int32_t newUserId, in HandleUserSwitchTimeout()
495 void UserController::HandleContinueUserSwitch(int32_t oldUserId, int32_t newUserId, in HandleContinueUserSwitch()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Duser_controller.h59 int32_t newUserId; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_event_subscriber.cpp61 …id BundleResourceEventSubscriber::OnUserIdChanged(const int32_t oldUserId, const int32_t newUserId) in OnUserIdChanged()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/templatecachemanager_fuzzer/
H A Dtemplate_cache_manager_fuzzer.cpp58 int newUserId = 200; in FuzzProcessUserIdChange() local
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dtemplate_cache_manager.cpp211 void TemplateCacheManager::ProcessUserIdChange(const int newUserId) in ProcessUserIdChange()
/ohos5.0/base/account/os_account/frameworks/domain_account/test/moduletest/src/
H A Ddomain_account_client_mock_plugin_so_module_test.cpp411 int32_t newUserId = -1; variable
H A Ddomain_account_client_module_test.cpp2074 int32_t newUserId = -1; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp388 …auto newUserId = (userId == Constants::INVALID_USER_ID) ? FormUtil::GetCurrentAccountId() : userId; in GetFormsInfoByFilter() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_account_test/
H A Dability_manager_service_account_test.cpp85 static int32_t newUserId; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp1163 int32_t newUserId = 1000; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp995 int32_t newUserId = 10086; variable
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1042 auto newUserId = msg->msgContent_->ReadInt32(); in OnUserStarted() local
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp1359 int32_t newUserId = userId; in ForceKillApplicationInner() local
1637 int32_t newUserId = userId; in ClearUpApplicationData() local
1655 int32_t newUserId = userId; in ClearUpApplicationDataBySelf() local
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp5168 void ScreenSessionManager::SwitchScbNodeHandle(int32_t newUserId, int32_t newScbPid, bool coldBoot) in SwitchScbNodeHandle()