Searched defs:HookManagerCtx (Results 1 – 1 of 1) sorted by relevance
59 struct HookManagerCtx { struct60 HookManagerCtx(int32_t pid) : pid(pid) {} in HookManagerCtx() argument61 HookManagerCtx(const std::string& name) : processName(name) {} in HookManagerCtx() function62 ~HookManagerCtx() {} in ~HookManagerCtx() argument63 int32_t pid = -1;64 std::string processName;65 std::string smbName;66 std::shared_ptr<ShareMemoryBlock> shareMemoryBlock = nullptr;67 std::shared_ptr<EventNotifier> eventNotifier = nullptr;68 std::unique_ptr<EpollEventPoller> eventPoller = nullptr;[all …]