HomeSort by relevance Sort by last modified time
    Searched defs:brillo (Results 101 - 125 of 208) sorted by null

1 2 3 45 6 7 8 9

  /external/libbrillo/brillo/
data_encoding_unittest.cc 5 #include <brillo/data_encoding.h>
12 namespace brillo { namespace
56 brillo::Blob data3(256);
84 brillo::Blob data3(256);
119 brillo::Blob decoded3(256);
129 brillo::Blob decoded_blob;
137 EXPECT_EQ((brillo::Blob{0xFF}), decoded_blob);
140 EXPECT_EQ((brillo::Blob{0xFF, 0xFF}), decoded_blob);
147 } // namespace brillo
file_utils.cc 5 #include "brillo/file_utils.h"
16 namespace brillo { namespace
165 } // namespace brillo
file_utils_unittest.cc 5 #include "brillo/file_utils.h"
16 namespace brillo { namespace
135 } // namespace brillo
map_utils.h 13 namespace brillo { namespace
69 } // namespace brillo
process_information.h 12 #include <brillo/brillo_export.h>
14 namespace brillo { namespace
63 } // namespace brillo
process_reaper.cc 5 #include "brillo/process_reaper.h"
13 #include <brillo/asynchronous_signal_handler.h>
14 #include <brillo/daemons/daemon.h>
15 #include <brillo/location_logging.h>
17 namespace brillo { namespace
91 } // namespace brillo
process_reaper_unittest.cc 5 #include <brillo/process_reaper.h>
14 #include <brillo/asynchronous_signal_handler.h>
15 #include <brillo/bind_lambda.h>
16 #include <brillo/message_loops/base_message_loop.h>
44 namespace brillo { namespace
56 brillo::BaseMessageLoop brillo_loop_{&base_loop_};
57 brillo::AsynchronousSignalHandler async_signal_handler_;
141 } // namespace brillo
  /external/libbrillo/brillo/dbus/
async_event_sequencer_unittest.cc 5 #include <brillo/dbus/async_event_sequencer.h>
11 namespace brillo { namespace
96 } // namespace brillo
data_serialization.cc 5 #include <brillo/dbus/data_serialization.h>
8 #include <brillo/any.h>
9 #include <brillo/variant_dictionary.h>
11 namespace brillo { namespace
70 const brillo::Any& value) {
159 brillo::Any* value) {
170 brillo::Any* value) {
176 bool PopTypedMapFromReader(dbus::MessageReader* reader, brillo::Any* value) {
184 brillo::Any* value) {
209 return PopTypedArrayFromReader<brillo::Any>(reader, value)
    [all...]
dbus_method_response.cc 5 #include <brillo/dbus/dbus_method_response.h>
7 #include <brillo/dbus/utils.h>
9 namespace brillo { namespace
24 void DBusMethodResponseBase::ReplyWithError(const brillo::Error* error) {
66 } // namespace brillo
dbus_object_internal_impl.h 36 #include <brillo/dbus/data_serialization.h>
37 #include <brillo/dbus/dbus_method_response.h>
38 #include <brillo/dbus/dbus_param_reader.h>
39 #include <brillo/dbus/dbus_param_writer.h>
40 #include <brillo/dbus/utils.h>
41 #include <brillo/errors/error.h>
44 namespace brillo { namespace
361 } // namespace brillo
dbus_object_test_helpers.h 17 #include <brillo/dbus/dbus_method_invoker.h>
18 #include <brillo/dbus/dbus_object.h>
20 namespace brillo { namespace
141 } // namespace brillo
dbus_property.h 8 #include <brillo/dbus/data_serialization.h>
11 namespace brillo { namespace
92 } // namespace brillo
dbus_signal_handler_unittest.cc 5 #include <brillo/dbus/dbus_signal_handler.h>
9 #include <brillo/bind_lambda.h>
10 #include <brillo/dbus/dbus_param_writer.h>
21 namespace brillo { namespace
55 brillo::dbus_utils::ConnectToSignal(
76 brillo::dbus_utils::ConnectToSignal(
145 } // namespace brillo
exported_object_manager.cc 5 #include <brillo/dbus/exported_object_manager.h>
9 #include <brillo/dbus/async_event_sequencer.h>
12 using brillo::dbus_utils::AsyncEventSequencer;
14 namespace brillo { namespace
105 } // namespace brillo
utils.cc 5 #include <brillo/dbus/utils.h>
12 #include <brillo/errors/error_codes.h>
13 #include <brillo/strings/string_utils.h>
15 namespace brillo { namespace
28 const brillo::Error* error) {
54 void AddDBusError(brillo::ErrorPtr* error,
95 } // namespace brillo
  /external/libbrillo/brillo/errors/
error.h 13 #include <brillo/brillo_export.h>
15 namespace brillo { namespace
127 } // namespace brillo
  /external/libbrillo/brillo/http/
http_connection_curl.h 13 #include <brillo/brillo_export.h>
14 #include <brillo/http/http_connection.h>
15 #include <brillo/http/http_transport_curl.h>
18 namespace brillo { namespace
33 bool SendHeaders(const HeaderList& headers, brillo::ErrorPtr* error) override;
34 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override;
36 bool FinishRequest(brillo::ErrorPtr* error) override;
45 StreamPtr ExtractDataStream(brillo::ErrorPtr* error) override;
101 } // namespace brillo
http_request_unittest.cc 5 #include <brillo/http/http_request.h>
10 #include <brillo/bind_lambda.h>
11 #include <brillo/http/mock_connection.h>
12 #include <brillo/http/mock_transport.h>
13 #include <brillo/mime_utils.h>
14 #include <brillo/streams/mock_stream.h>
26 namespace brillo { namespace
202 } // namespace brillo
http_transport_curl.h 13 #include <brillo/brillo_export.h>
14 #include <brillo/http/curl_api.h>
15 #include <brillo/http/http_transport.h>
17 namespace brillo { namespace
49 brillo::ErrorPtr* error) override;
63 // into brillo::Error object.
64 static void AddEasyCurlError(brillo::ErrorPtr* error,
69 static void AddMultiCurlError(brillo::ErrorPtr* error,
80 bool SetupAsyncCurl(brillo::ErrorPtr* error);
138 } // namespace brillo
    [all...]
  /external/libbrillo/brillo/message_loops/
fake_message_loop.cc 5 #include <brillo/message_loops/fake_message_loop.h>
8 #include <brillo/location_logging.h>
10 namespace brillo { namespace
141 } // namespace brillo
fake_message_loop.h 19 #include <brillo/brillo_export.h>
20 #include <brillo/message_loops/message_loop.h>
22 namespace brillo { namespace
97 } // namespace brillo
glib_message_loop.h 15 #include <brillo/brillo_export.h>
16 #include <brillo/message_loops/message_loop.h>
18 namespace brillo { namespace
81 } // namespace brillo
message_loop.cc 5 #include <brillo/message_loops/message_loop.h>
11 namespace brillo { namespace
63 } // namespace brillo
message_loop.h 13 #include <brillo/brillo_export.h>
15 namespace brillo { namespace
133 } // namespace brillo

Completed in 600 milliseconds

1 2 3 45 6 7 8 9