Searched defs:GrantStore (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dgrant_store.h48 * The GrantStore holds a set of sets of Grants. One set of Grants for each grantee.
49 * The uid parameter to each of the GrantStore function determines the grantee's
56 class GrantStore { class in namespace:keystore
58 GrantStore() : grants_() {} function in class:keystore::GrantStore
66 // GrantStore is neither copyable nor movable.
67 GrantStore(const GrantStore&) = delete;
68 GrantStore& operator=(const GrantStore&) = delete;

Completed in 280 milliseconds