/system/tools/aidl/tests/ |
D | aidl_test_client_service_exceptions.cpp | 22 auto status = service->TestOneway(); in TEST_F()
|
D | aidl_test_service.cpp | 312 Status TestOneway() override { return Status::fromStatusT(android::UNKNOWN_ERROR); } in TestOneway() function in __anonbcceb43d0111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 111 oneway void TestOneway(); in TestOneway() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 37 ::ndk::ScopedAStatus TestOneway() override { in TestOneway() function 38 return _impl->TestOneway(); in TestOneway()
|
D | BpTestService.h | 18 ::ndk::ScopedAStatus TestOneway() override;
|
D | ITestService.h | 514 virtual ::ndk::ScopedAStatus TestOneway() = 0; 587 ::ndk::ScopedAStatus TestOneway() override;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 102 ::android::binder::Status TestOneway() override { in TestOneway() function 103 return _aidl_delegate->TestOneway(); in TestOneway()
|
D | BpTestService.h | 17 ::android::binder::Status TestOneway() override;
|
D | ITestService.h | 425 virtual ::android::binder::Status TestOneway() = 0; 504 ::android::binder::Status TestOneway() override { in TestOneway() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 20 fn r#TestOneway(&self) -> binder::Result<()>; 98 fn r#TestOneway(&self) -> std::future::Ready<binder::Result<()>>; 171 async fn r#TestOneway(&self) -> binder::Result<()>; 264 fn r#TestOneway(&self) -> binder::Result<()> { in new_async_binder() 265 self._rt.block_on(self._inner.r#TestOneway()) in new_async_binder() 474 fn r#TestOneway(&self) -> binder::Result<()> { 676 …pub const r#TestOneway: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL_TRA… 881 return _aidl_default_impl.r#TestOneway(); in read_response_TestOneway() 2099 fn r#TestOneway(&self) -> binder::Result<()> { 2101 …let _aidl_reply = self.binder.submit_transact(transactions::r#TestOneway, _aidl_data, binder::bind… [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 33 @Override public void TestOneway() throws android.os.RemoteException in TestOneway() method in ITestService.Default 335 @Override public void TestOneway() throws android.os.RemoteException in TestOneway() method in ITestService.Delegator 337 mImpl.TestOneway(); in TestOneway() 962 this.TestOneway(); in onTransact() 1827 @Override public void TestOneway() throws android.os.RemoteException in TestOneway() method in ITestService.Stub.Proxy 1836 getDefaultImpl().TestOneway(); in TestOneway() 3656 public void TestOneway() throws android.os.RemoteException; in TestOneway() method
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 175 async fn TestOneway(&self) -> binder::Result<()> { in TestOneway() method
|
D | test_service.rs | 149 fn TestOneway(&self) -> binder::Result<()> { in TestOneway() method
|
D | test_client.rs | 132 let result = get_test_service().TestOneway(); in test_oneway()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 148 public void TestOneway() throws RemoteException { in TestOneway() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 94 service.TestOneway(); in testOneway()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 61 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->TestOneway(); in _aidl_android_aidl_tests_ITestService_onTransact() 1424 ::ndk::ScopedAStatus BpTestService::TestOneway() { in TestOneway() function in aidl::android::aidl::tests::BpTestService 1445 _aidl_status = ITestService::getDefaultImpl()->TestOneway(); in TestOneway() 4273 ::ndk::ScopedAStatus ITestServiceDefault::TestOneway() { in TestOneway() function in aidl::android::aidl::tests::ITestServiceDefault
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 105 ::android::binder::Status BpTestService::TestOneway() { in TestOneway() function in android::aidl::tests::BpTestService 119 return ITestService::getDefaultImpl()->TestOneway(); in TestOneway() 2861 ::android::binder::Status _aidl_status(TestOneway()); in onTransact()
|