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

1 2 3 4 56 7 8 9

  /external/libbrillo/brillo/
secure_blob.cc 9 #include "brillo/secure_blob.h"
11 namespace brillo { namespace
75 } // namespace brillo
secure_blob_unittest.cc 7 #include "brillo/secure_blob.h"
16 namespace brillo { namespace
24 static bool FindBlobInBlob(const brillo::Blob& haystack,
25 const brillo::Blob& needle) {
31 static int FindBlobIndexInBlob(const brillo::Blob& haystack,
32 const brillo::Blob& needle) {
68 brillo::Blob from_blob(32);
120 } // namespace brillo
value_conversion_unittest.cc 15 #include <brillo/value_conversion.h>
26 namespace brillo { namespace
266 } // namespace brillo
any.h 6 // The brillo::Any class can hold any C++ type, but both the setter and
13 // brillo::Any is a value type. Which means, the data is copied into it
26 #include <brillo/any_internal_impl.h>
30 #include <brillo/brillo_export.h>
31 #include <brillo/type_name_undecorate.h>
37 namespace brillo { namespace
120 << "Requesting value of type '" << brillo::GetUndecoratedTypeName<T>()
203 } // namespace brillo
207 // Specialize std::swap() algorithm for brillo::Any class.
208 inline void swap(brillo::Any& lhs, brillo::Any& rhs)
    [all...]
key_value_store_unittest.cc 5 #include <brillo/key_value_store.h>
15 #include <brillo/map_utils.h>
24 namespace brillo { namespace
192 } // namespace brillo
osrelease_reader_unittest.cc 5 #include <brillo/osrelease_reader.h>
13 namespace brillo { namespace
95 } // namespace brillo
  /external/libbrillo/brillo/streams/
file_stream.h 10 #include <brillo/brillo_export.h>
11 #include <brillo/streams/stream.h>
13 namespace brillo { namespace
15 // FileStream class provides the implementation of brillo::Stream for files
173 } // namespace brillo
input_stream_set_unittest.cc 5 #include <brillo/streams/input_stream_set.h>
7 #include <brillo/errors/error_codes.h>
8 #include <brillo/streams/mock_stream.h>
9 #include <brillo/streams/stream_errors.h>
21 namespace brillo { namespace
170 } // namespace brillo
openssl_stream_bio.cc 5 #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::Stream*>(bio->ptr)
    [all...]
fake_stream.h 15 #include <brillo/secure_blob.h>
16 #include <brillo/streams/stream.h>
18 namespace brillo { namespace
46 void AddReadPacketData(base::TimeDelta delay, brillo::Blob data);
66 void ExpectWritePacketData(base::TimeDelta delay, brillo::Blob data);
79 const brillo::Blob& GetFlushedOutputData() const;
82 // Overrides from brillo::Stream.
119 brillo::Blob data; // Data to be read.
127 brillo::Blob data; // Possible data to verify the output with.
153 brillo::Blob input_buffer_
    [all...]
memory_containers.cc 5 #include <brillo/streams/memory_containers.h>
8 #include <brillo/streams/stream_errors.h>
10 namespace brillo { namespace
132 } // namespace brillo
memory_containers_unittest.cc 5 #include <brillo/streams/memory_containers.h>
10 #include <brillo/streams/mock_stream.h>
11 #include <brillo/streams/stream_errors.h>
22 namespace brillo { namespace
213 } // namespace brillo
stream_unittest.cc 5 #include <brillo/streams/stream.h>
13 #include <brillo/bind_lambda.h>
14 #include <brillo/message_loops/fake_message_loop.h>
15 #include <brillo/streams/stream_errors.h>
24 namespace brillo { namespace
481 } // namespace brillo
stream_utils_unittest.cc 5 #include <brillo/streams/stream_utils.h>
10 #include <brillo/message_loops/fake_message_loop.h>
11 #include <brillo/message_loops/message_loop.h>
12 #include <brillo/streams/mock_stream.h>
13 #include <brillo/streams/stream_errors.h>
26 brillo::MessageLoop::current()->PostTask(
34 brillo::MessageLoop::current()->PostTask(FROM_HERE, std::get<k>(args));
41 brillo::ErrorPtr error;
42 brillo::Error::AddTo(&error, FROM_HERE, "test", code, "message");
43 brillo::MessageLoop::current()->PostTask
48 namespace brillo { namespace
    [all...]
  /external/libbrillo/brillo/strings/
string_utils.cc 5 #include <brillo/strings/string_utils.h>
14 namespace brillo { namespace
89 } // namespace brillo
  /system/core/metricsd/include/metrics/
metrics_library.h 31 namespace brillo { namespace in namespace:android
35 } // namespace brillo
169 android::sp<android::brillo::metrics::IMetricsd> metricsd_proxy_;
  /system/media/brillo/audio/audioservice/test/
audio_device_handler_test.cpp 33 using brillo::AudioDeviceHandlerMock;
37 namespace brillo { namespace
353 } // namespace brillo
  /system/weaved/buffet/
webserv_client.h 29 namespace brillo { namespace
48 brillo::dbus_utils::AsyncEventSequencer* sequencer,
  /system/webservd/webservd/
dbus_protocol_handler.h 27 #include <brillo/dbus/dbus_object.h>
33 namespace brillo { namespace
37 } // brillo
50 brillo::dbus_utils::ExportedObjectManager* object_manager,
57 const brillo::dbus_utils::AsyncEventSequencer::CompletionAction& cb);
60 brillo::dbus_utils::ExportedObjectManager* GetObjectManager() const;
64 brillo::ErrorPtr* error,
71 bool RemoveRequestHandler(brillo::ErrorPtr* error,
74 bool GetRequestFileData(brillo::ErrorPtr* error,
80 brillo::ErrorPtr* error
    [all...]
  /external/libbrillo/brillo/dbus/
exported_object_manager_unittest.cc 5 #include <brillo/dbus/exported_object_manager.h>
8 #include <brillo/dbus/dbus_object_test_helpers.h>
9 #include <brillo/dbus/utils.h>
22 namespace brillo { namespace
128 return brillo::dbus_utils::testing::CallMethod(om_->dbus_object_,
194 } // namespace brillo
exported_property_set.h 15 #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::Any& value) = 0
    [all...]
  /external/libbrillo/brillo/errors/
error_codes.cc 5 #include <brillo/errors/error_codes.h>
9 namespace brillo { namespace
225 } // namespace brillo
  /external/libbrillo/brillo/http/
http_form_data_unittest.cc 5 #include <brillo/http/http_form_data.h>
11 #include <brillo/mime_utils.h>
12 #include <brillo/streams/file_stream.h>
13 #include <brillo/streams/input_stream_set.h>
16 namespace brillo { namespace
202 } // namespace brillo
http_transport_curl_unittest.cc 5 #include <brillo/http/http_transport_curl.h>
10 #include <brillo/bind_lambda.h>
11 #include <brillo/http/http_connection_curl.h>
12 #include <brillo/http/http_request.h>
13 #include <brillo/http/mock_curl_api.h>
25 namespace brillo { namespace
306 } // namespace brillo
  /system/connectivity/apmanager/
error.h 26 namespace brillo { namespace
29 } // namespace brillo
70 bool ToDBusError(brillo::ErrorPtr* error) const;

Completed in 682 milliseconds

1 2 3 4 56 7 8 9