Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp1199 napi_value authUserListObj = GetNapiValue(env, jsObject, "authUserList"); in GetDlpProperty() local
1200 if (authUserListObj != nullptr) { in GetDlpProperty()
1201 if (!GetVectorAuthUser(env, authUserListObj, property.authUsers)) { in GetDlpProperty()