Home
last modified time | relevance | path

Searched refs:JSON_DCAPS (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.cpp42 static const std::string JSON_DCAPS = "dcaps"; variable
115 if (j.find(JSON_DCAPS) == j.end() || (!j.at(JSON_DCAPS).is_array())) { in from_json()
118 native.dcap = j.at(JSON_DCAPS).get<std::vector<std::string>>(); in from_json()
124 if (j.find(JSON_ACLS) == j.end() || (!j.at(JSON_DCAPS).is_array())) { in from_json()