Searched defs:Error (Results 1 - 9 of 9) sorted by relevance

/system/connectivity/apmanager/
H A Derror.cc34 Error::Error() : type_(kSuccess) {} function in class:apmanager::Error
36 Error::~Error() {}
38 void Error::Populate(Type type,
41 CHECK(type < kNumErrors) << "Error type out of range: " << type;
47 void Error::Reset() {
53 bool Error::ToDBusError(brillo::ErrorPtr* error) const {
65 brillo::Error::AddTo(error,
74 void Error
[all...]
H A Derror.h27 class Error;
28 using ErrorPtr = std::unique_ptr<Error>;
33 class Error { class in namespace:apmanager
44 Error();
45 ~Error();
62 static void PopulateAndLog(Error* error,
68 // Sets the D-Bus error and returns true if Error represents failure.
79 DISALLOW_COPY_AND_ASSIGN(Error);
/system/connectivity/shill/
H A Derror.cc35 const Error::Info Error::kInfos[kNumErrors] = {
65 Error::Error() { function in class:shill::Error
69 Error::Error(Type type) { function in class:shill::Error
73 Error::Error(Type type, const string& message) { function in class:shill::Error
77 Error::~Error() {}
[all...]
H A Derror.h27 class Error;
31 class Error;
32 using ErrorPtr = std::unique_ptr<Error>;
37 class Error { class in namespace:shill
70 Error(); // Success by default.
71 explicit Error(Type type); // Uses the default message for |type|.
72 Error(Type type, const std::string& message);
73 ~Error();
83 void CopyFrom(const Error& error);
85 // Sets the Chromeos |error| and returns true if Error represent
[all...]
/system/keymaster/
H A Dlogger.cpp65 int Logger::Error(const char* fmt, ...) { function in class:keymaster::Logger
/system/security/keystore/
H A Dauth_token_table.h47 enum Error { enum in class:keymaster::AuthTokenTable
73 Error FindAuthorization(const AuthorizationSet& key_info, keymaster_purpose_t purpose,
86 Error FindAuthorization(const keymaster_key_param_t* params, size_t params_count,
145 Error FindAuthPerOpAuthorization(const std::vector<uint64_t>& sids,
149 Error FindTimedAuthorization(const std::vector<uint64_t>& sids,
/system/connectivity/shill/net/
H A Dsockets.cc89 int Sockets::Error() const { function in class:shill::Sockets
94 return std::string(strerror(Error()));
/system/keymaster/include/keymaster/
H A Dauthorization_set.h127 enum Error { enum in class:keymaster::AuthorizationSet
133 Error is_valid() const { return error_; }
433 void set_invalid(Error err);
464 Error error_;
/system/core/adb/
H A Dfile_sync_client.cpp110 Error("connect failed: %s", error.c_str());
137 Error("failed to poll: %s", strerror(errno));
146 Error("SendRequest failed: path too long: %zu", path_length);
171 Error("SendSmallFile failed: path too long: %zu", path_length);
211 Error("failed to send ID_SEND message '%s': %s", path_and_mode, strerror(errno));
217 Error("cannot stat '%s': %s", lpath, strerror(errno));
226 Error("opening '%s' locally failed: %s", lpath, strerror(errno));
235 Error("reading '%s' locally failed: %s", lpath, strerror(errno));
268 Error("failed to copy '%s' to '%s': couldn't read from device", from, to);
276 Error("faile
349 void Error(const char* fmt, ...) __attribute__((__format__(ADB_FORMAT_ARCHETYPE, 2, 3))) { function in class:SyncConnection
[all...]

Completed in 894 milliseconds