Lines Matching refs:instance
98 // 3. That takes a class instance pointer and a class member function
141 template<typename Instance, typename Class, typename R, typename... Args>
143 Instance instance,
146 this, method_name, base::Bind(handler, instance));
150 template<typename Instance, typename Class, typename R, typename... Args>
152 Instance instance,
155 this, method_name, base::Bind(handler, instance));
179 template<typename Instance, typename Class, typename... Args>
182 Instance instance,
185 this, method_name, base::Bind(handler, instance));
189 template<typename Instance, typename Class, typename... Args>
192 Instance instance,
195 this, method_name, base::Bind(handler, instance));
223 template<typename Instance, typename Class, typename... Args>
226 Instance instance,
229 this, method_name, base::Bind(handler, instance));
233 template<typename Instance, typename Class, typename... Args>
236 Instance instance,
239 this, method_name, base::Bind(handler, instance));
268 typename Instance,
273 Instance instance,
278 this, method_name, base::Bind(handler, instance));
283 typename Instance,
288 Instance instance,
293 this, method_name, base::Bind(handler, instance));
323 typename Instance,
328 Instance instance,
334 this, method_name, base::Bind(handler, instance));
339 typename Instance,
344 Instance instance,
350 this, method_name, base::Bind(handler, instance));
362 template<typename Instance, typename Class>
365 Instance instance,
368 this, method_name, base::Bind(handler, instance));
423 // Helper to create an instance of DBusInterfaceMethodHandlerInterface-derived
458 // object_manager - ExportedObjectManager instance that notifies D-Bus
460 // exported_object - instance of D-Bus object the interface is being added to.
461 // object_path - D-Bus object path for the object instance.
473 // object_manager - ExportedObjectManager instance that notifies D-Bus
475 // exported_object - instance of D-Bus object the interface is being added to.
476 // object_path - D-Bus object path for the object instance.
510 // object_manager - ExportedObjectManager instance that notifies D-Bus
513 // object_path - D-Bus object path for the object instance.
527 // Registers the object instance with D-Bus. This is an asynchronous call
533 // Registers the object instance with D-Bus. This is call is synchronous and
537 // Unregister the object instance with D-Bus. This will unregister the
569 // D-Bus object instance once this object is successfully exported.