Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Duser_controller.h101 int32_t GetFreezingNewUserId() const;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Duser_controller.cpp511 int32_t UserController::GetFreezingNewUserId() const in GetFreezingNewUserId() function in OHOS::AAFwk::UserController
H A Dability_manager_service.cpp3306 …if (userController_ == nullptr || userController_->GetFreezingNewUserId() == DEFAULT_INVAL_VALUE) { in StopSwitchUserDialog()
3317 StopSwitchUserDialogInner(stopWant, userController_->GetFreezingNewUserId()); in StopSwitchUserDialog()
8023 StartSwitchUserDialogInner(dialogWant, userController_->GetFreezingNewUserId()); in StartSwitchUserDialog()