HomeSort by relevance Sort by last modified time
    Searched defs:brillo (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libbrillo/brillo/
file_utils.h 11 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
33 } // namespace brillo
type_name_undecorate_unittest.cc 5 #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::GetTypeTag() [T = int]"))
    [all...]
asynchronous_signal_handler_interface.h 11 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
40 } // namespace brillo
binder_watcher.h 21 #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
cryptohome.h 11 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
73 } // namespace brillo
key_value_store.h 17 #include <brillo/brillo_export.h>
19 namespace brillo { namespace
74 } // namespace brillo
make_unique_ptr.h 10 namespace brillo { namespace
23 } // namespace brillo
pointer_utils.h 11 namespace brillo { namespace
22 } // namespace brillo
secure_blob.h 11 #include <brillo/brillo_export.h>
13 namespace brillo { namespace
56 } // namespace brillo
type_name_undecorate.cc 5 #include <brillo/type_name_undecorate.h>
15 namespace brillo { namespace
41 // const char *brillo::GetTypeTag() [T = int]
68 } // namespace brillo
  /external/libbrillo/brillo/message_loops/
message_loop_utils.h 11 #include <brillo/brillo_export.h>
12 #include <brillo/message_loops/message_loop.h>
14 namespace brillo { namespace
28 } // namespace brillo
base_message_loop_unittest.cc 5 #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/
openssl_stream_bio.h 8 #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
mock_stream.h 10 #include <brillo/streams/stream.h>
12 namespace brillo { namespace
73 } // namespace brillo
stream_errors.h 8 #include <brillo/brillo_export.h>
10 namespace brillo { namespace
25 } // namespace brillo
  /external/libbrillo/brillo/dbus/
dbus_connection.h 12 #include <brillo/brillo_export.h>
14 namespace brillo { namespace
38 } // namespace brillo
dbus_signal.cc 5 #include <brillo/dbus/dbus_signal.h>
7 #include <brillo/dbus/dbus_object.h>
9 namespace brillo { namespace
28 } // namespace brillo
utils.h 11 #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
  /external/libbrillo/brillo/http/
http_transport.cc 5 #include <brillo/http/http_transport.h>
7 #include <brillo/http/http_transport_curl.h>
9 namespace brillo { namespace
19 } // namespace brillo
http_transport.h 17 #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
http_utils.h 12 #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::ErrorPtr* error)
    [all...]
mock_connection.h 12 #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
mock_curl_api.h 10 #include <brillo/http/curl_api.h>
13 namespace brillo { namespace
57 } // namespace brillo
mock_transport.h 12 #include <brillo/http/http_transport.h>
15 namespace brillo { namespace
28 brillo::ErrorPtr*));
42 } // namespace brillo
  /external/libbrillo/brillo/minijail/
minijail.h 19 namespace brillo { namespace
116 } // namespace brillo

Completed in 199 milliseconds

1 2 3 4 5 6 7 8 9