Home
last modified time | relevance | path

Searched refs:CNfcParam (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp98 class CNfcParam : public string { class
100 CNfcParam();
101 CNfcParam(const char* name, const string& value);
102 CNfcParam(const char* name, unsigned long value);
103 virtual ~CNfcParam();
113 class CNfcConfig : public vector<const CNfcParam*> {
125 const CNfcParam* find(const char* p_name) const;
133 void add(const CNfcParam* pParam);
134 list<const CNfcParam*> m_list;
255 CNfcParam* pParam = NULL; in readConfig()
[all …]