Home
last modified time | relevance | path

Searched defs:get_key (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_keystore.cc89 std::string get_key(std::string prefix) override { in get_key() function in bluetooth::bluetooth_keystore::BluetoothKeystoreInterfaceImpl
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp62 std::string get_key(const std::string prefixString) override { in get_key() function in android::BluetoothKeystoreCallbacksImpl
/packages/modules/Virtualization/microdroid_manager/src/
Dinstance.rs283 fn get_key() -> Result<ZeroOnDropKey> { in get_key() function