Home | History | Annotate | Download | only in dbus

Lines Matching defs:object_paths

318       ObjectPathVector object_paths) {
324 variant_writer.AppendArrayOfObjectPaths(object_paths);
764 ObjectPathVector object_paths;
771 object_paths.push_back(dbus::ObjectPath(kTestAdapterPath0));
772 object_paths.push_back(dbus::ObjectPath(kTestAdapterPath1));
773 SimulateAdaptersChanged(object_paths);
789 object_paths.clear();
790 object_paths.push_back(dbus::ObjectPath(kTestDevicePath0));
791 SimulateDevicesChanged(object_paths, dbus::ObjectPath(kTestAdapterPath0));
792 object_paths.clear();
793 object_paths.push_back(dbus::ObjectPath(kTestTagPath0));
794 SimulateTagsChanged(object_paths, dbus::ObjectPath(kTestAdapterPath0));
795 object_paths.clear();
796 object_paths.push_back(dbus::ObjectPath(kTestDevicePath1));
797 SimulateDevicesChanged(object_paths, dbus::ObjectPath(kTestAdapterPath1));
798 object_paths.clear();
799 object_paths.push_back(dbus::ObjectPath(kTestTagPath1));
800 SimulateTagsChanged(object_paths, dbus::ObjectPath(kTestAdapterPath1));
817 object_paths.clear();
818 object_paths.push_back(dbus::ObjectPath(kTestRecordPath0));
819 SimulateDeviceRecordsChanged(object_paths,
821 object_paths.clear();
822 object_paths.push_back(dbus::ObjectPath(kTestRecordPath1));
823 SimulateTagRecordsChanged(object_paths,
825 object_paths.clear();
826 object_paths.push_back(dbus::ObjectPath(kTestRecordPath2));
827 SimulateDeviceRecordsChanged(object_paths,
829 object_paths.clear();
830 object_paths.push_back(dbus::ObjectPath(kTestRecordPath3));
831 SimulateTagRecordsChanged(object_paths,
849 object_paths.clear();
850 object_paths.push_back(dbus::ObjectPath(kTestAdapterPath1));
861 SimulateAdaptersChanged(object_paths);
868 object_paths.clear();
879 SimulateAdaptersChanged(object_paths);