Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_service_exceptions.cpp22 auto status = service->TestOneway(); in TEST_F()
Daidl_test_service.cpp299 Status TestOneway() override { return Status::fromStatusT(android::UNKNOWN_ERROR); } in TestOneway() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl72 oneway void TestOneway(); in TestOneway() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs17 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/
Dtest_service.rs128 fn TestOneway(&self) -> binder::Result<()> { in TestOneway() method
Dtest_client.rs107 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/
DBpTestService.h18 ::ndk::ScopedAStatus TestOneway() override;
DITestService.h167 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/
DBpTestService.h20 ::android::binder::Status TestOneway() override;
DITestService.h113 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/
DITestService.java32 @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/
DTestServiceServer.java105 public void TestOneway() throws RemoteException { in TestOneway() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java84 service.TestOneway(); in testOneway()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp57 ::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/
DITestService.cpp115 ::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()