/system/extras/profcollectd/libprofcollectd/ |
D | scheduler.rs | 46 pub fn schedule_periodic(&mut self, config: &Config) -> Result<()> { in schedule_periodic() 74 pub fn terminate_periodic(&mut self) -> Result<()> { in terminate_periodic() 84 pub fn one_shot(&self, config: &Config, tag: &str) -> Result<()> { in one_shot() 90 pub fn process(&self, blocking: bool) -> Result<()> { in process()
|
D | lib.rs | 37 pub fn init_service(schedule_now: bool) -> Result<()> { in init_service() 75 pub fn trace_once(tag: &str) -> Result<()> { in trace_once()
|
D | trace_provider.rs | 30 fn process(&self, trace_dir: &Path, profile_dir: &Path) -> Result<()>; in process()
|
/system/security/keystore2/src/ |
D | maintenance.rs | 47 fn delete_namespace(&self, domain: Domain, namespace: i64) -> Result<()>; in delete_namespace() 49 fn delete_user(&self, user_id: u32) -> Result<()>; in delete_user() 68 fn on_user_password_changed(user_id: i32, password: Option<Password>) -> Result<()> { in on_user_password_changed() 105 fn add_or_remove_user(&self, user_id: i32) -> Result<()> { in add_or_remove_user() 124 fn clear_namespace(&self, domain: Domain, nspace: i64) -> Result<()> { in clear_namespace() 157 F: Fn(Strong<dyn IKeyMintDevice>) -> binder::public_api::Result<()>, in call_with_watchdog() 174 F: Fn(Strong<dyn IKeyMintDevice>) -> binder::public_api::Result<()>, in call_on_all_security_levels() 219 fn migrate_key_namespace(source: &KeyDescriptor, destination: &KeyDescriptor) -> Result<()> { in migrate_key_namespace()
|
D | service.rs | 185 ) -> Result<()> { in update_subcomponent() 309 fn delete_key(&self, key: &KeyDescriptor) -> Result<()> { in delete_key() 343 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> Result<()> { in ungrant() 376 ) -> binder::public_api::Result<()> { in updateSubcomponent() 388 fn deleteKey(&self, key: &KeyDescriptor) -> binder::public_api::Result<()> { in deleteKey() 403 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> binder::public_api::Result<()> { in ungrant()
|
D | error.rs | 238 fn nested_nested_rc(rc: ResponseCode) -> anyhow::Result<()> { in nested_nested_rc() 242 fn nested_rc(rc: ResponseCode) -> anyhow::Result<()> { in nested_rc() 246 fn nested_nested_ec(ec: ErrorCode) -> anyhow::Result<()> { in nested_nested_ec() 250 fn nested_ec(ec: ErrorCode) -> anyhow::Result<()> { in nested_ec()
|
D | utils.rs | 44 pub fn check_keystore_permission(perm: KeystorePerm) -> anyhow::Result<()> { in check_keystore_permission() 58 pub fn check_grant_permission(access_vec: KeyPermSet, key: &KeyDescriptor) -> anyhow::Result<()> { in check_grant_permission() 77 ) -> anyhow::Result<()> { in check_key_permission()
|
D | operation.rs | 261 fn prune(&self, last_usage: Instant) -> Result<(), Error> { in prune() 342 fn check_input_length(data: &[u8]) -> Result<()> { in check_input_length() 360 fn update_aad(&self, aad_input: &[u8]) -> Result<()> { in update_aad() 462 fn abort(&self, outcome: Outcome) -> Result<()> { in abort() 635 pub fn prune(&self, caller: u32, forced: bool) -> Result<(), Error> { in prune() 844 fn updateAad(&self, aad_input: &[u8]) -> binder::public_api::Result<()> { in updateAad() 880 fn abort(&self) -> binder::public_api::Result<()> { in abort()
|
D | legacy_migrator.rs | 372 pub fn bulk_delete_uid(&self, domain: Domain, nspace: i64) -> Result<()> { in bulk_delete_uid() 395 ) -> Result<()> { in bulk_delete_user() 435 fn check_and_migrate(&mut self, uid: u32, mut key: KeyDescriptor) -> Result<()> { in check_and_migrate() 563 fn check_and_migrate_super_key(&mut self, user_id: u32, pw: &Password) -> Result<()> { in check_and_migrate_super_key() 604 ) -> Result<()> { in bulk_delete()
|
D | authorization.rs | 120 fn add_auth_token(&self, auth_token: &HardwareAuthToken) -> Result<()> { in add_auth_token() 134 ) -> Result<()> { in on_lock_screen_event()
|
/system/bt/gd/rust/hci/src/ |
D | error.rs | 10 pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>; typedef
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 128 fn TestOneway(&self) -> binder::Result<()> { in TestOneway() 132 fn Deprecated(&self) -> binder::Result<()> { in Deprecated() 194 fn ThrowServiceException(&self, code: i32) -> binder::Result<()> { in ThrowServiceException() 219 fn TakesAnIBinder(&self, _: &SpIBinder) -> binder::Result<()> { in TakesAnIBinder() 223 fn TakesANullableIBinder(&self, _: Option<&SpIBinder>) -> binder::Result<()> { in TakesANullableIBinder() 264 ) -> binder::Result<()> { in FillOutStructuredParcelable() 320 fn originalApi(&self) -> binder::Result<()> { in originalApi()
|
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 89 fn init_tables(&mut self) -> Result<()> { in init_tables() 118 fn put(&mut self, caller_uid: u32, alias: &str, entry: &[u8]) -> Result<()> { in put() 152 fn remove_uid(&mut self, uid: u32) -> Result<()> { in remove_uid() 160 fn remove_user(&mut self, user_id: u32) -> Result<()> { in remove_user() 240 fn delete_namespace(&self, domain: Domain, namespace: i64) -> Result<()> { in delete_namespace() 243 fn delete_user(&self, user_id: u32) -> Result<()> { in delete_user() 326 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> Result<()> { in put() 335 fn remove(&self, alias: &str, uid: i32) -> Result<()> { in remove() 350 fn delete_namespace(&self, domain: Domain, namespace: i64) -> Result<()> { in delete_namespace() 372 fn delete_user(&self, user_id: u32) -> Result<()> { in delete_user() [all …]
|
/system/security/keystore2/system_property/ |
D | lib.rs | 58 pub type Result<T> = std::result::Result<T, PropertyWatcherError>; typedef 143 fn wait_for_property_creation(&mut self) -> Result<()> { in wait_for_property_creation() 171 pub fn wait(&mut self) -> Result<()> { in wait()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | DeprecatedParcelable.rs | 13 fn serialize(&self, parcel: &mut binder::parcel::Parcel) -> binder::Result<()> { in serialize() 19 …fn serialize_option(this: Option<&Self>, parcel: &mut binder::parcel::Parcel) -> binder::Result<()… in serialize_option()
|
D | OtherParcelableForToString.rs | 14 fn serialize(&self, parcel: &mut binder::parcel::Parcel) -> binder::Result<()> { in serialize() 20 …fn serialize_option(this: Option<&Self>, parcel: &mut binder::parcel::Parcel) -> binder::Result<()… in serialize_option()
|
D | UnionWithFd.rs | 13 fn serialize(&self, parcel: &mut binder::parcel::Parcel) -> binder::Result<()> { in serialize() 19 …fn serialize_option(this: Option<&Self>, parcel: &mut binder::parcel::Parcel) -> binder::Result<()… in serialize_option()
|
D | GenericStructuredParcelable.rs | 16 fn serialize(&self, parcel: &mut binder::parcel::Parcel) -> binder::Result<()> { in serialize() 22 …fn serialize_option(this: Option<&Self>, parcel: &mut binder::parcel::Parcel) -> binder::Result<()… in serialize_option()
|
D | Union.rs | 19 fn serialize(&self, parcel: &mut binder::parcel::Parcel) -> binder::Result<()> { in serialize() 25 …fn serialize_option(this: Option<&Self>, parcel: &mut binder::parcel::Parcel) -> binder::Result<()… in serialize_option()
|
D | IDeprecated.rs | 36 …onCode, _aidl_data: &binder::parcel::Parcel, _aidl_reply: &mut binder::parcel::Parcel) -> binder::… in on_transact()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/unions/ |
D | UnionInUnion.rs | 13 fn serialize(&self, parcel: &mut binder::parcel::Parcel) -> binder::Result<()> { in serialize() 19 …fn serialize_option(this: Option<&Self>, parcel: &mut binder::parcel::Parcel) -> binder::Result<()… in serialize_option()
|
D | EnumUnion.rs | 13 fn serialize(&self, parcel: &mut binder::parcel::Parcel) -> binder::Result<()> { in serialize() 19 …fn serialize_option(this: Option<&Self>, parcel: &mut binder::parcel::Parcel) -> binder::Result<()… in serialize_option()
|
/system/bt/gd/rust/facade/src/ |
D | lib.rs | 112 type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>; typedef 148 async fn start(&self, req: StartStackRequest) -> Result<()> { in start() 155 async fn stop(&self) -> Result<()> { in stop()
|
/system/bt/gd/rust/hci/custom_types/ |
D | lib.rs | 27 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() 74 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
|
/system/security/keystore2/src/database/ |
D | utils.rs | 40 pub fn with_rows_extract_all<'a, F>(rows: &mut Rows<'a>, mut row_extractor: F) -> Result<()> in with_rows_extract_all()
|