Home
last modified time | relevance | path

Searched refs:currentAccountId_ (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/service/account_manager/src/
H A Daccount_manager.cpp331 if (auto iter = accounts_.find(currentAccountId_); iter != accounts_.end()) { in GetCurrentAccountSetting()
334 auto [iter, _] = accounts_.emplace(currentAccountId_, std::make_unique<AccountSetting>(currentAccountId_)); in GetCurrentAccountSetting()
391 currentAccountId_ = MAIN_ACCOUNT_ID; in SetupMainAccount()
436 if (currentAccountId_ != accountId) { in OnSwitchUser()
440 currentAccountId_ = accountId; in OnSwitchUser()
441 MMI_HILOGI("Switched to account(%d)", currentAccountId_); in OnSwitchUser()
/foundation/multimodalinput/input/service/account_manager/test/
H A Daccount_manager_test.cpp111 accountManager.currentAccountId_ = MAIN_ACCOUNT_ID; in HWTEST_F()
181 accountManager.currentAccountId_ = 1; in HWTEST_F()
198 accountManager.currentAccountId_ = -1; in HWTEST_F()
/foundation/multimodalinput/input/service/account_manager/include/
H A Daccount_manager.h100 int32_t currentAccountId_ { -1 };
/foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/
H A Dsa_perform_action_xts.cpp190 currentAccountId_ = -1; in OnStop()
792 new(std::nothrow) A11yWindowConnection(windowId, operation, currentAccountId_); in RegisterElementOperator()
805 new(std::nothrow) InteractionOperationDeathRecipient(windowId, currentAccountId_); in RegisterElementOperator()
918 currentAccountId_); in RegisterElementOperator()
1490 if (currentAccountId_ == -1) { in GetCurrentAccountData()
1495 return a11yAccountsData_.GetCurrentAccountData(currentAccountId_); in GetCurrentAccountData()
1617 if (accountId == currentAccountId_) { in RemovedUser()
1635 if (accountId == currentAccountId_) { in SwitchedUser()
1643 if (currentAccountId_ != -1) { in SwitchedUser()
1657 currentAccountId_ in SwitchedUser()
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp190 currentAccountId_ = -1; in OnStop()
792 new(std::nothrow) A11yRegisterElementWindowConnection(windowId, operation, currentAccountId_); in RegisterElementOperator()
805 new(std::nothrow) InteractionOperationDeathRecipient(windowId, currentAccountId_); in RegisterElementOperator()
918 currentAccountId_); in RegisterElementOperator()
1490 if (currentAccountId_ == -1) { in GetCurrentAccountData()
1495 return a11yAccountsData_.GetCurrentAccountData(currentAccountId_); in GetCurrentAccountData()
1617 if (accountId == currentAccountId_) { in RemovedUser()
1635 if (accountId == currentAccountId_) { in SwitchedUser()
1643 if (currentAccountId_ != -1) { in SwitchedUser()
1657 currentAccountId_ in SwitchedUser()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessible_ability_manager_service.cpp190 currentAccountId_ = -1; in OnStop()
792 new(std::nothrow) AccessibilityWindowConnection(windowId, operation, currentAccountId_); in RegisterElementOperator()
805 new(std::nothrow) InteractionOperationDeathRecipient(windowId, currentAccountId_); in RegisterElementOperator()
918 currentAccountId_); in RegisterElementOperator()
1495 if (currentAccountId_ == -1) { in GetCurrentAccountData()
1500 return a11yAccountsData_.GetCurrentAccountData(currentAccountId_); in GetCurrentAccountData()
1622 if (accountId == currentAccountId_) { in RemovedUser()
1640 if (accountId == currentAccountId_) { in SwitchedUser()
1648 if (currentAccountId_ != -1) { in SwitchedUser()
1662 currentAccountId_ in SwitchedUser()
[all...]
/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessible_ability_manager_service.h185 return currentAccountId_; in GetCurrentAccountId()
427 int32_t currentAccountId_ = -1; member in OHOS::Accessibility::AccessibleAbilityManagerService

Completed in 12 milliseconds