/system/tools/aidl/tests/ |
D | aidl_test_client_ndk_primitives_test.cpp | 64 ASSERT_TRUE(service->GetNullableInterfaceArray(names, &got).isOk()); in TEST_F()
|
D | aidl_test_client_primitives.cpp | 216 auto status = service->GetNullableInterfaceArray(names, &got); in TEST_F()
|
D | aidl_test_service.cpp | 453 Status GetNullableInterfaceArray(const optional<vector<optional<String16>>>& names, in GetNullableInterfaceArray() function in __anon556d30440111::NativeService 503 return GetNullableInterfaceArray(names, _aidl_ret); in GetInterfaceList()
|
/system/tools/aidl/tests/java/src/android/aidl/service/ |
D | TestServiceServer.java | 312 return GetNullableInterfaceArray(names); in GetInterfaceArray() 320 public INamedCallback[] GetNullableInterfaceArray(String[] names) throws RemoteException { in GetNullableInterfaceArray() method in TestServiceServer 355 INamedCallback[] services = GetNullableInterfaceArray(names); in GetInterfaceList()
|
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 124 @nullable INamedCallback[] GetNullableInterfaceArray( in GetNullableInterfaceArray() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | BnTestService.h | 118 …::ndk::ScopedAStatus GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::… in GetNullableInterfaceArray() function 119 return _impl->GetNullableInterfaceArray(in_names, _aidl_return); in GetNullableInterfaceArray()
|
D | BpTestService.h | 45 …::ndk::ScopedAStatus GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::…
|
D | ITestService.h | 322 …virtual ::ndk::ScopedAStatus GetNullableInterfaceArray(const std::optional<std::vector<std::option… 393 …::ndk::ScopedAStatus GetNullableInterfaceArray(const std::optional<std::vector<std::optional<std::…
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 208 fn GetNullableInterfaceArray( in GetNullableInterfaceArray() method 254 self.GetNullableInterfaceArray(names) in GetInterfaceList()
|
D | test_service_async.rs | 241 async fn GetNullableInterfaceArray( in GetNullableInterfaceArray() method 287 self.GetNullableInterfaceArray(names).await in GetInterfaceList()
|
D | test_client.rs | 291 .GetNullableInterfaceArray(Some(&names)) in test_binder_nullable_array_exchange()
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | BnTestService.h | 172 …::android::binder::Status GetNullableInterfaceArray(const ::std::optional<::std::vector<::std::opt… in GetNullableInterfaceArray() function 173 return _aidl_delegate->GetNullableInterfaceArray(names, _aidl_return); in GetNullableInterfaceArray()
|
D | BpTestService.h | 44 …::android::binder::Status GetNullableInterfaceArray(const ::std::optional<::std::vector<::std::opt…
|
D | ITestService.h | 242 …virtual ::android::binder::Status GetNullableInterfaceArray(const ::std::optional<::std::vector<::… 373 …::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 | 47 …fn GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Optio… in GetNullableInterfaceArray() method 123 …fn GetNullableInterfaceArray<'a>(&'a self, _arg_names: Option<&'a [Option<String>]>) -> binder::Bo… in GetNullableInterfaceArray() method 194 …async fn GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result… in GetNullableInterfaceArray() method 339 …fn GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Optio… in new_async_binder() function 340 self._rt.block_on(self._inner.GetNullableInterfaceArray(_arg_names)) in new_async_binder() 543 …fn GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Optio… in GetNullableInterfaceArray() method 685 …pub const GetNullableInterfaceArray: binder::binder_impl::TransactionCode = binder::binder_impl::F… constant 1352 return _aidl_default_impl.GetNullableInterfaceArray(_arg_names); in read_response_GetNullableInterfaceArray() 2161 …fn GetNullableInterfaceArray(&self, _arg_names: Option<&[Option<String>]>) -> binder::Result<Optio… in GetNullableInterfaceArray() method 2163 …let _aidl_reply = self.binder.submit_transact(transactions::GetNullableInterfaceArray, _aidl_data,… in GetNullableInterfaceArray() [all …]
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | ITestService.java | 143 …@Override public android.aidl.tests.INamedCallback[] GetNullableInterfaceArray(java.lang.String[] … in GetNullableInterfaceArray() method in ITestService.Default 437 …@Override public android.aidl.tests.INamedCallback[] GetNullableInterfaceArray(java.lang.String[] … in GetNullableInterfaceArray() method in ITestService.Delegator 439 return mImpl.GetNullableInterfaceArray(names); in GetNullableInterfaceArray() 1016 android.aidl.tests.INamedCallback[] _result = this.GetNullableInterfaceArray(_arg0); in onTransact() 2223 …@Override public android.aidl.tests.INamedCallback[] GetNullableInterfaceArray(java.lang.String[] … in GetNullableInterfaceArray() method in ITestService.Stub.Proxy 2235 return getDefaultImpl().GetNullableInterfaceArray(names); in GetNullableInterfaceArray() 3362 …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 | 308 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 | 622 …::ndk::ScopedAStatus _aidl_status = _aidl_impl->GetNullableInterfaceArray(in_names, &_aidl_return); in _aidl_android_aidl_tests_ITestService_onTransact() 2550 ::ndk::ScopedAStatus BpTestService::GetNullableInterfaceArray(const std::optional<std::vector<std::… in GetNullableInterfaceArray() function in aidl::android::aidl::tests::BpTestService 2574 … _aidl_status = ITestService::getDefaultImpl()->GetNullableInterfaceArray(in_names, _aidl_return); in GetNullableInterfaceArray() 4280 ::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 | 1210 ::android::binder::Status BpTestService::GetNullableInterfaceArray(const ::std::optional<::std::vec… in GetNullableInterfaceArray() function in android::aidl::tests::BpTestService 1227 return ITestService::getDefaultImpl()->GetNullableInterfaceArray(names, _aidl_return); in GetNullableInterfaceArray() 3618 ::android::binder::Status _aidl_status(GetNullableInterfaceArray(in_names, &_aidl_return)); in onTransact()
|