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

/haiku/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.cpp219 fConnectionListener->StopListening();
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp117 status_t StopListening() function in struct:FileSystem::NodeListenerProxy
198 proxy->StopListening();
545 status_t error = proxy->StopListening();
/haiku/src/system/kernel/
H A Dsystem_info.cpp162 status_t StopListening(int32 object, uint32 flags, port_id port, function in class:SystemNotificationService
663 return sSystemNotificationService.StopListening(object, flags, port, token);

Completed in 64 milliseconds