Lines Matching refs:token
282 string token; in readConfig() local
317 token.erase(); in readConfig()
320 token.push_back(c); in readConfig()
325 token.push_back('\0'); in readConfig()
328 token.push_back(c); in readConfig()
410 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
412 pParam = new CNfcParam(token.c_str(), numValue); in readConfig()
422 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()
737 string token(name); in isAllowed() local
739 if ((token.find("P2P_LISTEN_TECH_MASK") != std::string::npos) || in isAllowed()
740 (token.find("HOST_LISTEN_TECH_MASK") != std::string::npos) || in isAllowed()
741 (token.find("UICC_LISTEN_TECH_MASK") != std::string::npos) || in isAllowed()
742 (token.find("NXP_ESE_LISTEN_TECH_MASK") != std::string::npos) || in isAllowed()
743 (token.find("POLLING_TECH_MASK") != std::string::npos) || in isAllowed()
744 (token.find("NXP_RF_CONF_BLK") != std::string::npos) || in isAllowed()
745 (token.find("NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE") != in isAllowed()
747 (token.find("NXP_FWD_FUNCTIONALITY_ENABLE") != std::string::npos)) in isAllowed()