Home
last modified time | relevance | path

Searched refs:Item (Results 1 – 10 of 10) sorted by relevance

/system/security/keystore2/src/
Dtry_insert.rs24 type Item; typedef
43 fn get_or_try_to_insert_with<E, F: FnOnce() -> Result<Self::Item, E>>( in get_or_try_to_insert_with() argument
46 ) -> Result<&mut Self::Item, E>; in get_or_try_to_insert_with() argument
50 type Item = T; typedef
51 fn get_or_try_to_insert_with<E, F: FnOnce() -> Result<Self::Item, E>>( in get_or_try_to_insert_with() argument
54 ) -> Result<&mut Self::Item, E> { in get_or_try_to_insert_with() argument
Dpermission.rs366 type Item = KeyPerm; typedef
368 fn next(&mut self) -> Option<Self::Item> { in next() argument
425 type Item = KeyPerm; typedef
/system/bt/common/
Dleaky_bonded_queue_unittest.cc35 class Item { class
37 Item(int i) { index = i; } in Item() function in testing::Item
38 virtual ~Item() {} in ~Item()
42 class MockItem : public Item {
44 MockItem(int i) : Item(i) {} in MockItem()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h246 ErrMsgOr<bytevec /* payload */> verifyAndParseCoseMac0(const cppbor::Item* macItem,
274 getSenderPubKeyFromCoseEncrypt(const cppbor::Item* encryptItem);
276 getSenderPubKeyFromCoseEncrypt(const std::unique_ptr<cppbor::Item>& encryptItem) { in getSenderPubKeyFromCoseEncrypt()
281 decryptCoseEncrypt(const bytevec& key, const cppbor::Item* encryptItem, const bytevec& aad);
/system/extras/simpleperf/
DSampleDisplayer.h192 struct Item { struct
204 Item item; in AddDisplayFunction() argument
213 Item item; in AddDisplayFunction()
278 std::vector<Item> display_v_;
/system/security/identity/
DCredentialData.cpp142 optional<SecureAccessControlProfile> parseSacp(const cppbor::Item& item) { in parseSacp()
173 optional<AuthKeyData> parseAuthKeyData(const cppbor::Item& item) { in parseAuthKeyData()
209 vector<int32_t> parseAccessControlProfileIds(const cppbor::Item& item) { in parseAccessControlProfileIds()
228 optional<vector<vector<uint8_t>>> parseEncryptedChunks(const cppbor::Item& item) { in parseEncryptedChunks()
312 const std::unique_ptr<cppbor::Item>& item = (*array)[m]; in loadFromDisk()
377 const std::unique_ptr<cppbor::Item>& item = (*array)[m]; in loadFromDisk()
/system/bt/gd/rust/link/src/acl/
Dfragment.rs97 std::boxed::Box<dyn futures::Stream<Item = bt_packets::hci::AclPacket> + std::marker::Send>, in fragmenting_stream() argument
/system/keymaster/cppcose/
Dcppcose.cpp99 ErrMsgOr<bytevec /* payload */> verifyAndParseCoseMac0(const cppbor::Item* macItem, in verifyAndParseCoseMac0()
257 getSenderPubKeyFromCoseEncrypt(const cppbor::Item* coseEncrypt) { in getSenderPubKeyFromCoseEncrypt()
321 ErrMsgOr<bytevec> decryptCoseEncrypt(const bytevec& key, const cppbor::Item* coseEncrypt, in decryptCoseEncrypt()
/system/bt/gd/hci/
Dle_scanning_manager.cc114 struct Item { struct in bluetooth::hci::AdvertisingCache
118 Item(const AddressWithType& address_with_type, std::vector<uint8_t> data) in Item() argument
122 std::list<Item>::iterator Find(const AddressWithType& address_with_type) { in Find()
133 std::list<Item> items;
/system/bt/stack/btm/
Dbtm_ble_gap.cc136 struct Item { struct in __anon3c6f61d60111::AdvertisingCache
141 Item(uint8_t addr_type, const RawAddress& addr, std::vector<uint8_t> data) in Item() argument
145 std::list<Item>::iterator Find(uint8_t addr_type, const RawAddress& addr) { in Find()
156 std::list<Item> items;