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