Home
last modified time | relevance | path

Searched refs:GetInterfaceList (Results 1 – 19 of 19) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_ndk_primitives_test.cpp83 ASSERT_TRUE(service->GetInterfaceList(names, &got).isOk()); in TEST_F()
Daidl_test_client_primitives.cpp237 auto status = service->GetInterfaceList(names, &got); in TEST_F()
Daidl_test_service.cpp501 Status GetInterfaceList(const optional<vector<optional<String16>>>& names, in GetInterfaceList() function in __anon556d30440111::NativeService
/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl129 @nullable List<INamedCallback> GetInterfaceList(in @nullable String[] names); in GetInterfaceList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h124 …::ndk::ScopedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::string>>>… in GetInterfaceList() function
125 return _impl->GetInterfaceList(in_names, _aidl_return); in GetInterfaceList()
DBpTestService.h47 …::ndk::ScopedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::string>>>…
DITestService.h324 …virtual ::ndk::ScopedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::s…
395 …::ndk::ScopedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::string>>>…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h178 …::android::binder::Status GetInterfaceList(const ::std::optional<::std::vector<::std::optional<::a… in GetInterfaceList() function
179 return _aidl_delegate->GetInterfaceList(names, _aidl_return); in GetInterfaceList()
DBpTestService.h46 …::android::binder::Status GetInterfaceList(const ::std::optional<::std::vector<::std::optional<::a…
DITestService.h244 …virtual ::android::binder::Status GetInterfaceList(const ::std::optional<::std::vector<::std::opti…
379 …::android::binder::Status GetInterfaceList(const ::std::optional<::std::vector<::std::optional<::a… in GetInterfaceList() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs49 …fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<Vec<Opt… in GetInterfaceList() method
125 …fn GetInterfaceList<'a>(&'a self, _arg_names: Option<&'a [Option<String>]>) -> binder::BoxFuture<'… in GetInterfaceList() method
196 …async fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<V… in GetInterfaceList() method
345 …fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<Vec<Opt… in new_async_binder() function
346 self._rt.block_on(self._inner.GetInterfaceList(_arg_names)) in new_async_binder()
549 …fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<Vec<Opt… in GetInterfaceList() method
687 …pub const GetInterfaceList: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CALL… constant
1389 return _aidl_default_impl.GetInterfaceList(_arg_names); in read_response_GetInterfaceList()
2171 …fn GetInterfaceList(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Option<Vec<Opt… in GetInterfaceList() method
2173 …let _aidl_reply = self.binder.submit_transact(transactions::GetInterfaceList, _aidl_data, binder::… in GetInterfaceList()
[all …]
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java151 …@Override public java.util.List<android.aidl.tests.INamedCallback> GetInterfaceList(java.lang.Stri… in GetInterfaceList() method in ITestService.Default
445 …@Override public java.util.List<android.aidl.tests.INamedCallback> GetInterfaceList(java.lang.Stri… in GetInterfaceList() method in ITestService.Delegator
447 return mImpl.GetInterfaceList(names); in GetInterfaceList()
1038 java.util.List<android.aidl.tests.INamedCallback> _result = this.GetInterfaceList(_arg0); in onTransact()
2272 …@Override public java.util.List<android.aidl.tests.INamedCallback> GetInterfaceList(java.lang.Stri… in GetInterfaceList() method in ITestService.Stub.Proxy
2284 return getDefaultImpl().GetInterfaceList(names); in GetInterfaceList()
3364 …public java.util.List<android.aidl.tests.INamedCallback> GetInterfaceList(java.lang.String[] names… in GetInterfaceList() method
/system/tools/aidl/tests/rust/
Dtest_service.rs249 fn GetInterfaceList( in GetInterfaceList() method
Dtest_service_async.rs282 async fn GetInterfaceList( in GetInterfaceList() method
Dtest_client.rs310 let got = service.GetInterfaceList(Some(&names)).expect("error calling GetInterfaceList"); in test_interface_list_exchange()
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java354 public List<INamedCallback> GetInterfaceList(String[] names) throws RemoteException { in GetInterfaceList() method in TestServiceServer
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java319 List<INamedCallback> got = service.GetInterfaceList(names); in testInterfaceListExchange()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp662 ::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetInterfaceList(in_names, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact()
2635 ::ndk::ScopedAStatus BpTestService::GetInterfaceList(const std::optional<std::vector<std::optional<… in GetInterfaceList() function in aidl::android::aidl::tests::BpTestService
2659 _aidl_status = ITestService::getDefaultImpl()->GetInterfaceList(in_names, _aidl_return); in GetInterfaceList()
4290 ::ndk::ScopedAStatus ITestServiceDefault::GetInterfaceList(const std::optional<std::vector<std::opt… in GetInterfaceList() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1290 ::android::binder::Status BpTestService::GetInterfaceList(const ::std::optional<::std::vector<::std… in GetInterfaceList() function in android::aidl::tests::BpTestService
1307 return ITestService::getDefaultImpl()->GetInterfaceList(names, _aidl_return); in GetInterfaceList()
3683 ::android::binder::Status _aidl_status(GetInterfaceList(in_names, &_aidl_return)); in onTransact()