Home | History | Annotate | Download | only in chromeos-dbus-bindings

Lines Matching refs:Interface

25 struct Interface;
29 static bool GenerateAdaptors(const std::vector<Interface>& interfaces,
35 // Generates one interface adaptor.
36 static void GenerateInterfaceAdaptor(const Interface& interface,
39 // Generates the method prototypes for an interface declaration.
40 static void AddInterfaceMethods(const Interface& interface,
50 const Interface& interface,
53 // Generates the code to register the interface with a D-Bus object.
55 const Interface& interface,
59 static void AddSendSignalMethods(const Interface& interface,
63 static void AddSignalDataMembers(const Interface& interface,
67 static void AddPropertyMethodImplementation(const Interface& interface,
71 static void AddPropertyDataMembers(const Interface& interface,