Searched refs:get_key (Results 1 – 3 of 3) sorted by relevance
29 virtual std::string get_key(std::string prefix) = 0;44 virtual std::string get_key(std::string prefix) = 0;
66 std::string get_key(std::string prefix) override { in get_key() function in bluetooth::bluetooth_keystore::BluetoothKeystoreInterfaceImpl78 decryptedString = callbacks->get_key(prefix); in get_key()
518 string = get_bluetooth_keystore_interface()->get_key(section + "-" + key); in btif_config_get_bin()