/system/tools/aidl/tests/ |
D | aidl_test_client_ndk_primitives_test.cpp | 67 ASSERT_TRUE(service->GetNullableInterfaceArray(names, &got).isOk()); in TEST_F()
|
D | aidl_test_client_primitives.cpp | 241 auto status = service->GetNullableInterfaceArray(names, &got); in TEST_F()
|
D | aidl_test_service.cpp | 492 Status GetNullableInterfaceArray(const optional<vector<optional<String16>>>& names, in GetNullableInterfaceArray() function in __anonbcceb43d0111::NativeService 542 return GetNullableInterfaceArray(names, _aidl_ret); in GetInterfaceList()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 338 return GetNullableInterfaceArray(names); in GetInterfaceArray() 346 public INamedCallback[] GetNullableInterfaceArray(String[] names) throws RemoteException { in GetNullableInterfaceArray() method in TestServiceServer 381 INamedCallback[] services = GetNullableInterfaceArray(names); in GetInterfaceList()
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 146 @nullable INamedCallback[] GetNullableInterfaceArray( in GetNullableInterfaceArray() method
|
/system/tools/aidl/tests/rust/ |
D | test_service_async.rs | 271 async fn GetNullableInterfaceArray( in GetNullableInterfaceArray() method 317 self.GetNullableInterfaceArray(names).await in GetInterfaceList()
|
D | test_service.rs | 237 fn GetNullableInterfaceArray( in GetNullableInterfaceArray() method 283 self.GetNullableInterfaceArray(names) in GetInterfaceList()
|
D | test_client.rs | 309 .GetNullableInterfaceArray(Some(&names)) in test_binder_nullable_array_exchange()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 121 …::ndk::ScopedAStatus GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::… in GetNullableInterfaceArray() function 122 return _impl->GetNullableInterfaceArray(in_names, _aidl_return); in GetNullableInterfaceArray()
|
D | BpTestService.h | 46 …::ndk::ScopedAStatus GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::…
|
D | ITestService.h | 542 …virtual ::ndk::ScopedAStatus GetNullableInterfaceArray(const std::optional<std::vector<std::option… 615 …::ndk::ScopedAStatus GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::…
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 198 …::android::binder::Status GetNullableInterfaceArray(const ::std::optional<::std::vector<::std::opt… in GetNullableInterfaceArray() function 199 return _aidl_delegate->GetNullableInterfaceArray(names, _aidl_return); in GetNullableInterfaceArray()
|
D | BpTestService.h | 45 …::android::binder::Status GetNullableInterfaceArray(const ::std::optional<::std::vector<::std::opt…
|
D | ITestService.h | 453 …virtual ::android::binder::Status GetNullableInterfaceArray(const ::std::optional<::std::vector<::… 588 …::android::binder::Status GetNullableInterfaceArray(const ::std::optional<::std::vector<::std::opt… in GetNullableInterfaceArray() function
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 48 …fn r#GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Opt… 126 …fn r#GetNullableInterfaceArray<'a>(&'a self, _arg_names: Option<&'a [Option<String>]>) -> binder::… 199 …async fn r#GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Resu… 348 …fn r#GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Opt… in new_async_binder() 349 self._rt.block_on(self._inner.r#GetNullableInterfaceArray(_arg_names)) in new_async_binder() 558 …fn r#GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Opt… 704 …pub const r#GetNullableInterfaceArray: binder::binder_impl::TransactionCode = binder::binder_impl:… 1407 return _aidl_default_impl.r#GetNullableInterfaceArray(_arg_names); in read_response_GetNullableInterfaceArray() 2239 …fn r#GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Opt… 2241 …let _aidl_reply = self.binder.submit_transact(transactions::r#GetNullableInterfaceArray, _aidl_dat… [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 148 …@Override public android.aidl.tests.INamedCallback[] GetNullableInterfaceArray(java.lang.String[] … in GetNullableInterfaceArray() method in ITestService.Default 451 …@Override public android.aidl.tests.INamedCallback[] GetNullableInterfaceArray(java.lang.String[] … in GetNullableInterfaceArray() method in ITestService.Delegator 453 return mImpl.GetNullableInterfaceArray(names); in GetNullableInterfaceArray() 1334 android.aidl.tests.INamedCallback[] _result = this.GetNullableInterfaceArray(_arg0); in onTransact() 2523 …@Override public android.aidl.tests.INamedCallback[] GetNullableInterfaceArray(java.lang.String[] … in GetNullableInterfaceArray() method in ITestService.Stub.Proxy 2535 return getDefaultImpl().GetNullableInterfaceArray(names); in GetNullableInterfaceArray() 3688 …public android.aidl.tests.INamedCallback[] GetNullableInterfaceArray(java.lang.String[] names) thr… in GetNullableInterfaceArray() method
|
/system/tools/aidl/tests/java/src/android/aidl/tests/ |
D | TestServiceClient.java | 330 INamedCallback[] got = service.GetNullableInterfaceArray(names); in testNullableBinderArrayExchange()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/ |
D | ITestService.cpp | 647 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetNullableInterfaceArray(in_names, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact() 2637 ::ndk::ScopedAStatus BpTestService::GetNullableInterfaceArray(const std::optional<std::vector<std::… in GetNullableInterfaceArray() function in aidl::android::aidl::tests::BpTestService 2661 … _aidl_status = ITestService::getDefaultImpl()->GetNullableInterfaceArray(in_names, _aidl_return); in GetNullableInterfaceArray() 4413 ::ndk::ScopedAStatus ITestServiceDefault::GetNullableInterfaceArray(const std::optional<std::vector… in GetNullableInterfaceArray() 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 | 1282 ::android::binder::Status BpTestService::GetNullableInterfaceArray(const ::std::optional<::std::vec… in GetNullableInterfaceArray() function in android::aidl::tests::BpTestService 1300 return ITestService::getDefaultImpl()->GetNullableInterfaceArray(names, _aidl_return); in GetNullableInterfaceArray() 3832 ::android::binder::Status _aidl_status(GetNullableInterfaceArray(in_names, &_aidl_return)); in onTransact()
|