Searched refs:StopListening (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DConnectionListener.h22 virtual void StopListening() = 0;
H A DPortConnectionListener.h18 virtual void StopListening();
H A DInsecureConnectionListener.h23 virtual void StopListening();
H A DInsecureConnectionListener.cpp94 // StopListening
96 InsecureConnectionListener::StopListening() function in class:InsecureConnectionListener
H A DPortConnectionListener.cpp96 // StopListening
98 PortConnectionListener::StopListening() function in class:PortConnectionListener
H A DNetFSServer.cpp218 fConnectionListener->StopListening();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DConnectionListener.h22 virtual void StopListening() = 0;
H A DPortConnectionListener.h18 virtual void StopListening();
H A DInsecureConnectionListener.h23 virtual void StopListening();
H A DInsecureConnectionListener.cpp94 // StopListening
96 InsecureConnectionListener::StopListening() function in class:InsecureConnectionListener
H A DPortConnectionListener.cpp92 // StopListening
94 PortConnectionListener::StopListening() function in class:PortConnectionListener
H A DNetFSServer.cpp217 fConnectionListener->StopListening();
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp116 status_t StopListening() function in struct:FileSystem::NodeListenerProxy
197 proxy->StopListening();
543 status_t error = proxy->StopListening();
/haiku-fatelf/src/system/kernel/
H A Dsystem_info.cpp157 status_t StopListening(int32 object, uint32 flags, port_id port, function in class:SystemNotificationService
531 return sSystemNotificationService.StopListening(object, flags, port, token);

Completed in 137 milliseconds