Home
last modified time | relevance | path

Searched refs:AuthError (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/cast/receiver/channel/
Ddevice_auth_namespace_handler.cc21 using ::cast::channel::AuthError;
33 CastMessage GenerateErrorMessage(AuthError::ErrorType error_type) { in GenerateErrorMessage()
35 AuthError* error = message.mutable_error(); in GenerateErrorMessage()
95 AuthError::SIGNATURE_ALGORITHM_UNAVAILABLE)); in OnMessage()
108 router->Send(virtual_conn, GenerateErrorMessage(AuthError::INTERNAL_ERROR)); in OnMessage()
138 router->Send(virtual_conn, GenerateErrorMessage(AuthError::INTERNAL_ERROR)); in OnMessage()
/external/autotest/cli/
Drpc.py18 class AuthError(Exception): class
41 except rpc_client_lib.AuthError as s:
42 raise AuthError(s)
Dtopic_common.py637 except rpc.AuthError as s:
/external/autotest/frontend/afe/
Drpc_client_lib.py13 class AuthError(Exception): class
/external/openscreen/cast/common/channel/proto/
Dcast_channel.proto107 message AuthError { message
121 optional AuthError error = 3;