Searched refs:pParam (Results 1 – 3 of 3) sorted by relevance
74 void add(const CNfcParam* pParam);173 CNfcParam* pParam = NULL; in readConfig() local311 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()313 pParam = new CNfcParam(token.c_str(), numValue); in readConfig()314 add(pParam); in readConfig()324 pParam = new CNfcParam(token.c_str(), strValue); in readConfig()325 add(pParam); in readConfig()418 const CNfcParam* pParam = find(name); in getValue() local419 if (pParam == NULL) in getValue()422 if (pParam->str_len() > 0) in getValue()[all …]
90 typedef void * (*pphDal4Nfc_thread_handler_t) (void * pParam);913 int* pParam=NULL; in phDal4Nfc_DeferredCb() local917 pParam=(int*)params; in phDal4Nfc_DeferredCb()919 switch(*pParam) in phDal4Nfc_DeferredCb()