/system/tools/aidl/tests/ |
D | aidl_test_client_ndk_primitives_test.cpp | 83 ASSERT_TRUE(service->GetInterfaceList(names, &got).isOk()); in TEST_F()
|
D | aidl_test_client_primitives.cpp | 237 auto status = service->GetInterfaceList(names, &got); in TEST_F()
|
D | aidl_test_service.cpp | 501 Status GetInterfaceList(const optional<vector<optional<String16>>>& names, in GetInterfaceList() function in __anon556d30440111::NativeService
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 129 @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/ |
D | BnTestService.h | 124 …::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()
|
D | BpTestService.h | 47 …::ndk::ScopedAStatus GetInterfaceList(const std::optional<std::vector<std::optional<std::string>>>…
|
D | ITestService.h | 324 …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/ |
D | BnTestService.h | 178 …::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()
|
D | BpTestService.h | 46 …::android::binder::Status GetInterfaceList(const ::std::optional<::std::vector<::std::optional<::a…
|
D | ITestService.h | 244 …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/ |
D | ITestService.rs | 49 …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/ |
D | ITestService.java | 151 …@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/ |
D | test_service.rs | 249 fn GetInterfaceList( in GetInterfaceList() method
|
D | test_service_async.rs | 282 async fn GetInterfaceList( in GetInterfaceList() method
|
D | test_client.rs | 310 let got = service.GetInterfaceList(Some(&names)).expect("error calling GetInterfaceList"); in test_interface_list_exchange()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 354 public List<INamedCallback> GetInterfaceList(String[] names) throws RemoteException { in GetInterfaceList() method in TestServiceServer
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 319 List<INamedCallback> got = service.GetInterfaceList(names); in testInterfaceListExchange()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 662 ::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/ |
D | ITestService.cpp | 1290 ::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()
|