Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/kits/napi/common/include/
H A Dnapi_error.h45 JS_ERROR_ALL_PERM_GRANTED = 12100011, enumerator
/ohos5.0/base/security/access_token/interfaces/kits/napi/common/src/
H A Dnapi_error.cpp38 {JS_ERROR_ALL_PERM_GRANTED, "All permissions in the permission list have been granted."},
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_request_permission_on_setting.cpp137 jsCode = JS_ERROR_ALL_PERM_GRANTED; in TransferToJsErrorCode()