Searched defs:brillo (Results 1 - 25 of 193) sorted by relevance

12345678

/external/libbrillo/brillo/
H A Dfile_utils.h11 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
33 } // namespace brillo
H A Dtype_name_undecorate_unittest.cc5 #include <brillo/type_name_undecorate.h>
7 #include <brillo/variant_dictionary.h>
10 namespace brillo { namespace
16 EXPECT_STREQ("const char *brillo::GetTypeTag() [T = int]", GetTypeTag<int>());
17 EXPECT_STREQ("const char *brillo::GetTypeTag() [T = std::__1::map<std::__1::"
19 "std::__1::allocator<char> >, brillo::Any, std::__1::less<"
23 "<char>, std::__1::allocator<char> >, brillo::Any> > >]",
25 EXPECT_STREQ("const char *brillo::GetTypeTag() [T = int []]",
32 EXPECT_EQ("char const* brillo::GetTypeTag<unsigned long long>()",
42 "const char *brillo
[all...]
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 Dcryptohome.h11 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
73 } // namespace brillo
H A Dkey_value_store.h17 #include <brillo/brillo_export.h>
19 namespace brillo { namespace
74 } // namespace brillo
H A Dmake_unique_ptr.h10 namespace brillo { namespace
23 } // namespace brillo
H A Dtype_name_undecorate.h11 #include <brillo/brillo_export.h>
24 namespace brillo { namespace
33 // instance of brillo::internal_details::GetTypeTag<T>() will have a different
53 // Use brillo::UndecorateTypeName() to obtain human-readable type from
67 } // namespace brillo
H A Durl_utils.h13 #include <brillo/brillo_export.h>
14 #include <brillo/data_encoding.h>
16 namespace brillo { namespace
83 } // namespace brillo
H A Duserdb_utils.h14 #include <brillo/brillo_export.h>
16 namespace brillo { namespace
30 } // namespace brillo
/external/libbrillo/brillo/message_loops/
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
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
/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 Dmock_stream.h10 #include <brillo/streams/stream.h>
12 namespace brillo { namespace
73 } // namespace brillo
H A Dstream_errors.h8 #include <brillo/brillo_export.h>
10 namespace brillo { namespace
25 } // namespace brillo
/external/libbrillo/brillo/dbus/
H A Ddbus_connection.h12 #include <brillo/brillo_export.h>
14 namespace brillo { namespace
38 } // namespace brillo
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_exported_object_manager.h10 #include <brillo/dbus/async_event_sequencer.h>
11 #include <brillo/dbus/exported_object_manager.h>
15 namespace brillo { namespace
22 brillo::dbus_utils::AsyncEventSequencer::CompletionAction;
40 } // 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_transport.h17 #include <brillo/brillo_export.h>
18 #include <brillo/errors/error.h>
20 namespace brillo { namespace
34 using ErrorCallback = base::Callback<void(RequestID, const brillo::Error*)>;
57 brillo::ErrorPtr* error) = 0;
93 } // namespace brillo
H A Dhttp_utils.h12 #include <brillo/brillo_export.h>
13 #include <brillo/errors/error.h>
14 #include <brillo/http/http_form_data.h>
15 #include <brillo/http/http_request.h>
22 namespace brillo { namespace
41 // SendRequestAndBlock(brillo::http::request_type::kPost,
44 // brillo::mime::text::kPlain,
45 // {{brillo::http::request_header::kAuthorization,
64 brillo::ErrorPtr* error);
73 brillo
[all...]
H A Dmock_connection.h12 #include <brillo/http/http_connection.h>
15 namespace brillo { namespace
32 MOCK_CONST_METHOD1(MockExtractDataStream, Stream*(brillo::ErrorPtr*));
35 bool SetRequestData(StreamPtr stream, brillo::ErrorPtr* error) override {
41 StreamPtr ExtractDataStream(brillo::ErrorPtr* error) override {
49 } // namespace brillo
H A Dmock_curl_api.h10 #include <brillo/http/curl_api.h>
13 namespace brillo { namespace
54 } // namespace brillo
H A Dmock_transport.h12 #include <brillo/http/http_transport.h>
15 namespace brillo { namespace
28 brillo::ErrorPtr*));
42 } // namespace brillo
/external/libbrillo/brillo/minijail/
H A Dminijail.h19 namespace brillo { namespace
116 } // namespace brillo

Completed in 268 milliseconds

12345678