Searched defs:RequestSecurityEventInfoContext (Results 1 – 1 of 1) sorted by relevance
42 struct RequestSecurityEventInfoContext { struct43 napi_env env = nullptr;44 napi_ref ref = nullptr;45 uint32_t status = 0;46 pid_t threadId;47 std::string devId;48 std::string info;49 std::vector<int64_t> eventIds;50 std::string beginTime;51 std::string endTime;[all …]