Home
last modified time | relevance | path

Searched refs:SocketDevice (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp147 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()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/include/
H A Devent_server.h30 class SocketDevice : public DeviceNode {
32 SocketDevice() {}; in SocketDevice() function
33 virtual ~SocketDevice() {}; in ~SocketDevice()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventserversocket_fuzzer/
H A Deventserversocket_fuzzer.cpp74 SocketDevice device; in SysEventServerSocketFuzzTest()