Lines Matching refs:find
147 const CNfcParam* find(const char* p_name) const;
527 const CNfcParam* pParam = find(name); in getValue()
540 const CNfcParam* pParam = find(name); in getValue()
568 const CNfcParam* pParam = find(name); in getValue()
589 const CNfcParam* pParam = find(name); in getValue()
608 const CNfcParam* CNfcConfig::find(const char* p_name) const { in find() function in CNfcConfig
687 if ((mCurrentFile.find("nxpTransit") != std::string::npos) && in add()
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()
998 const CNfcParam* pParam = rConfig.find(name); in GetNxpNumValue()