Searched refs:theInstance (Results 1 – 2 of 2) sorted by relevance
435 static CNfcConfig theInstance; in GetInstance() local437 if (theInstance.size() == 0 && theInstance.mValidFile) { in GetInstance()442 theInstance.readConfig(strPath.c_str(), true); in GetInstance()443 if (!theInstance.empty()) { in GetInstance()444 return theInstance; in GetInstance()448 theInstance.readConfig(strPath.c_str(), true); in GetInstance()451 return theInstance; in GetInstance()
55 static EseConfig theInstance; in getInstance() local56 return theInstance; in getInstance()