Home
last modified time | relevance | path

Searched refs:GetOsAccountIdList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Dios_account_control.h32 virtual ErrCode GetOsAccountIdList(std::vector<int32_t> &idList) = 0;
H A Dos_account_control_file_manager.h44 ErrCode GetOsAccountIdList(std::vector<int32_t> &idList) override;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
H A Dmock_os_account_control_file_manager.h36 MOCK_METHOD1(GetOsAccountIdList, ErrCode(std::vector<int32_t> &idList));
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp265 (void) osAccountControl_->GetOsAccountIdList(idList); in RetryToGetAccount()
1097 ErrCode errCode = osAccountControl_->GetOsAccountIdList(idList); in RetryToGetAccount()
1327 if (osAccountControl_->GetOsAccountIdList(idList) != ERR_OK) { in RetryToGetAccount()
H A Dos_account_control_file_manager.cpp450 ErrCode OsAccountControlFileManager::GetOsAccountIdList(std::vector<int32_t> &idList) in GetOsAccountIdList() function in OHOS::AccountSA::OsAccountControlFileManager
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp898 EXPECT_CALL(*ptr, GetOsAccountIdList(::testing::_))