Symbol: SessionID
src/add-ons/kernel/network/ppp/pppoe/DiscoveryPacket.cpp
147
header->sessionID = SessionID();
src/add-ons/kernel/network/ppp/pppoe/DiscoveryPacket.h
60
uint16 SessionID() const
src/add-ons/kernel/network/ppp/pppoe/PPPoEDevice.cpp
255
DiscoveryPacket discovery(PADT, SessionID());
src/add-ons/kernel/network/ppp/pppoe/PPPoEDevice.cpp
340
header.sessionID = SessionID();
src/add-ons/kernel/network/ppp/pppoe/PPPoEDevice.cpp
405
|| header.code != 0x0 || header.sessionID != SessionID()) {
src/add-ons/kernel/network/ppp/pppoe/PPPoEDevice.cpp
559
|| header.sessionID != SessionID()) {
src/add-ons/kernel/network/ppp/pppoe/PPPoEDevice.h
36
uint16 SessionID() const
src/add-ons/kernel/network/ppp/pppoe/pppoe.cpp
237
TRACE("device->SessionID() %d, header.sessionID: %d\n", device->SessionID(),
src/add-ons/kernel/network/ppp/pppoe/pppoe.cpp
242
&& header.sessionID == device->SessionID()) {
src/apps/terminal/TermWindow.cpp
1057
SessionID sessionID(*message, "session");
src/apps/terminal/TermWindow.cpp
1108
SessionID sessionID(*message, "session");
src/apps/terminal/TermWindow.cpp
1123
Session* session = _SessionForID(SessionID(*message, "session"));
src/apps/terminal/TermWindow.cpp
1196
SessionID sessionID(*message, "session");
src/apps/terminal/TermWindow.cpp
138
TermWindow::SessionID::SessionID(int32 id)
src/apps/terminal/TermWindow.cpp
145
TermWindow::SessionID::SessionID(const BMessage& message, const char* field)
src/apps/terminal/TermWindow.cpp
153
TermWindow::SessionID::AddToMessage(BMessage& message, const char* field) const
src/apps/terminal/TermWindow.cpp
1553
TermWindow::_SessionForID(const SessionID& sessionID) const
src/apps/terminal/TermWindow.cpp
163
SessionID id;
src/apps/terminal/TermWindow.cpp
168
Session(SessionID id, int32 index, TermViewContainerView* containerView)
src/apps/terminal/TermWindow.cpp
1743
fSetTabTitleSession = SessionID();
src/apps/terminal/TermWindow.cpp
2091
TermWindow::SessionID
src/apps/terminal/TermWindow.h
117
SessionID(int32 id = -1);
src/apps/terminal/TermWindow.h
118
SessionID(const BMessage& message,
src/apps/terminal/TermWindow.h
126
bool operator==(const SessionID& other) const
src/apps/terminal/TermWindow.h
128
bool operator!=(const SessionID& other) const
src/apps/terminal/TermWindow.h
171
Session* _SessionForID(const SessionID& sessionID) const;
src/apps/terminal/TermWindow.h
187
SessionID _NewSessionID();
src/apps/terminal/TermWindow.h
220
SessionID fSetTabTitleSession;