Searched refs:TargetHost (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debugger/model/
H A DTargetHost.cpp6 #include "TargetHost.h"
13 TargetHost::TargetHost(const BString& name) function in class:TargetHost
24 TargetHost::~TargetHost()
32 TargetHost::AddListener(Listener* listener)
34 AutoLocker<TargetHost> hostLocker(this);
40 TargetHost::RemoveListener(Listener* listener)
42 AutoLocker<TargetHost> hostLocker(this);
48 TargetHost
[all...]
/haiku/headers/private/debugger/model/
H A DTargetHost.h20 class TargetHost : public BReferenceable { class in inherits:BReferenceable
24 TargetHost(const BString& name);
25 virtual ~TargetHost();
64 class TargetHost::Listener
65 : public DoublyLinkedListLinkImpl<TargetHost::Listener> {
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.h22 virtual TargetHost* GetTargetHost();
43 TargetHost* fTargetHost;
H A DLocalTargetHostInterface.cpp26 #include "TargetHost.h"
59 fTargetHost = new(std::nothrow) TargetHost(hostname);
83 AutoLocker<TargetHost> hostLocker(fTargetHost);
138 TargetHost*
316 AutoLocker<TargetHost> locker(fTargetHost);
/haiku/src/kits/debugger/target_host_interface/network/
H A DNetworkTargetHostInterface.h22 virtual TargetHost* GetTargetHost();
37 TargetHost* fTargetHost;
H A DNetworkTargetHostInterface.cpp16 #include "TargetHost.h"
64 TargetHost*
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h16 #include "TargetHost.h"
93 class TeamsListView : public BColumnListView, public TargetHost::Listener,
102 // TargetHost::Listener
123 TargetHost* fHost;
H A DTeamsListView.cpp280 TargetHost::Listener(),
337 TargetHost* host = fInterface->GetTargetHost();
338 AutoLocker<TargetHost> hostLocker(host);
369 TargetHost* host = fInterface->GetTargetHost();
370 AutoLocker<TargetHost> hostLocker(host);
443 AutoLocker<TargetHost> hostLocker(fHost);
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterface.h21 class TargetHost;
46 virtual TargetHost* GetTargetHost() = 0;

Completed in 126 milliseconds