OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHROME_DBUS_EXPORT
(Results
1 - 15
of
15
) sorted by null
/external/libchrome/dbus/
string_util.h
15
CHROME_DBUS_EXPORT
bool IsValidObjectPath(const std::string& value);
dbus_export.h
8
// Defines
CHROME_DBUS_EXPORT
so that functionality implemented by the dbus
20
#define
CHROME_DBUS_EXPORT
__attribute__((visibility("default")))
22
#define
CHROME_DBUS_EXPORT
27
#define
CHROME_DBUS_EXPORT
property.h
137
class
CHROME_DBUS_EXPORT
PropertyBase {
211
class
CHROME_DBUS_EXPORT
PropertySet {
378
class
CHROME_DBUS_EXPORT
Property : public PropertyBase {
462
CHROME_DBUS_EXPORT
Property<uint8_t>::Property();
464
CHROME_DBUS_EXPORT
bool Property<uint8_t>::PopValueFromReader(
467
CHROME_DBUS_EXPORT
void Property<uint8_t>::AppendSetValueToWriter(
469
extern template class
CHROME_DBUS_EXPORT
Property<uint8_t>;
472
CHROME_DBUS_EXPORT
Property<bool>::Property();
474
CHROME_DBUS_EXPORT
bool Property<bool>::PopValueFromReader(
477
CHROME_DBUS_EXPORT
void Property<bool>::AppendSetValueToWriter
[
all
...]
values_util.h
25
CHROME_DBUS_EXPORT
base::Value* PopDataAsValue(MessageReader* reader);
31
CHROME_DBUS_EXPORT
void AppendBasicTypeValueData(MessageWriter* writer,
38
CHROME_DBUS_EXPORT
void AppendBasicTypeValueDataAsVariant(
47
CHROME_DBUS_EXPORT
void AppendValueData(MessageWriter* writer,
55
CHROME_DBUS_EXPORT
void AppendValueDataAsVariant(MessageWriter* writer,
dbus_statistics.h
36
CHROME_DBUS_EXPORT
void Initialize();
37
CHROME_DBUS_EXPORT
void Shutdown();
41
CHROME_DBUS_EXPORT
void AddSentMethodCall(const std::string& service,
44
CHROME_DBUS_EXPORT
void AddReceivedSignal(const std::string& service,
49
CHROME_DBUS_EXPORT
void AddBlockingSentMethodCall(const std::string& service,
61
CHROME_DBUS_EXPORT
std::string GetAsString(ShowInString show,
68
CHROME_DBUS_EXPORT
bool GetCalls(const std::string& service,
object_path.h
19
class
CHROME_DBUS_EXPORT
ObjectPath {
51
CHROME_DBUS_EXPORT
void PrintTo(const ObjectPath& path, std::ostream* out);
file_descriptor.h
35
class
CHROME_DBUS_EXPORT
FileDescriptor {
42
void
CHROME_DBUS_EXPORT
operator()(FileDescriptor* fd);
scoped_dbus_error.h
15
class
CHROME_DBUS_EXPORT
ScopedDBusError {
util.h
22
CHROME_DBUS_EXPORT
std::string GetAbsoluteMemberName(
message.h
42
CHROME_DBUS_EXPORT
bool IsDBusTypeUnixFdSupported();
51
class
CHROME_DBUS_EXPORT
Message {
144
class
CHROME_DBUS_EXPORT
MethodCall : public Message {
173
class
CHROME_DBUS_EXPORT
Signal : public Message {
203
class
CHROME_DBUS_EXPORT
Response : public Message {
228
class
CHROME_DBUS_EXPORT
ErrorResponse: public Response {
267
class
CHROME_DBUS_EXPORT
MessageWriter {
368
class
CHROME_DBUS_EXPORT
MessageReader {
file_descriptor.cc
18
void
CHROME_DBUS_EXPORT
FileDescriptor::Deleter::operator()(
exported_object.h
34
class
CHROME_DBUS_EXPORT
ExportedObject
object_manager.h
138
class
CHROME_DBUS_EXPORT
ObjectManager
bus.h
141
class
CHROME_DBUS_EXPORT
Bus : public base::RefCountedThreadSafe<Bus> {
191
struct
CHROME_DBUS_EXPORT
Options {
object_proxy.h
39
class
CHROME_DBUS_EXPORT
ObjectProxy
Completed in 190 milliseconds