Home
last modified time | relevance | path

Searched refs:VerifyNamesWithNullableInterfaceArray (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java352 return VerifyNamesWithNullableInterfaceArray(services, names); in VerifyNamesWithInterfaceArray()
369 public boolean VerifyNamesWithNullableInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithNullableInterfaceArray() method in TestServiceServer
396 return VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithInterfaceList()
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_ndk_primitives_test.cpp69 ASSERT_TRUE(service->VerifyNamesWithNullableInterfaceArray(got, names, &verified).isOk()); in TEST_F()
Daidl_test_service.cpp490 Status VerifyNamesWithNullableInterfaceArray(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray() function in __anonf414188e0111::NativeService
526 return VerifyNamesWithNullableInterfaceArray(services, names, _aidl_ret); in VerifyNamesWithInterfaceList()
Daidl_test_service_ndk.cpp365 ScopedAStatus VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray() function in __anon0586964a0111::NativeService
402 return VerifyNamesWithNullableInterfaceArray(services, names, _aidl_ret); in VerifyNamesWithInterfaceList()
Daidl_test_client_primitives.cpp243 status = service->VerifyNamesWithNullableInterfaceArray(got, names, &verified); in TEST_F()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h132 …::ndk::ScopedAStatus VerifyNamesWithNullableInterfaceArray(const std::optional<std::vector<std::sh… in VerifyNamesWithNullableInterfaceArray() function
133 return _impl->VerifyNamesWithNullableInterfaceArray(in_services, in_names, _aidl_return); in VerifyNamesWithNullableInterfaceArray()
DBpTestService.h55 …::ndk::ScopedAStatus VerifyNamesWithNullableInterfaceArray(const std::optional<std::vector<std::sh…
DITestService.h673 …virtual ::ndk::ScopedAStatus VerifyNamesWithNullableInterfaceArray(const std::optional<std::vector…
749 …::ndk::ScopedAStatus VerifyNamesWithNullableInterfaceArray(const std::optional<std::vector<std::sh…
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h132 …::ndk::ScopedAStatus VerifyNamesWithNullableInterfaceArray(const std::optional<std::vector<std::sh… in VerifyNamesWithNullableInterfaceArray() function
133 return _impl->VerifyNamesWithNullableInterfaceArray(in_services, in_names, _aidl_return); in VerifyNamesWithNullableInterfaceArray()
DBpTestService.h55 …::ndk::ScopedAStatus VerifyNamesWithNullableInterfaceArray(const std::optional<std::vector<std::sh…
DITestService.h673 …virtual ::ndk::ScopedAStatus VerifyNamesWithNullableInterfaceArray(const std::optional<std::vector…
749 …::ndk::ScopedAStatus VerifyNamesWithNullableInterfaceArray(const std::optional<std::vector<std::sh…
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs265 fn VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray() method
299 self.VerifyNamesWithNullableInterfaceArray(services, names) in VerifyNamesWithInterfaceList()
Dtest_service_async.rs303 async fn VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray() method
337 self.VerifyNamesWithNullableInterfaceArray(services, names).await in VerifyNamesWithInterfaceList()
/aosp_15_r20/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl156 boolean VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h212 …::android::binder::Status VerifyNamesWithNullableInterfaceArray(const ::std::optional<::std::vecto… in VerifyNamesWithNullableInterfaceArray() function
213 return _aidl_delegate->VerifyNamesWithNullableInterfaceArray(services, names, _aidl_return); in VerifyNamesWithNullableInterfaceArray()
DBpTestService.h54 …::android::binder::Status VerifyNamesWithNullableInterfaceArray(const ::std::optional<::std::vecto…
DITestService.h581 …virtual ::android::binder::Status VerifyNamesWithNullableInterfaceArray(const ::std::optional<::st…
721 …::android::binder::Status VerifyNamesWithNullableInterfaceArray(const ::std::optional<::std::vecto… in VerifyNamesWithNullableInterfaceArray() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h212 …::android::binder::Status VerifyNamesWithNullableInterfaceArray(const ::std::optional<::std::vecto… in VerifyNamesWithNullableInterfaceArray() function
213 return _aidl_delegate->VerifyNamesWithNullableInterfaceArray(services, names, _aidl_return); in VerifyNamesWithNullableInterfaceArray()
DBpTestService.h54 …::android::binder::Status VerifyNamesWithNullableInterfaceArray(const ::std::optional<::std::vecto…
DITestService.h581 …virtual ::android::binder::Status VerifyNamesWithNullableInterfaceArray(const ::std::optional<::st…
721 …::android::binder::Status VerifyNamesWithNullableInterfaceArray(const ::std::optional<::std::vecto… in VerifyNamesWithNullableInterfaceArray() function
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs57 …fn r#VerifyNamesWithNullableInterfaceArray<'a, 'l1, 'l2, >(&'a self, _arg_services: Option<&'l1 [O…
141 …fn r#VerifyNamesWithNullableInterfaceArray<'a, >(&'a self, _arg_services: Option<&'a [Option<binde…
217 …async fn r#VerifyNamesWithNullableInterfaceArray<'a, 'l1, 'l2, >(&'a self, _arg_services: Option<&…
371 …fn r#VerifyNamesWithNullableInterfaceArray<'a, 'l1, 'l2, >(&'a self, _arg_services: Option<&'l1 [O… in new_async_binder()
372 … self._rt.block_on(self._inner.r#VerifyNamesWithNullableInterfaceArray(_arg_services, _arg_names)) in new_async_binder()
597 …fn r#VerifyNamesWithNullableInterfaceArray<'a, >(&'a self, _arg_services: Option<&'a [Option<binde… in try_into_local_async()
598 …Box::pin(self._native.try_as_async_server().unwrap().r#VerifyNamesWithNullableInterfaceArray(_arg_… in try_into_local_async()
819 …fn r#VerifyNamesWithNullableInterfaceArray<'a, 'l1, 'l2, >(&'a self, _arg_services: Option<&'l1 [O…
972 …pub const r#VerifyNamesWithNullableInterfaceArray: binder::binder_impl::TransactionCode = binder::…
1693 … return _aidl_default_impl.r#VerifyNamesWithNullableInterfaceArray(_arg_services, _arg_names); in read_response_VerifyNamesWithNullableInterfaceArray()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs57 …fn r#VerifyNamesWithNullableInterfaceArray<'a, 'l1, 'l2, >(&'a self, _arg_services: Option<&'l1 [O…
141 …fn r#VerifyNamesWithNullableInterfaceArray<'a, >(&'a self, _arg_services: Option<&'a [Option<binde…
217 …async fn r#VerifyNamesWithNullableInterfaceArray<'a, 'l1, 'l2, >(&'a self, _arg_services: Option<&…
371 …fn r#VerifyNamesWithNullableInterfaceArray<'a, 'l1, 'l2, >(&'a self, _arg_services: Option<&'l1 [O… in new_async_binder()
372 … self._rt.block_on(self._inner.r#VerifyNamesWithNullableInterfaceArray(_arg_services, _arg_names)) in new_async_binder()
597 …fn r#VerifyNamesWithNullableInterfaceArray<'a, >(&'a self, _arg_services: Option<&'a [Option<binde… in try_into_local_async()
598 …Box::pin(self._native.try_as_async_server().unwrap().r#VerifyNamesWithNullableInterfaceArray(_arg_… in try_into_local_async()
819 …fn r#VerifyNamesWithNullableInterfaceArray<'a, 'l1, 'l2, >(&'a self, _arg_services: Option<&'l1 [O…
972 …pub const r#VerifyNamesWithNullableInterfaceArray: binder::binder_impl::TransactionCode = binder::…
1693 … return _aidl_default_impl.r#VerifyNamesWithNullableInterfaceArray(_arg_services, _arg_names); in read_response_VerifyNamesWithNullableInterfaceArray()
[all …]
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java160 …@Override public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[]… in VerifyNamesWithNullableInterfaceArray() method in ITestService.Default
476 …@Override public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[]… in VerifyNamesWithNullableInterfaceArray() method in ITestService.Delegator
478 return mImpl.VerifyNamesWithNullableInterfaceArray(services,names); in VerifyNamesWithNullableInterfaceArray()
1412 boolean _result = this.VerifyNamesWithNullableInterfaceArray(_arg0, _arg1); in onTransact()
2668 …@Override public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[]… in VerifyNamesWithNullableInterfaceArray() method in ITestService.Stub.Proxy
2681 return getDefaultImpl().VerifyNamesWithNullableInterfaceArray(services, names); in VerifyNamesWithNullableInterfaceArray()
3894 …public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services,… in VerifyNamesWithNullableInterfaceArray() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java160 …@Override public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[]… in VerifyNamesWithNullableInterfaceArray() method in ITestService.Default
476 …@Override public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[]… in VerifyNamesWithNullableInterfaceArray() method in ITestService.Delegator
478 return mImpl.VerifyNamesWithNullableInterfaceArray(services,names); in VerifyNamesWithNullableInterfaceArray()
1412 boolean _result = this.VerifyNamesWithNullableInterfaceArray(_arg0, _arg1); in onTransact()
2668 …@Override public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[]… in VerifyNamesWithNullableInterfaceArray() method in ITestService.Stub.Proxy
2681 return getDefaultImpl().VerifyNamesWithNullableInterfaceArray(services, names); in VerifyNamesWithNullableInterfaceArray()
3894 …public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[] services,… in VerifyNamesWithNullableInterfaceArray() method
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java336 assertThat(service.VerifyNamesWithNullableInterfaceArray(got, names), is(true)); in testNullableBinderArrayExchange()

12