Searched defs:ApiError (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/system/secretkeeper/core/src/ |
H A D | ta.rs | 236 fn delete_ids(&mut self, ids: Vec<SecretId>) -> Result<(), ApiError> { in delete_ids() argument 245 fn delete_all(&mut self) -> Result<(), ApiError> { in delete_all() argument 251 fn secret_management(&mut self, encrypt0: &[u8]) -> Result<Vec<u8>, ApiError> { in secret_management() argument 272 fn peer_cert_chain(&self, kid: &[u8; SESSION_ID_LEN]) -> Result<Vec<u8>, ApiError> { in peer_cert_chain() argument 351 ) -> Result<Vec<u8>, ApiError> { argument 369 ) -> Result<Vec<u8>, ApiError> { argument
|
H A D | cipher.rs | 32 ) -> Result<Vec<u8>, ApiError> { in decrypt_message() argument 48 ) -> Result<Vec<u8>, ApiError> { in encrypt_message() argument
|
/aosp_15_r20/system/secretkeeper/comm/src/ |
H A D | wire.rs | 247 pub struct ApiError { struct 248 pub err_code: AidlErrorCode, 249 pub msg: String,
|
/aosp_15_r20/external/python/mobly/mobly/snippet/ |
D | errors.py | 48 class ApiError(Error): class
|
/aosp_15_r20/external/python/mobly/mobly/controllers/android_device_lib/ |
D | jsonrpc_client_base.py | 79 ApiError = errors.ApiError variable
|
/aosp_15_r20/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/ |
H A D | Main.kt | 115 internal sealed class ApiError { in toString() class
|