Home
last modified time | relevance | path

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

/system/tools/aidl/tests/rust/
Dtest_service.rs157 fn GetOtherTestService( in GetOtherTestService() method
257 self.GetOtherTestService("ABT: always be testing").map(Some) in GetCallback()
Dtest_client.rs247 .GetOtherTestService(NAME) in test_binder_exchange()
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl101 INamedCallback GetOtherTestService(String name); in GetOtherTestService() method
/system/tools/aidl/tests/
Daidl_test_client_parcelables.cpp227 service->GetOtherTestService(String16("callback1"), &callback1); in TEST_F()
228 service->GetOtherTestService(String16("callback2"), &callback2); in TEST_F()
Daidl_test_client_primitives.cpp195 auto status = service->GetOtherTestService(names[i], &got); in TEST_F()
Daidl_test_service.cpp412 Status GetOtherTestService(const String16& name, in GetOtherTestService() function in __anonee08dd980111::NativeService
556 return GetOtherTestService(String16("ABT: always be testing"), ret); in GetCallback()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs40 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::public_api::Result<binder::Strong<dyn cr… in GetOtherTestService() method
149 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::public_api::Result<binder::Strong<dyn cr… in GetOtherTestService() method
254 pub const GetOtherTestService: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 25; constant
803 …fn GetOtherTestService(&self, _arg_name: &str) -> binder::public_api::Result<binder::Strong<dyn cr… in GetOtherTestService() method
804 …let _aidl_reply = self.binder.transact(transactions::GetOtherTestService, binder::FLAG_CLEAR_BUF |… in GetOtherTestService()
811 return _aidl_default_impl.GetOtherTestService(_arg_name); in GetOtherTestService()
1274GetOtherTestService(&self, _arg_name: &str) -> binder::public_api::Result<binder::Strong<dyn crate… in GetOtherTestService() method
1626 transactions::GetOtherTestService => { in on_transact()
1628 let _aidl_return = _aidl_service.GetOtherTestService(&_arg_name); in on_transact()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h41 …::ndk::ScopedAStatus GetOtherTestService(const std::string& in_name, std::shared_ptr<::aidl::andro…
DITestService.h190 …virtual ::ndk::ScopedAStatus GetOtherTestService(const std::string& in_name, std::shared_ptr<::aid…
246 …::ndk::ScopedAStatus GetOtherTestService(const std::string& in_name, std::shared_ptr<::aidl::andro…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h43 …::android::binder::Status GetOtherTestService(const ::android::String16& name, ::android::sp<::and…
DITestService.h136 …virtual ::android::binder::Status GetOtherTestService(const ::android::String16& name, ::android::…
244 …::android::binder::Status GetOtherTestService(const ::android::String16&, ::android::sp<::android:… in GetOtherTestService() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java126 …@Override public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) thro… in GetOtherTestService() method in ITestService.Default
625 android.aidl.tests.INamedCallback _result = this.GetOtherTestService(_arg0); in onTransact()
1619 …@Override public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) thro… in GetOtherTestService() method in ITestService.Stub.Proxy
1630 return getDefaultImpl().GetOtherTestService(name); in GetOtherTestService()
2460 …public android.aidl.tests.INamedCallback GetOtherTestService(java.lang.String name) throws android… in GetOtherTestService() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java266 public INamedCallback GetOtherTestService(String name) throws RemoteException { in GetOtherTestService() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java279 INamedCallback got = service.GetOtherTestService("Smythe"); in testBinderExchange()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp541 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetOtherTestService(in_name, &_aidl_return); in _aidl_onTransact()
2091 ::ndk::ScopedAStatus BpTestService::GetOtherTestService(const std::string& in_name, std::shared_ptr… in GetOtherTestService() function in aidl::android::aidl::tests::BpTestService
2115 _aidl_status = ITestService::getDefaultImpl()->GetOtherTestService(in_name, _aidl_return); in GetOtherTestService()
3341 ::ndk::ScopedAStatus ITestServiceDefault::GetOtherTestService(const std::string& /*in_name*/, std::… in GetOtherTestService() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1062 ::android::binder::Status BpTestService::GetOtherTestService(const ::android::String16& name, ::and… in GetOtherTestService() function in android::aidl::tests::BpTestService
1079 return ITestService::getDefaultImpl()->GetOtherTestService(name, _aidl_return); in GetOtherTestService()
2818 ::android::binder::Status _aidl_status(GetOtherTestService(in_name, &_aidl_return)); in onTransact()