Searched refs:GetOsAccountIdList (Results 1 – 6 of 6) sorted by relevance
32 virtual ErrCode GetOsAccountIdList(std::vector<int32_t> &idList) = 0;
44 ErrCode GetOsAccountIdList(std::vector<int32_t> &idList) override;
36 MOCK_METHOD1(GetOsAccountIdList, ErrCode(std::vector<int32_t> &idList));
265 (void) osAccountControl_->GetOsAccountIdList(idList); in RetryToGetAccount()1097 ErrCode errCode = osAccountControl_->GetOsAccountIdList(idList); in RetryToGetAccount()1327 if (osAccountControl_->GetOsAccountIdList(idList) != ERR_OK) { in RetryToGetAccount()
450 ErrCode OsAccountControlFileManager::GetOsAccountIdList(std::vector<int32_t> &idList) in GetOsAccountIdList() function in OHOS::AccountSA::OsAccountControlFileManager
898 EXPECT_CALL(*ptr, GetOsAccountIdList(::testing::_))