Home | History | Annotate | Download | only in dbus

Lines Matching defs:device_path

145     dbus::ObjectPath device_path;
146 if (!reader.PopObjectPath(&device_path)) {
158 delegate_->RequestPinCode(device_path, callback);
170 dbus::ObjectPath device_path;
172 if (!reader.PopObjectPath(&device_path) ||
179 delegate_->DisplayPinCode(device_path, pincode);
192 dbus::ObjectPath device_path;
193 if (!reader.PopObjectPath(&device_path)) {
205 delegate_->RequestPasskey(device_path, callback);
217 dbus::ObjectPath device_path;
220 if (!reader.PopObjectPath(&device_path) ||
228 delegate_->DisplayPasskey(device_path, passkey, entered);
243 dbus::ObjectPath device_path;
245 if (!reader.PopObjectPath(&device_path) ||
258 delegate_->RequestConfirmation(device_path, passkey, callback);
270 dbus::ObjectPath device_path;
271 if (!reader.PopObjectPath(&device_path)) {
283 delegate_->RequestAuthorization(device_path, callback);
295 dbus::ObjectPath device_path;
297 if (!reader.PopObjectPath(&device_path) ||
310 delegate_->AuthorizeService(device_path, uuid, callback);