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.h42 struct RequestSecurityEventInfoContext { struct
43 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 …]