Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/token/
H A Dnative_token_receptor.cpp44 static const std::string JSON_ACLS = "nativeAcls"; variable
124 if (j.find(JSON_ACLS) == j.end() || (!j.at(JSON_DCAPS).is_array())) { in from_json()
127 native.nativeAcls = j.at(JSON_ACLS).get<std::vector<std::string>>(); in from_json()