Searched refs:SocketDevice (Results 1 – 3 of 3) sorted by relevance
147 void SocketDevice::InitSocket(int &socketId) in InitSocket()172 int SocketDevice::Open() in Open()190 int SocketDevice::Close() in Close()199 uint32_t SocketDevice::GetEvents() in GetEvents()204 std::string SocketDevice::GetName() in GetName()209 bool SocketDevice::IsValidMsg(char* msg, int32_t len) in IsValidMsg()230 void SocketDevice::SetUCredPid(const pid_t pid) in SetUCredPid()235 int SocketDevice::ReceiveMsg(std::vector<std::shared_ptr<EventReceiver>> &receivers) in ReceiveMsg()341 AddDev(std::make_shared<SocketDevice>()); in OpenDevs()
30 class SocketDevice : public DeviceNode {32 SocketDevice() {}; in SocketDevice() function33 virtual ~SocketDevice() {}; in ~SocketDevice()
74 SocketDevice device; in SysEventServerSocketFuzzTest()