Searched refs:GetOsAccountList (Results 1 – 7 of 7) sorted by relevance
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
D | os_account_inner_account_mgr_mock.cpp | 187 EXPECT_CALL(*ptr, GetOsAccountList(::testing::_)) 364 EXPECT_CALL(*ptr, GetOsAccountList(::testing::_)) 388 EXPECT_CALL(*ptr, GetOsAccountList(::testing::_)) 408 EXPECT_CALL(*ptr, GetOsAccountList(::testing::_)) 561 EXPECT_CALL(*ptr, GetOsAccountList(_)) 874 EXPECT_CALL(*ptr, GetOsAccountList(::testing::_)) 951 EXPECT_CALL(*ptr, GetOsAccountList(_)) 1052 EXPECT_CALL(*ptr, GetOsAccountList(::testing::_)) 1075 EXPECT_CALL(*ptr, GetOsAccountList(_)) 1086 EXPECT_CALL(*ptr, GetOsAccountList(_)) [all …]
|
D | os_account_control_file_manager_test.cpp | 120 EXPECT_EQ(osAccountControlManager_->GetOsAccountList(osAccountInfos), ERR_OK);
|
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/ |
D | mock_os_account_control_file_manager.h | 33 MOCK_METHOD1(GetOsAccountList, ErrCode(std::vector<OsAccountInfo> &osAccountList));
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | ios_account_control.h | 24 virtual ErrCode GetOsAccountList(std::vector<OsAccountInfo> &osAccountList) = 0;
|
D | os_account_control_file_manager.h | 37 ErrCode GetOsAccountList(std::vector<OsAccountInfo> &osAccountList) override;
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | inner_os_account_manager.cpp | 577 ErrCode errCode = osAccountControl_->GetOsAccountList(osAccountInfos); in GetCreatedOsAccountsCount() 768 ErrCode errCode = osAccountControl_->GetOsAccountList(osAccountInfos); in QueryAllCreatedOsAccounts() 846 ErrCode errCode = osAccountControl_->GetOsAccountList(osAccountInfos); in GetOsAccountLocalIdFromDomain() 1237 ErrCode errCode = osAccountControl_->GetOsAccountList(osAccountInfos); in GetOsAccountLocalIdBySerialNumber()
|
D | os_account_control_file_manager.cpp | 195 ErrCode OsAccountControlFileManager::GetOsAccountList(std::vector<OsAccountInfo> &osAccountList) in GetOsAccountList() function in OHOS::AccountSA::OsAccountControlFileManager 704 result = GetOsAccountList(osAccountInfos); in GetSerialNumber()
|