summaryrefslogtreecommitdiffstats
path: root/dbus/test_service.cc
Commit message (Expand)AuthorAgeFilesLines
* dbus: Use randomly generated string as a TestService's service namehashimoto2016-01-051-4/+9
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-11/+11
* Switch to standard integer types in dbus/.avi2015-12-221-2/+4
* Implement invalidation of Dbus propertiesjpawlowski2015-05-111-0/+33
* chromeos::dbus lint errors.dtapuska2015-02-091-1/+4
* Add missing member initialization to dbus::TestService.earthdok2014-10-081-1/+5
* dbus::ObjectManager: Add a match rule for properties before GetManagedObjects.armansito2014-09-051-4/+13
* dbus: Add template specialization for Property<vector<uint8> >.armansito@chromium.org2014-03-151-0/+23
* dbus: Handle NameOwnerChanged in ObjectManagerkeybuk@chromium.org2014-03-071-0/+53
* dbus: Add comments about the right way to expose methodssatorux@chromium.org2014-01-091-11/+14
* Allow Chromium's DBus service ownership to be stealablecmasone@chromium.org2013-07-311-1/+6
* Cleanup: Put DBus unit tests in the dbus namespace, so one does not need to w...thestig@chromium.org2013-06-131-61/+52
* dbus: Use base::MessageLoop.xhwang@chromium.org2013-05-011-2/+2
* Support D-Bus Object Managerkeybuk@chromium.org2013-03-251-53/+192
* DBus: Use TaskRunners instead of MessageLoopProxies.thestig@chromium.org2013-02-201-2/+2
* Code cleaning: Uses scoped_ptr<> to express ownership rather than writing own...yuki@chromium.org2013-02-071-30/+29
* Make SignalSenderVerificationTest more robustharuki@chromium.org2012-11-141-7/+22
* Add sender verification of D-Bus signals.haruki@chromium.org2012-10-291-0/+13
* Switch to TimeDelta interface for TestTimeouts in dbus code.tedvessenes@gmail.com2012-07-091-3/+1
* dbus: clear array values before reading from variantkeybuk@google.com2012-03-211-8/+53
* Convert uses of int ms to TimeDelta in dbus.tedvessenes@gmail.com2012-03-111-1/+1
* dbus: remove service name from ExportedObjectkeybuk@chromium.org2012-03-101-3/+14
* dbus: add Property handling for clientskeybuk@chromium.org2012-02-151-2/+186
* dbus: add ObjectPath typekeybuk@google.com2012-02-141-2/+3
* Revert 121920 - dbus: add ObjectPath typedpapad@chromium.org2012-02-141-3/+2
* dbus: add ObjectPath typekeybuk@chromium.org2012-02-141-2/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+2
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-2/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+2
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-301-10/+38
* Revert 111479 - chrome: dbus: support asynchronous method repliesthestig@chromium.org2011-11-241-38/+10
* chrome: dbus: support asynchronous method repliesvlaviano@chromium.org2011-11-241-10/+38
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-0/+1
* Stop restricting the sender object path for incoming signals.satorux@chromium.org2011-09-141-0/+20
* Linux: use MessageLoopProxy instead of base::Thread in our DBus client library. mdm@chromium.org2011-09-061-4/+3
* Add Bus::ShutdownOnDBusThreadAndBlock() and remove bus::Shutdown()satorux@chromium.org2011-09-021-19/+9
* Add support for sending and receiving D-Bus signals.satorux@chromium.org2011-08-231-0/+15
* Rework TestService using asynchronos API of ExportedObject.satorux@chromium.org2011-08-201-26/+87
* Implement Bus and ObjectProxy classes for our D-Bus library.satorux@chromium.org2011-08-171-0/+101