Home
last modified time | relevance | path

Searched refs:IsAuthError (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Dsignin_profile_attributes_updater_unittest.cc135 EXPECT_FALSE(entry->IsAuthError()); in TEST_F()
141 EXPECT_TRUE(entry->IsAuthError()); in TEST_F()
146 EXPECT_FALSE(entry->IsAuthError()); in TEST_F()
/dports/devel/git-lfs/git-lfs-3.0.2/lfsapi/
H A Dresponse_test.go35 assert.True(t, errors.IsAuthError(err))
122 assert.True(t, errors.IsAuthError(err))
H A Dauth.go27 if errors.IsAuthError(err) {
69 if errors.IsAuthError(err) {
H A Dauth_test.go221 assert.True(t, errors.IsAuthError(err))
/dports/devel/git-lfs/git-lfs-3.0.2/errors/
H A Dtypes.go42 func IsAuthError(err error) bool { func
49 return IsAuthError(parent)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_attributes_entry.h136 bool IsAuthError() const;
H A Dprofile_metrics.cc203 if (entry->IsAuthError()) in CountProfileInformation()
H A Dprofile_attributes_entry.cc421 bool ProfileAttributesEntry::IsAuthError() const { in IsAuthError() function in ProfileAttributesEntry
H A Dprofile_attributes_storage_unittest.cc342 TEST_BOOL_ACCESSORS(ProfileAttributesEntry, entry, IsAuthError); in TEST_F()
/dports/devel/git-lfs/git-lfs-3.0.2/tq/
H A Dbasic_upload.go228 if errors.IsAuthError(err) && len(req.Header.Get("Authorization")) == 0 {
H A Dbasic_download.go280 if errors.IsAuthError(err) && len(req.Header.Get("Authorization")) == 0 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/assistant/
H A Dassistant_manager_service_impl_unittest.cc85 if (IsAuthError(code)) in GetAuthenticationErrorCodes()
360 ASSERT_FALSE(IsAuthError(code)); in TEST_F()
H A Dassistant_manager_service_impl.cc115 if (IsAuthError(error_code)) in CommunicationErrorTypeFromLibassistantErrorCode()
/dports/devel/git-lfs/git-lfs-3.0.2/commands/
H A Dlockverifier.go64 if errors.IsAuthError(err) {