Home
last modified time | relevance | path

Searched refs:JSON_APL (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.cpp38 static const std::string JSON_APL = "APL"; variable
88 if (!JsonParser::GetIntFromJson(j, JSON_APL, aplNum) || !DataValidator::IsAplNumValid(aplNum)) { in from_json()