Searched refs:RemoteExceptionType (Results 1 – 3 of 3) sorted by relevance
167 class RemoteExceptionType : public Type {169 explicit RemoteExceptionType(const JavaTypeNamespace* types);303 const Type* RemoteExceptionType() const { return m_remote_exception_type; } in RemoteExceptionType() function
143 RemoteExceptionType::RemoteExceptionType(const JavaTypeNamespace* types) in RemoteExceptionType() function in android::aidl::java::RemoteExceptionType291 AddAndSetMember(&m_remote_exception_type, std::make_unique<class RemoteExceptionType>(this)); in Init()
197 onTransact->exceptions.push_back(types->RemoteExceptionType()->JavaType()); in StubClass()415 decl->exceptions.push_back(types->RemoteExceptionType()->JavaType()); in generate_interface_method()570 onTransact_case->exceptions.push_back(types->RemoteExceptionType()->JavaType()); in generate_stub_case_outline()606 proxy->exceptions.push_back(types->RemoteExceptionType()->JavaType()); in generate_proxy_method()924 ->RemoteExceptionType() in generate_default_impl_method()