Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc61 std::string kEncryptedStr = "encrypted"; variable
166 if (os::ParameterProvider::GetBtKeystoreInterface() != nullptr && value == kEncryptedStr) { in GetProperty()
209 bool is_encrypted = value == kEncryptedStr; in SetProperty()
214 value = kEncryptedStr; in SetProperty()
298 bool is_encrypted = property_iter->second == kEncryptedStr; in ConvertEncryptOrDecryptKeyIfNeeded()
303 SetProperty(section, std::string(property), kEncryptedStr); in ConvertEncryptOrDecryptKeyIfNeeded()