HomeSort by relevance Sort by last modified time
    Searched refs:BRILLO_EXPORT (Results 26 - 50 of 66) sorted by null

12 3

  /external/libbrillo/brillo/daemons/
daemon.h 16 #include <brillo/brillo_export.h>
30 class BRILLO_EXPORT Daemon : public AsynchronousSignalHandlerInterface {
124 BRILLO_EXPORT void UpdateLogSymlinks(const base::FilePath& latest_log_symlink,
130 BRILLO_EXPORT std::string GetTimeAsLogString(const base::Time& time);
dbus_daemon.h 13 #include <brillo/brillo_export.h>
28 class BRILLO_EXPORT DBusDaemon : public Daemon {
52 class BRILLO_EXPORT DBusServiceDaemon : public DBusDaemon {
  /external/libbrillo/brillo/http/
http_transport.h 17 #include <brillo/brillo_export.h>
23 BRILLO_EXPORT extern const char kErrorDomain[];
25 BRILLO_EXPORT extern const char kDirectProxy[]; // direct://
43 class BRILLO_EXPORT Transport : public std::enable_shared_from_this<Transport> {
http_form_data.h 14 #include <brillo/brillo_export.h>
22 BRILLO_EXPORT extern const char kFormData[];
23 BRILLO_EXPORT extern const char kFile[];
33 class BRILLO_EXPORT FormField {
95 class BRILLO_EXPORT TextFormField : public FormField {
117 class BRILLO_EXPORT FileFormField : public FormField {
151 class BRILLO_EXPORT MultiPartFormField : public FormField {
198 class BRILLO_EXPORT FormData final {
http_connection.h 14 #include <brillo/brillo_export.h>
43 class BRILLO_EXPORT Connection
  /external/libbrillo/brillo/
flag_helper.h 62 #include <brillo/brillo_export.h>
89 class BRILLO_EXPORT BoolFlag final : public Flag {
106 class BRILLO_EXPORT Int32Flag final : public Flag {
121 class BRILLO_EXPORT Int64Flag final : public Flag {
136 class BRILLO_EXPORT UInt64Flag final : public Flag {
151 class BRILLO_EXPORT DoubleFlag final : public Flag {
166 class BRILLO_EXPORT StringFlag final : public Flag {
219 class BRILLO_EXPORT FlagHelper final {
value_conversion.h 30 #include <brillo/brillo_export.h>
60 BRILLO_EXPORT bool FromValue(const base::Value& in_value,
62 BRILLO_EXPORT bool FromValue(const base::Value& in_value,
106 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(int value);
107 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(bool value);
108 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(double value);
109 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(const std::string& value);
112 BRILLO_EXPORT std::unique_ptr<base::Value> ToValue(const char* value);
asynchronous_signal_handler.h 18 #include <brillo/brillo_export.h>
25 class BRILLO_EXPORT AsynchronousSignalHandler final :
backoff_entry.h 9 #include <brillo/brillo_export.h>
19 class BRILLO_EXPORT BackoffEntry {
key_value_store.h 17 #include <brillo/brillo_export.h>
21 class BRILLO_EXPORT KeyValueStore {
process_reaper.h 19 class BRILLO_EXPORT ProcessReaper final {
process_information.h 12 #include <brillo/brillo_export.h>
18 class BRILLO_EXPORT ProcessInformation {
process.h 19 #include <brillo/brillo_export.h>
28 class BRILLO_EXPORT Process {
166 class BRILLO_EXPORT ProcessImpl : public Process {
  /external/libbrillo/brillo/strings/
string_utils.h 12 #include <brillo/brillo_export.h>
22 BRILLO_EXPORT std::vector<std::string> Split(const std::string& str,
40 BRILLO_EXPORT std::pair<std::string, std::string> SplitAtFirst(
55 BRILLO_EXPORT bool SplitAtFirst(const std::string& str,
116 BRILLO_EXPORT std::string ToString(double value);
118 BRILLO_EXPORT std::string ToString(bool value);
123 BRILLO_EXPORT std::string GetBytesAsString(const std::vector<uint8_t>& buf);
126 BRILLO_EXPORT std::vector<uint8_t> GetStringAsBytes(const std::string& str);
  /external/libbrillo/install_attributes/
libinstallattributes.h 12 #include <brillo/brillo_export.h>
19 class BRILLO_EXPORT InstallAttributesReader {
  /external/libbrillo/brillo/streams/
memory_containers.h 11 #include <brillo/brillo_export.h>
27 class BRILLO_EXPORT DataContainerInterface {
68 class BRILLO_EXPORT ContiguousBufferBase : public DataContainerInterface {
104 class BRILLO_EXPORT ContiguousReadOnlyBufferBase : public ContiguousBufferBase {
125 class BRILLO_EXPORT ReadOnlyBuffer : public ContiguousReadOnlyBufferBase {
231 class BRILLO_EXPORT ByteBuffer : public VectorPtr<uint8_t> {
241 class BRILLO_EXPORT StringPtr : public ContiguousBufferBase {
259 class BRILLO_EXPORT ReadOnlyStringRef : public ContiguousReadOnlyBufferBase {
274 class BRILLO_EXPORT ReadOnlyStringCopy : public ReadOnlyStringRef {
  /external/libbrillo/brillo/dbus/
data_serialization.h 64 #include <brillo/brillo_export.h>
190 BRILLO_EXPORT void AppendValueToWriter(dbus::MessageWriter* writer,
192 BRILLO_EXPORT bool PopValueFromReader(dbus::MessageReader* reader,
209 BRILLO_EXPORT void AppendValueToWriter(dbus::MessageWriter* writer,
211 BRILLO_EXPORT bool PopValueFromReader(dbus::MessageReader* reader,
226 BRILLO_EXPORT void AppendValueToWriter(dbus::MessageWriter* writer,
228 BRILLO_EXPORT bool PopValueFromReader(dbus::MessageReader* reader,
243 BRILLO_EXPORT void AppendValueToWriter(dbus::MessageWriter* writer,
245 BRILLO_EXPORT bool PopValueFromReader(dbus::MessageReader* reader,
262 BRILLO_EXPORT void AppendValueToWriter(dbus::MessageWriter* writer
    [all...]
dbus_service_watcher.h 14 #include <brillo/brillo_export.h>
30 class BRILLO_EXPORT DBusServiceWatcher {
dbus_signal.h 13 #include <brillo/brillo_export.h>
25 class BRILLO_EXPORT DBusSignalBase {
dbus_method_response.h 11 #include <brillo/brillo_export.h>
28 class BRILLO_EXPORT DBusMethodResponseBase {
exported_property_set.h 16 #include <brillo/brillo_export.h>
56 class BRILLO_EXPORT ExportedPropertyBase {
96 class BRILLO_EXPORT ExportedPropertySet {
async_event_sequencer.h 15 #include <brillo/brillo_export.h>
38 class BRILLO_EXPORT AsyncEventSequencer
  /external/libbrillo/brillo/imageloader/
manifest.h 13 #include <brillo/brillo_export.h>
22 class BRILLO_EXPORT Manifest {
  /external/libbrillo/brillo/glib/
dbus.h 18 #include <brillo/brillo_export.h>
36 class BRILLO_EXPORT BusConnection {
88 class BRILLO_EXPORT Proxy {
170 BRILLO_EXPORT bool RegisterExclusiveService(const BusConnection& connection,
368 BRILLO_EXPORT bool CallPtrArray(const Proxy& proxy,
418 BRILLO_EXPORT bool RetrieveProperties(const Proxy& proxy,
424 BRILLO_EXPORT BusConnection GetSystemBusConnection();
428 BRILLO_EXPORT BusConnection GetPrivateBusConnection(const char* address);
433 BRILLO_EXPORT void CallMethodWithNoArguments(const char* service_name,
443 class BRILLO_EXPORT SignalWatcher
    [all...]
  /external/libbrillo/brillo/message_loops/
message_loop.h 13 #include <brillo/brillo_export.h>
17 class BRILLO_EXPORT MessageLoop {

Completed in 977 milliseconds

12 3