Home
last modified time | relevance | path

Searched defs:Uuid (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/types/bluetooth/
H A Duuid.h114 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid() function
/aosp12/system/bt/types/bluetooth/
H A Duuid.h117 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid() function
/aosp12/system/bt/gd/hci/
H A Duuid.h126 constexpr Uuid(const UUID128Bit& val) : uu{val} {}; in Uuid() function
/aosp12/system/security/keystore2/src/
H A Dglobals.rs98 ) -> Option<(Asp, KeyMintHardwareInfo, Uuid)> { in dev_by_sec_level() argument
102 fn dev_by_uuid(&self, uuid: &Uuid) -> Option<(Asp, KeyMintHardwareInfo, Uuid)> { in dev_by_uuid() argument
262 ) -> Result<(Asp, KeyMintHardwareInfo, Uuid)> { in get_keymint_device() argument
H A Ddatabase.rs288 impl Deref for Uuid { implementation
302 impl ToSql for Uuid { implementation
308 impl FromSql for Uuid { implementation
1349 km_uuid: Uuid, in get_or_create_key_with()
1492 km_uuid: &Uuid, in create_key_entry()
1507 km_uuid: &Uuid, in create_key_entry_internal()
1546 km_uuid: &Uuid, in create_attestation_key_entry()
1715 km_uuid: &Uuid, in store_signed_attestation_certificate_chain()
1786 km_uuid: &Uuid, in assign_attestation_key()
1851 km_uuid: &Uuid, in fetch_unsigned_attestation_keys()
[all …]
H A Dgc.rs48 Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>, in new_init_with()
H A Dlegacy_migrator.rs109 F: FnOnce() -> (KeystoreDB, HashMap<SecurityLevel, Uuid>, Arc<LegacyBlobLoader>) in set_init() argument
415 fn get_km_uuid(&self, is_strongbox: bool) -> Result<Uuid> { in get_km_uuid()
H A Dsecurity_level.rs89 ) -> Result<(Strong<dyn IKeystoreSecurityLevel>, Uuid)> { in new_native_binder() argument
798 km_uuid: Option<&Uuid>, in store_upgraded_keyblob()
/aosp12/system/bt/service/test/
H A Dparcelable_unittest.cc85 TEST(ParcelableTest, Uuid) { in TEST() argument
/aosp12/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cc575 int /* client_if */, const bluetooth::Uuid& /* app_uuid */) { in RegisterClientCallback()
647 int /* server_if */, const bluetooth::Uuid& /* app_uuid */) { in RegisterServerCallback()