Home
last modified time | relevance | path

Searched refs:get_descriptor (Results 1 – 7 of 7) sorted by relevance

/system/tools/aidl/tests/rust/
Dtest_client.rs40 binder::get_interface(<BpTestService as ITestService::ITestService>::get_descriptor()) in get_test_service()
610 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_interface_version()
620 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_interface_hash()
633 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_known_union_field_is_ok()
642 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_versioned_unknown_union_field_triggers_error()
662 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_array_of_parcelable_with_new_field()
673 binder::get_interface(<BpFooInterface as IFooInterface::IFooInterface>::get_descriptor()) in test_read_data_correctly_after_parcelable_with_new_field()
701 <BpOldName as IOldName::IOldName>::get_descriptor(), in test_renamed_interface_old_as_old()
714 <BpNewName as INewName::INewName>::get_descriptor(), in test_renamed_interface_new_as_new()
Dtest_service.rs340 let service_name = <BpTestService as ITestService::ITestService>::get_descriptor(); in main()
344 let versioned_service_name = <BpFooInterface as IFooInterface::IFooInterface>::get_descriptor(); in main()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DIDeprecated.rs14 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.IDeprecated" } in get_descriptor() method
DINamedCallback.rs13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.INamedCallback" } in get_descriptor() method
DINewName.rs13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.IOldName" } in get_descriptor() method
DIOldName.rs13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.IOldName" } in get_descriptor() method
DITestService.rs13 fn get_descriptor() -> &'static str where Self: Sized { "android.aidl.tests.ITestService" } in get_descriptor() method