Home
last modified time | relevance | path

Searched refs:GRANTED_EVENT (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_sdk_adaptor.cpp38 const std::set<int64_t> GRANTED_EVENT{1037000001, 1064001001, 1064001002}; variable
144 if (GRANTED_EVENT.find(event.eventId) == GRANTED_EVENT.end()) { in NotifyCollector()