Searched defs:agent_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_manager_client.cc26 const dbus::ObjectPath& agent_path,
30 VLOG(1) << "RegisterAgent: " << agent_path.value();
35 } else if (service_provider_->object_path_ != agent_path) {
44 const dbus::ObjectPath& agent_path,
47 VLOG(1) << "UnregisterAgent: " << agent_path.value();
51 } else if (service_provider_->object_path_ != agent_path) {
60 const dbus::ObjectPath& agent_path,
63 VLOG(1) << "RequestDefaultAgent: " << agent_path.value();
25 RegisterAgent( const dbus::ObjectPath& agent_path, const std::string& capability, const base::Closure& callback, const ErrorCallback& error_callback) argument
43 UnregisterAgent( const dbus::ObjectPath& agent_path, const base::Closure& callback, const ErrorCallback& error_callback) argument
59 RequestDefaultAgent( const dbus::ObjectPath& agent_path, const base::Closure& callback, const ErrorCallback& error_callback) argument

Completed in 208 milliseconds