Home
last modified time | relevance | path

Searched refs:GetOsAccountInfoById (Results 1 – 10 of 10) sorted by relevance

/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp438 EXPECT_CALL(*ptr, GetOsAccountInfoById(::testing::_, ::testing::_))
496 EXPECT_CALL(*ptr, GetOsAccountInfoById(_, _))
523 EXPECT_CALL(*ptr, GetOsAccountInfoById(_, _))
529 EXPECT_CALL(*ptr, GetOsAccountInfoById(_, _))
584 EXPECT_CALL(*ptr, GetOsAccountInfoById(_, _))
590 EXPECT_CALL(*ptr, GetOsAccountInfoById(_, _))
616 EXPECT_CALL(*ptr, GetOsAccountInfoById(_, _))
637 EXPECT_CALL(*ptr, GetOsAccountInfoById(_, _))
678 EXPECT_CALL(*ptr, GetOsAccountInfoById(_, _))
687 EXPECT_CALL(*ptr, GetOsAccountInfoById(_, _))
[all …]
Dos_account_control_file_manager_test.cpp134 …EXPECT_EQ(osAccountControlManager_->GetOsAccountInfoById(Constants::START_USER_ID, osAccountInfo),…
148 EXPECT_NE(osAccountControlManager_->GetOsAccountInfoById(id, osAccountInfo), ERR_OK);
307 osAccountControlManager_->GetOsAccountInfoById(id, osAccountInfoTwo);
351 osAccountControlManager_->GetOsAccountInfoById(id, osAccountInfoTwo);
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp113 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(defaultActivatedId_, osAccountInfo); in StartAccount()
121 errCode = osAccountControl_->GetOsAccountInfoById(Constants::START_USER_ID, osAccountInfo); in StartAccount()
406 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(id, osAccountInfo); in RemoveOsAccount()
516 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(id, osAccountInfo); in IsOsAccountActived()
534 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(id, osAccountInfo); in IsOsAccountConstraintEnable()
565 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(id, osAccountInfo); in IsOsAccountVerified()
599 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(id, osAccountInfo); in GetOsAccountAllConstraints()
697 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(enforcerId, osAccountInfo); in SetGlobalOsAccountConstraints()
729 ErrCode errCode = osAccountControl_->GetOsAccountInfoById(enforcerId, enforcerOsAccountInfo); in SetSpecificOsAccountConstraints()
736 errCode = osAccountControl_->GetOsAccountInfoById(targetId, targetOsAccountInfo); in SetSpecificOsAccountConstraints()
[all …]
Dos_account_control_file_manager.cpp211 if (GetOsAccountInfoById(std::atoi(it.c_str()), osAccountInfo) == ERR_OK) { in GetOsAccountList()
224 ErrCode OsAccountControlFileManager::GetOsAccountInfoById(const int id, OsAccountInfo &osAccountInf… in GetOsAccountInfoById() function in OHOS::AccountSA::OsAccountControlFileManager
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
Dmock_os_account_control_file_manager.h35 MOCK_METHOD2(GetOsAccountInfoById, ErrCode(const int id, OsAccountInfo &osAccountInfo));
/base/account/os_account/services/accountmgr/include/osaccount/
Dios_account_control.h25 virtual ErrCode GetOsAccountInfoById(const int id, OsAccountInfo &osAccountInfo) = 0;
Dos_account_control_file_manager.h38 ErrCode GetOsAccountInfoById(const int id, OsAccountInfo &osAccountInfo) override;
Diinner_os_account_manager.h93 ErrCode GetOsAccountInfoById(const int id, OsAccountInfo &osAccountInfo);
/base/account/os_account/services/accountmgr/src/domain_account/
Dinner_domain_account_manager.cpp430 …ErrCode errCode = IInnerOsAccountManager::GetInstance().GetOsAccountInfoById(userId, osAccountInfo… in CheckUserToken()
/base/account/os_account/services/accountmgr/test/moduletest/os_account/
Dos_account_manager_service_module_test.cpp1077 …EXPECT_EQ(osAccountControlFileManager_->GetOsAccountInfoById(osAccountInfo.GetLocalId(), resOsAcco…
1112 …EXPECT_EQ(osAccountControlFileManager_->GetOsAccountInfoById(osAccountInfo.GetLocalId(), resOsAcco…