Searched refs:GetBtKeystoreInterface (Results 1 – 7 of 7) sorted by relevance
166 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()
133 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()
48 static bluetooth_keystore::BluetoothKeystoreInterface* GetBtKeystoreInterface();
95 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface() function in bluetooth::os::ParameterProvider
117 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface() function in bluetooth::os::ParameterProvider
90 bluetooth_keystore::BluetoothKeystoreInterface* ParameterProvider::GetBtKeystoreInterface() { in GetBtKeystoreInterface() function in bluetooth::os::ParameterProvider