Home
last modified time | relevance | path

Searched refs:GetOsAccountList (Results 1 – 7 of 7) sorted by relevance

/base/account/os_account/services/accountmgr/test/unittest/os_account/
Dos_account_inner_account_mgr_mock.cpp187 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 …]
Dos_account_control_file_manager_test.cpp120 EXPECT_EQ(osAccountControlManager_->GetOsAccountList(osAccountInfos), ERR_OK);
/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
Dmock_os_account_control_file_manager.h33 MOCK_METHOD1(GetOsAccountList, ErrCode(std::vector<OsAccountInfo> &osAccountList));
/base/account/os_account/services/accountmgr/include/osaccount/
Dios_account_control.h24 virtual ErrCode GetOsAccountList(std::vector<OsAccountInfo> &osAccountList) = 0;
Dos_account_control_file_manager.h37 ErrCode GetOsAccountList(std::vector<OsAccountInfo> &osAccountList) override;
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp577 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()
Dos_account_control_file_manager.cpp195 ErrCode OsAccountControlFileManager::GetOsAccountList(std::vector<OsAccountInfo> &osAccountList) in GetOsAccountList() function in OHOS::AccountSA::OsAccountControlFileManager
704 result = GetOsAccountList(osAccountInfos); in GetSerialNumber()