Searched refs:ILegacyKeystore (Results 1 – 4 of 4) sorted by relevance
149 int uid = lks::ILegacyKeystore::UID_SELF) { in LegacyKeystoreRemove()151 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in LegacyKeystoreRemove()161 rc.isOk() || rc.getServiceSpecificError() == lks::ILegacyKeystore::ERROR_ENTRY_NOT_FOUND; in LegacyKeystoreRemove()167 int uid = lks::ILegacyKeystore::UID_SELF) { in LegacyKeystorePut()169 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in LegacyKeystorePut()182 const std::string& alias, int uid = lks::ILegacyKeystore::UID_SELF) { in LegacyKeystoreGet()184 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in LegacyKeystoreGet()
35 interface ILegacyKeystore { interface
18 ILegacyKeystore::BnLegacyKeystore, ILegacyKeystore::ILegacyKeystore,19 ILegacyKeystore::ERROR_ENTRY_NOT_FOUND, ILegacyKeystore::ERROR_PERMISSION_DENIED,20 ILegacyKeystore::ERROR_SYSTEM_ERROR, ILegacyKeystore::UID_SELF,271 ) -> (Box<dyn DeleteListener + Send + Sync + 'static>, Strong<dyn ILegacyKeystore>) { in new_native_binder() argument501 impl ILegacyKeystore for LegacyKeystoreService {
303 auto legacyKeystore = lks::ILegacyKeystore::fromBinder(keystoreBinder); in getLegacyKeystoreBlob()