/system/tools/aidl/tests/ |
D | aidl_test_client_service_exceptions.cpp | 22 auto status = service->TestOneway(); in TEST_F()
|
D | aidl_test_service.cpp | 299 Status TestOneway() override { return Status::fromStatusT(android::UNKNOWN_ERROR); } in TestOneway() function in __anonee08dd980111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 72 oneway void TestOneway(); in TestOneway() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 17 fn TestOneway(&self) -> binder::public_api::Result<()>; in TestOneway() method 80 fn TestOneway(&self) -> binder::public_api::Result<()> { in TestOneway() method 231 pub const TestOneway: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 2; constant 394 fn TestOneway(&self) -> binder::public_api::Result<()> { in TestOneway() method 395 …let _aidl_reply = self.binder.transact(transactions::TestOneway, binder::FLAG_ONEWAY | binder::FLA… in TestOneway() 401 return _aidl_default_impl.TestOneway(); in TestOneway() 1251 fn TestOneway(&self) -> binder::public_api::Result<()> { self.0.TestOneway() } in TestOneway() method 1325 transactions::TestOneway => { in on_transact() 1326 let _aidl_return = _aidl_service.TestOneway(); in on_transact()
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 128 fn TestOneway(&self) -> binder::Result<()> { in TestOneway() method
|
D | test_client.rs | 107 let result = get_test_service().TestOneway(); in test_oneway()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
D | BpTestService.h | 18 ::ndk::ScopedAStatus TestOneway() override;
|
D | ITestService.h | 167 virtual ::ndk::ScopedAStatus TestOneway() = 0; 223 ::ndk::ScopedAStatus TestOneway() override;
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BpTestService.h | 20 ::android::binder::Status TestOneway() override;
|
D | ITestService.h | 113 virtual ::android::binder::Status TestOneway() = 0; 175 ::android::binder::Status TestOneway() override { in TestOneway() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 32 @Override public void TestOneway() throws android.os.RemoteException in TestOneway() method in ITestService.Default 298 this.TestOneway(); in onTransact() 1016 @Override public void TestOneway() throws android.os.RemoteException in TestOneway() method in ITestService.Stub.Proxy 1024 getDefaultImpl().TestOneway(); in TestOneway() 2434 public void TestOneway() throws android.os.RemoteException; in TestOneway() method
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 105 public void TestOneway() throws RemoteException { in TestOneway() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 84 service.TestOneway(); in testOneway()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 57 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->TestOneway(); in _aidl_onTransact() 1092 ::ndk::ScopedAStatus BpTestService::TestOneway() { in TestOneway() function in aidl::android::aidl::tests::BpTestService 1113 _aidl_status = ITestService::getDefaultImpl()->TestOneway(); in TestOneway() 3226 ::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 | 115 ::android::binder::Status BpTestService::TestOneway() { in TestOneway() function in android::aidl::tests::BpTestService 128 return ITestService::getDefaultImpl()->TestOneway(); in TestOneway() 2132 ::android::binder::Status _aidl_status(TestOneway()); in onTransact()
|