Home
last modified time | relevance | path

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

/base/security/security_guard/frameworks/js/napi/
Dsecurity_guard_napi.h43 struct RequestSecurityEventInfoContext { struct
44 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 …]