Home
last modified time | relevance | path

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

/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs45 fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()>; in ThrowServiceException()
164 fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { in ThrowServiceException()
892 fn ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { in ThrowServiceException()
895 _aidl_data.write(&_arg_code)?; in ThrowServiceException()
900 return _aidl_default_impl.ThrowServiceException(_arg_code); in ThrowServiceException()
1279 …n ThrowServiceException(&self, _arg_code: i32) -> binder::public_api::Result<()> { self.0.ThrowSer… in ThrowServiceException()
1694 let _arg_code: i32 = _aidl_data.read()?; in on_transact() localVariable
1695 let _aidl_return = _aidl_service.ThrowServiceException(_arg_code); in on_transact()