Home
last modified time | relevance | path

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

/system/nfc/src/adaptation/
Dnfc_config.cc73 NfcAdaptation& theInstance = NfcAdaptation::GetInstance(); in loadConfig() local
75 theInstance.GetVendorConfigs(configMap); in loadConfig()
84 static NfcConfig theInstance; in getInstance() local
85 if (theInstance.config_.isEmpty()) { in getInstance()
86 theInstance.loadConfig(); in getInstance()
88 return theInstance; in getInstance()