Searched defs:put (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/aidl/android/security/legacykeystore/ |
D | ILegacyKeystore.aidl | 79 void put(in String alias, int uid, in byte[] blob); in put() method
|
/system/core/libutils/include/utils/ |
D | LruCache.h | 204 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { in put() function
|
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 118 fn put(&mut self, caller_uid: u32, alias: &str, entry: &[u8]) -> Result<()> { in put() method 326 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> Result<()> { in put() method 506 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> BinderResult<()> { in put() method
|
/system/security/keystore2/src/ |
D | async_task.rs | 59 pub fn put<T: Any + Send>(&mut self, v: T) -> Option<T> { in put() method
|