Home
last modified time | relevance | path

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

/hardware/st/nfc/1.0/adaptation/
Dconfig.cpp42 class CNfcParam : public string { class
44 CNfcParam();
45 CNfcParam(const char* name, const string& value);
46 CNfcParam(const char* name, unsigned long value);
47 virtual ~CNfcParam();
57 class CNfcConfig : public vector<const CNfcParam*> {
66 const CNfcParam* find(const char* p_name) const;
74 void add(const CNfcParam* pParam);
75 list<const CNfcParam*> m_list;
184 CNfcParam* pParam = NULL; in readConfig()
[all …]
/hardware/st/nfc/st21nfc/adaptation/
Dconfig.cpp43 class CNfcParam : public string { class
45 CNfcParam();
46 CNfcParam(const char* name, const string& value);
47 CNfcParam(const char* name, unsigned long value);
48 virtual ~CNfcParam();
58 class CNfcConfig : public vector<const CNfcParam*> {
68 const CNfcParam* find(const char* p_name) const;
76 void add(const CNfcParam* pParam);
77 list<const CNfcParam*> m_list;
186 CNfcParam* pParam = NULL; in readConfig()
[all …]
/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp108 class CNfcParam : public string { class
110 CNfcParam();
111 CNfcParam(const char* name, const string& value);
112 CNfcParam(const char* name, unsigned long value);
113 virtual ~CNfcParam();
123 class CNfcConfig : public vector<const CNfcParam*> {
135 const CNfcParam* find(const char* p_name) const;
143 void add(const CNfcParam* pParam);
144 list<const CNfcParam*> m_list;
266 CNfcParam* pParam = NULL; in readConfig()
[all …]