Home
last modified time | relevance | path

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

/system/nfc/src/adaptation/
Dnfc_config.cc52 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in loadConfig() local
54 theInstance.GetVendorConfigs(configMap); in loadConfig()
63 static NfcConfig theInstance; in getInstance() local
64 if (theInstance.config_.isEmpty()) { in getInstance()
65 theInstance.loadConfig(); in getInstance()
67 return theInstance; in getInstance()