Lines Matching defs:apl
321 return SYSTEM_CORE; // system_core means apl level is 3
324 return SYSTEM_BASIC; // system_basic means apl level is 2
445 int32_t apl = GetAplLevel(tokenInfo->aplStr);
446 if (apl == 0) {
449 *aplRet = apl;
484 tokenNode->apl = aplIn;
522 if (tokenNode->apl != aplIn) {
578 tokenNode->apl = GetAplLevel(tokenInfo->aplStr);
638 int32_t apl;
644 uint32_t ret = CheckProcessInfo(tokenInfo, &apl);
659 ret = AddNewTokenToListAndFile(tokenInfo, apl, &tokenId);
661 int32_t needTokenUpdate = CompareTokenInfo(tokenNode, tokenInfo->dcaps, tokenInfo->dcapsNum, apl);