Searched defs:failure (Results 1 - 25 of 157) sorted by path

1234567

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_act.c132 ** Description pairing failure to peer device if needed.
137 p_cb->failure = *(UINT8 *)p_data;
139 SMP_TRACE_DEBUG ("smp_send_pair_fail status=%d failure=%d ",p_cb->status, p_cb->failure);
368 ** Description process pairing failure from peer device
589 reason = p_cb->failure = SMP_CONFIRM_VALUE_ERR;
779 UINT8 failure = SMP_UNKNOWN_IO_CAP; local
846 failure = SMP_PAIR_AUTH_FAIL;
847 p = (tSMP_INT_DATA *)&failure;
867 p = (tSMP_INT_DATA *)&failure;
[all...]
H A Dsmp_api.c230 UINT8 failure = SMP_PASSKEY_ENTRY_FAIL; local
259 /* send pairing failure */
260 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
286 UINT8 failure = SMP_OOB_FAIL; local
299 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
H A Dsmp_int.h167 UINT8 failure; member in struct:__anon1720
H A Dsmp_keys.c889 UINT8 failure = SMP_PAIR_FAIL_UNKNOWN; local
934 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
H A Dsmp_utils.c71 smp_build_pairing_fail, /* 0x05: pairing failure */
115 UINT8 failure = SMP_PAIR_INTERNAL_ERR; local
135 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
154 UINT8 failure = SMP_RSP_TIMEOUT; local
165 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &failure);
419 UINT8_TO_STREAM (p, p_cb->failure);
628 ** Description send pairing failure to an unexpected pairing request during
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc229 void ExpectLoginFailure(const AuthFailure& failure) { argument
230 EXPECT_CALL(consumer_, OnAuthFailure(failure))
442 AuthFailure failure = AuthFailure(AuthFailure::OWNER_REQUIRED); local
443 ExpectLoginFailure(failure);
H A Dlogin_performer.cc69 void LoginPerformer::OnAuthFailure(const AuthFailure& failure) { argument
72 failure.reason(),
75 DVLOG(1) << "failure.reason " << failure.reason();
76 DVLOG(1) << "failure.error.state " << failure.error().state();
78 last_login_failure_ = failure;
80 delegate_->OnAuthFailure(failure);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc793 void ExistingUserController::OnAuthFailure(const AuthFailure& failure) { argument
798 std::string error = failure.GetErrorString();
806 ->HandleLoginFailure(failure)) {
811 if (failure.reason() == AuthFailure::OWNER_REQUIRED) {
819 } else if (failure.reason() == AuthFailure::TPM_ERROR) {
835 if (failure.reason() == AuthFailure::NETWORK_AUTH_FAILED &&
836 failure.error().state() ==
857 auth_status_consumer_->OnAuthFailure(failure);
891 // In case of failure it'll bring up ScreenLock and ask for
1034 // Policy load failure stop
[all...]
H A Duser_flow.cc47 bool DefaultUserFlow::HandleLoginFailure(const AuthFailure& failure) { argument
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_flow.cc80 const AuthFailure& failure) {
81 if (failure.reason() == AuthFailure::COULD_NOT_MOUNT_CRYPTOHOME)
79 HandleLoginFailure( const AuthFailure& failure) argument
H A Dsupervised_user_login_flow.cc54 bool SupervisedUserLoginFlow::HandleLoginFailure(const AuthFailure& failure) { argument
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dgaia_web_auth_flow.cc133 void GaiaWebAuthFlow::OnAuthFlowFailure(WebAuthFlow::Failure failure) { argument
136 switch (failure) {
145 NOTREACHED() << "Unexpected error from web auth flow: " << failure;
H A Didentity_api.cc632 GaiaWebAuthFlow::Failure failure,
638 switch (failure) {
661 NOTREACHED() << "Unexpected error from gaia web auth flow: " << failure;
924 WebAuthFlow::Failure failure) {
925 switch (failure) {
936 NOTREACHED() << "Unexpected error from web auth flow: " << failure;
631 OnGaiaFlowFailure( GaiaWebAuthFlow::Failure failure, GoogleServiceAuthError service_error, const std::string& oauth_error) argument
923 OnAuthFlowFailure( WebAuthFlow::Failure failure) argument
H A Didentity_apitest.cc302 void set_scope_ui_failure(GaiaWebAuthFlow::Failure failure) { argument
304 scope_ui_failure_ = failure;
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js117 failure: function() {
133 loop.failure();
142 loop.failure();
900 * @param {function(e):void} failure Failure callback. Called when there is an
908 failure) {
915 failure();
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.cc95 base::Closure failure = failure_task; local
99 if (!failure.is_null())
100 connect_failure_tasks_.push_back(failure);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc209 // The first parameter is 0 on success or errno on failure. The second
213 // The first parameter is 0 on success or errno on failure. The second
231 // Reads file at |path|. |saved_errno| is 0 on success or errno on failure.
237 // failure. When success, |bytes_written| has number of bytes written.
1139 const net::NSSCertDatabase::ImportCertFailure& failure = not_imported[i]; local
1141 dict->SetString(kNameId, failure.certificate->subject().GetDisplayName());
1142 dict->SetString(kErrorId, NetErrorToString(failure.net_error));
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dutilities.js175 var failure = {success: false, messages: [message]};
177 failure.messages.push(this.getDescription_('expected: ', expected));
178 failure.messages.push(this.getDescription_('actual: ', actual));
180 test.steps.push(failure);
/external/chromium_org/chromeos/login/auth/
H A Dmock_authenticator.cc90 void MockAuthenticator::OnAuthFailure(const AuthFailure& failure) { argument
91 consumer_->OnAuthFailure(failure);
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager.cc292 void PasswordManager::RecordFailure(ProvisionalSaveFailure failure, argument
296 "PasswordManager.ProvisionalSaveFailure", failure, MAX_FAILURE_VALUE);
303 failure,
308 switch (failure) {
/external/chromium_org/components/url_matcher/
H A Dsubstring_set_matcher.cc121 current_node = tree_[current_node].failure();
214 uint32 failure = current_node.failure(); local
215 uint32 edge_from_failure = tree_[failure].GetEdge(edge_label);
217 failure != 0) {
218 failure = tree_[failure].failure();
219 edge_from_failure = tree_[failure].GetEdge(edge_label);
H A Dsubstring_set_matcher.h71 // The Aho Corasick algorithm improves this runtime by using failure edges.
75 // text[i + k] at depth k + 1, we follow a failure edge. This edge
99 uint32 failure() const { return failure_; } function in class:url_matcher::SubstringSetMatcher::AhoCorasickNode
100 void set_failure(uint32 failure) { failure_ = failure; } argument
110 // Node index that failure edge leads to.
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_decode_accelerator.cc21 content::VaapiH264Decoder::VAVDAH264DecoderFailure failure) {
24 failure,
20 ReportToUMA( content::VaapiH264Decoder::VAVDAH264DecoderFailure failure) argument
H A Dvaapi_video_encode_accelerator.cc84 static void ReportToUMA(VAVEAEncoderFailure failure) { argument
87 failure,
/external/chromium_org/mojo/public/c/system/tests/
H A Dcore_unittest.cc291 const char* failure = MinimalCTest(); local
292 EXPECT_TRUE(failure == NULL) << failure;

Completed in 2564 milliseconds

1234567