Home
last modified time | relevance | path

Searched defs:HookManagerCtx (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_manager.h60 struct HookManagerCtx { struct
61 HookManagerCtx(int32_t pid) : pid(pid) {} in HookManagerCtx() argument
62 HookManagerCtx(const std::string& name) : processName(name) {} in HookManagerCtx() argument
63 ~HookManagerCtx() {} in ~HookManagerCtx() argument
64 int32_t pid = -1;
65 std::string processName;
66 std::vector<std::shared_ptr<ShareMemoryBlock>> shareMemoryBlockList;
67 std::vector<std::shared_ptr<EventNotifier>> eventNotifierList;
68 std::vector<std::shared_ptr<EpollEventPoller>> eventPollerList;
69 std::vector<std::string> smbNames;
[all …]