Home
last modified time | relevance | path

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

/ohos5.0/base/security/security_guard/frameworks/js/napi/
H A Dnapi_security_event_querier.h31 constexpr char ON_ERROR_ATTR[] = "onError"; variable
H A Dnapi_security_event_querier.cpp221 napi_value onQuery = NapiGetNamedProperty(env, querier, ON_ERROR_ATTR); in OnError()