• Home
  • Raw
  • Download

Lines Matching refs:TestService

28 const int TestService::kNumMethodsToExport = 9;
30 TestService::Options::Options() in Options()
34 TestService::Options::~Options() { in ~Options()
37 TestService::TestService(const Options& options) in TestService() function in dbus::TestService
45 TestService::~TestService() { in ~TestService()
49 bool TestService::StartService() { in StartService()
55 bool TestService::WaitUntilServiceIsStarted() { in WaitUntilServiceIsStarted()
61 void TestService::ShutdownAndBlock() { in ShutdownAndBlock()
64 base::Bind(&TestService::ShutdownAndBlockInternal, in ShutdownAndBlock()
68 bool TestService::HasDBusThread() { in HasDBusThread()
72 void TestService::ShutdownAndBlockInternal() { in ShutdownAndBlockInternal()
79 void TestService::SendTestSignal(const std::string& message) { in SendTestSignal()
82 base::Bind(&TestService::SendTestSignalInternal, in SendTestSignal()
87 void TestService::SendTestSignalFromRoot(const std::string& message) { in SendTestSignalFromRoot()
90 base::Bind(&TestService::SendTestSignalFromRootInternal, in SendTestSignalFromRoot()
95 void TestService::SendTestSignalInternal(const std::string& message) { in SendTestSignalInternal()
102 void TestService::SendTestSignalFromRootInternal(const std::string& message) { in SendTestSignalFromRootInternal()
109 base::Bind(&TestService::OnOwnership, in SendTestSignalFromRootInternal()
118 void TestService::RequestOwnership(base::Callback<void(bool)> callback) { in RequestOwnership()
121 base::Bind(&TestService::RequestOwnershipInternal, in RequestOwnership()
126 void TestService::RequestOwnershipInternal( in RequestOwnershipInternal()
130 base::Bind(&TestService::OnOwnership, in RequestOwnershipInternal()
135 void TestService::OnOwnership(base::Callback<void(bool)> callback, in OnOwnership()
145 void TestService::ReleaseOwnership(base::Closure callback) { in ReleaseOwnership()
148 base::Bind(&TestService::ReleaseOwnershipInternal, in ReleaseOwnership()
153 void TestService::ReleaseOwnershipInternal( in ReleaseOwnershipInternal()
163 void TestService::SetSendImmediatePropertiesChanged() { in SetSendImmediatePropertiesChanged()
167 void TestService::OnExported(const std::string& interface_name, in OnExported()
184 base::Bind(&TestService::OnOwnership, in OnExported()
190 void TestService::Run(base::MessageLoop* message_loop) { in Run()
204 base::Bind(&TestService::Echo, in Run()
206 base::Bind(&TestService::OnExported, in Run()
213 base::Bind(&TestService::SlowEcho, in Run()
215 base::Bind(&TestService::OnExported, in Run()
222 base::Bind(&TestService::AsyncEcho, in Run()
224 base::Bind(&TestService::OnExported, in Run()
231 base::Bind(&TestService::BrokenMethod, in Run()
233 base::Bind(&TestService::OnExported, in Run()
240 base::Bind(&TestService::PerformAction, in Run()
242 base::Bind(&TestService::OnExported, in Run()
249 base::Bind(&TestService::GetAllProperties, in Run()
251 base::Bind(&TestService::OnExported, in Run()
258 base::Bind(&TestService::GetProperty, in Run()
260 base::Bind(&TestService::OnExported, in Run()
267 base::Bind(&TestService::SetProperty, in Run()
269 base::Bind(&TestService::OnExported, in Run()
279 base::Bind(&TestService::GetManagedObjects, in Run()
281 base::Bind(&TestService::OnExported, in Run()
293 void TestService::Echo(MethodCall* method_call, in Echo()
308 void TestService::SlowEcho(MethodCall* method_call, in SlowEcho()
314 void TestService::AsyncEcho(MethodCall* method_call, in AsyncEcho()
318 base::Bind(&TestService::Echo, in AsyncEcho()
325 void TestService::BrokenMethod(MethodCall* method_call, in BrokenMethod()
331 void TestService::GetAllProperties( in GetAllProperties()
349 void TestService::GetProperty(MethodCall* method_call, in GetProperty()
436 void TestService::SetProperty(MethodCall* method_call, in SetProperty()
467 void TestService::PerformAction( in PerformAction()
485 ReleaseOwnership(base::Bind(&TestService::PerformActionResponse, in PerformAction()
490 ReleaseOwnership(base::Bind(&TestService::OwnershipReleased, in PerformAction()
500 void TestService::PerformActionResponse( in PerformActionResponse()
507 void TestService::OwnershipReleased( in OwnershipReleased()
510 RequestOwnership(base::Bind(&TestService::OwnershipRegained, in OwnershipReleased()
516 void TestService::OwnershipRegained( in OwnershipRegained()
524 void TestService::GetManagedObjects( in GetManagedObjects()
570 void TestService::AddPropertiesToWriter(MessageWriter* writer) { in AddPropertiesToWriter()
632 void TestService::AddObject(const ObjectPath& object_path) { in AddObject()
635 base::Bind(&TestService::AddObjectInternal, in AddObject()
640 void TestService::AddObjectInternal(const ObjectPath& object_path) { in AddObjectInternal()
658 void TestService::RemoveObject(const ObjectPath& object_path) { in RemoveObject()
660 base::Bind(&TestService::RemoveObjectInternal, in RemoveObject()
665 void TestService::RemoveObjectInternal(const ObjectPath& object_path) { in RemoveObjectInternal()
678 void TestService::SendPropertyChangedSignal(const std::string& name) { in SendPropertyChangedSignal()
681 base::Bind(&TestService::SendPropertyChangedSignalInternal, in SendPropertyChangedSignal()
686 void TestService::SendPropertyChangedSignalInternal(const std::string& name) { in SendPropertyChangedSignalInternal()