Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc166 if (os::ParameterProvider::GetBtKeystoreInterface() != nullptr && value == kEncryptedStr) { in GetProperty()
167 return os::ParameterProvider::GetBtKeystoreInterface()->get_key(section + "-" + property); in GetProperty()
210 if ((!value.empty()) && os::ParameterProvider::GetBtKeystoreInterface() != nullptr && in SetProperty()
212 if (os::ParameterProvider::GetBtKeystoreInterface()->set_encrypt_key_or_remove_key( in SetProperty()
269 …if (os::ParameterProvider::GetBtKeystoreInterface() != nullptr && os::ParameterProvider::IsCommonC… in RemoveProperty()
271 …os::ParameterProvider::GetBtKeystoreInterface()->set_encrypt_key_or_remove_key(section + "-" + pro… in RemoveProperty()
299 …if ((!property_iter->second.empty()) && os::ParameterProvider::GetBtKeystoreInterface() != nullptr… in ConvertEncryptOrDecryptKeyIfNeeded()
301 if (os::ParameterProvider::GetBtKeystoreInterface()->set_encrypt_key_or_remove_key( in ConvertEncryptOrDecryptKeyIfNeeded()
306 if (os::ParameterProvider::GetBtKeystoreInterface() != nullptr && is_encrypted) { in ConvertEncryptOrDecryptKeyIfNeeded()
308 … os::ParameterProvider::GetBtKeystoreInterface()->get_key(section + "-" + std::string(property)); in ConvertEncryptOrDecryptKeyIfNeeded()
Dstorage_module.cc133 if (bluetooth::os::ParameterProvider::GetBtKeystoreInterface() != nullptr && in SaveImmediately()
135 bluetooth::os::ParameterProvider::GetBtKeystoreInterface()->set_encrypt_key_or_remove_key( in SaveImmediately()
183 if (bluetooth::os::ParameterProvider::GetBtKeystoreInterface() != nullptr) { in Start()
184 … bluetooth::os::ParameterProvider::GetBtKeystoreInterface()->ConvertEncryptOrDecryptKeyIfNeeded(); in Start()
198 if (bluetooth::os::ParameterProvider::GetBtKeystoreInterface() != nullptr) { in Stop()
199 bluetooth::os::ParameterProvider::GetBtKeystoreInterface()->clear_map(); in Stop()
/packages/modules/Bluetooth/system/gd/os/
Dparameter_provider.h48 static bluetooth_keystore::BluetoothKeystoreInterface* GetBtKeystoreInterface();
/packages/modules/Bluetooth/system/gd/os/linux/
Dparameter_provider.cc95 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface() function in bluetooth::os::ParameterProvider
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dparameter_provider.cc95 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface() function in bluetooth::os::ParameterProvider
/packages/modules/Bluetooth/system/gd/os/host/
Dparameter_provider.cc117 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface() function in bluetooth::os::ParameterProvider
/packages/modules/Bluetooth/system/gd/os/android/
Dparameter_provider.cc90 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface() function in bluetooth::os::ParameterProvider