Searched refs:brillo (Results 1 - 25 of 218) sorted by relevance

123456789

/external/libbrillo/brillo/streams/
H A Dopenssl_stream_bio.h8 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
17 // Creates a new BIO that uses the brillo::Stream as the back-end storage.
23 BRILLO_EXPORT BIO* BIO_new_stream(brillo::Stream* stream);
25 } // namespace brillo
H A Dstream_errors.cc5 #include <brillo/streams/stream_errors.h>
7 namespace brillo { namespace
21 } // namespace brillo
H A Dstream_errors.h8 #include <brillo/brillo_export.h>
10 namespace brillo { namespace
25 } // namespace brillo
H A Dopenssl_stream_bio.cc5 #include <brillo/streams/openssl_stream_bio.h>
10 #include <brillo/streams/stream.h>
12 namespace brillo { namespace
16 // Internal functions for implementing OpenSSL BIO on brillo::Stream.
18 brillo::Stream* stream = static_cast<brillo::Stream*>(bio->ptr);
33 brillo::Stream* stream = static_cast<brillo::Stream*>(bio->ptr);
52 brillo::Stream* stream = static_cast<brillo
[all...]
/external/libbrillo/brillo/
H A Dvariant_dictionary_unittest.cc7 #include <brillo/any.h>
8 #include <brillo/variant_dictionary.h>
11 using brillo::VariantDictionary;
12 using brillo::GetVariantValueOrDefault;
H A Dvariant_dictionary.h11 #include <brillo/any.h>
12 #include <brillo/brillo_export.h>
14 namespace brillo { namespace
16 using VariantDictionary = std::map<std::string, brillo::Any>;
31 } // namespace brillo
H A Dasynchronous_signal_handler_interface.h11 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
40 } // namespace brillo
H A Dbinder_watcher.h21 #include <brillo/message_loops/message_loop.h>
23 namespace brillo { namespace
25 // Bridge between libbinder and brillo::MessageLoop. Construct at startup to
45 } // namespace brillo
H A Dfile_utils.h11 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
33 } // namespace brillo
H A Dosrelease_reader.h14 #include <brillo/brillo_export.h>
15 #include <brillo/key_value_store.h>
18 namespace brillo { namespace
52 } // namespace brillo
H A Dtest_helpers.h17 #include "brillo/syslog_logging.h"
27 ::brillo::InitLog(log_to_stderr ? brillo::kLogToStderr : 0);
28 ::brillo::LogToString(true);
H A Dasynchronous_signal_handler.h17 #include <brillo/asynchronous_signal_handler_interface.h>
18 #include <brillo/brillo_export.h>
19 #include <brillo/message_loops/message_loop.h>
21 namespace brillo { namespace
72 } // namespace brillo
/external/libbrillo/brillo/http/
H A Dhttp_transport.cc5 #include <brillo/http/http_transport.h>
7 #include <brillo/http/http_transport_curl.h>
9 namespace brillo { namespace
19 } // namespace brillo
H A Dhttp_connection.h14 #include <brillo/brillo_export.h>
15 #include <brillo/errors/error.h>
16 #include <brillo/http/http_transport.h>
17 #include <brillo/streams/stream.h>
19 namespace brillo { namespace
57 brillo::ErrorPtr* error) = 0;
59 virtual bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) = 0;
67 virtual bool FinishRequest(brillo::ErrorPtr* error) = 0;
93 virtual StreamPtr ExtractDataStream(brillo::ErrorPtr* error) = 0;
106 } // namespace brillo
[all...]
H A Dhttp_connection_fake.h13 #include <brillo/http/http_connection.h>
14 #include <brillo/http/http_transport_fake.h>
16 namespace brillo { namespace
30 bool SendHeaders(const HeaderList& headers, brillo::ErrorPtr* error) override;
31 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override;
33 bool FinishRequest(brillo::ErrorPtr* error) override;
41 StreamPtr ExtractDataStream(brillo::ErrorPtr* error) override;
60 } // namespace brillo
/external/libbrillo/brillo/message_loops/
H A Dbase_message_loop_unittest.cc5 #include <brillo/message_loops/base_message_loop.h>
9 #include <brillo/message_loops/message_loop.h>
11 namespace brillo { namespace
24 } // namespace brillo
H A Dmessage_loop_utils.h11 #include <brillo/brillo_export.h>
12 #include <brillo/message_loops/message_loop.h>
14 namespace brillo { namespace
28 } // namespace brillo
/external/libbrillo/brillo/errors/
H A Derror_codes_unittest.cc5 #include <brillo/errors/error_codes.h>
9 using brillo::errors::system::AddSystemError;
12 brillo::ErrorPtr error;
15 EXPECT_EQ(brillo::errors::system::kDomain, error->GetDomain());
21 EXPECT_EQ(brillo::errors::system::kDomain, error->GetDomain());
28 brillo::ErrorPtr error;
30 EXPECT_EQ(brillo::errors::system::kDomain, error->GetDomain());
H A Derror_codes.h10 #include <brillo/brillo_export.h>
11 #include <brillo/errors/error.h>
13 namespace brillo { namespace
41 } // namespace brillo
/external/libbrillo/brillo/dbus/
H A Ddbus_signal.cc5 #include <brillo/dbus/dbus_signal.h>
7 #include <brillo/dbus/dbus_object.h>
9 namespace brillo { namespace
28 } // namespace brillo
H A Dexported_property_set.h15 #include <brillo/any.h>
16 #include <brillo/brillo_export.h>
17 #include <brillo/dbus/dbus_signal.h>
18 #include <brillo/errors/error.h>
19 #include <brillo/errors/error_codes.h>
20 #include <brillo/variant_dictionary.h>
24 namespace brillo { namespace
75 virtual brillo::Any GetValue() const = 0;
77 virtual bool SetValue(brillo::ErrorPtr* error,
78 const brillo
[all...]
H A Dutils.h11 #include <brillo/brillo_export.h>
12 #include <brillo/errors/error.h>
17 namespace brillo { namespace
26 // Create a D-Bus error response object from brillo::Error. If the last
33 const brillo::Error* error);
37 BRILLO_EXPORT void AddDBusError(brillo::ErrorPtr* error,
42 } // namespace brillo
H A Dmock_dbus_object.h10 #include <brillo/dbus/async_event_sequencer.h>
11 #include <brillo/dbus/dbus_object.h>
14 namespace brillo { namespace
30 } // namespace brillo
/external/libbrillo/brillo/glib/
H A Dabstract_dbus_service.h8 #include <brillo/brillo_export.h>
9 #include <brillo/glib/dbus.h>
11 namespace brillo { namespace
28 virtual bool Register(const brillo::dbus::BusConnection& conn);
48 } // namespace brillo
H A Dabstract_dbus_service.cc7 #include "brillo/glib/abstract_dbus_service.h"
9 namespace brillo { namespace
12 bool AbstractDbusService::Register(const brillo::dbus::BusConnection& conn) {
36 } // namespace brillo

Completed in 376 milliseconds

123456789