Home | History | Annotate | Download | only in dbus

Lines Matching refs:string

11 #include <string>
56 typedef base::Callback<void (const std::string& interface_name,
57 const std::string& method_name,
78 virtual bool ExportMethodAndBlock(const std::string& interface_name,
79 const std::string& method_name,
89 virtual void ExportMethod(const std::string& interface_name,
90 const std::string& method_name,
112 void ExportMethodInternal(const std::string& interface_name,
113 const std::string& method_name,
119 const std::string& interface_name,
120 const std::string& method_name,
174 typedef std::map<std::string, MethodCallCallback> MethodTable;