Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnfc_config.h62 #define NAME_DEVICE_HOST_ALLOW_LIST "DEVICE_HOST_ALLOW_LIST" macro
/system/nfc/src/adaptation/
DNfcAdaptation.cc391 configMap.emplace(NAME_DEVICE_HOST_ALLOW_LIST, in GetVendorConfigs()
446 configMap.emplace(NAME_DEVICE_HOST_ALLOW_LIST, in GetVendorConfigs()
535 if (NfcConfig::hasKey(NAME_DEVICE_HOST_ALLOW_LIST)) { in Initialize()
536 host_allowlist = NfcConfig::getBytes(NAME_DEVICE_HOST_ALLOW_LIST); in Initialize()