Home
last modified time | relevance | path

Searched defs:VerifyNamesWithInterfaceList (Results 1 – 12 of 12) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl130 boolean VerifyNamesWithInterfaceList(in @nullable List<INamedCallback> services, in VerifyNamesWithInterfaceList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h127 …::ndk::ScopedAStatus VerifyNamesWithInterfaceList(const std::optional<std::vector<std::shared_ptr<… in VerifyNamesWithInterfaceList() function
/system/tools/aidl/tests/rust/
Dtest_service_async.rs290 async fn VerifyNamesWithInterfaceList( in VerifyNamesWithInterfaceList() method
Dtest_service.rs257 fn VerifyNamesWithInterfaceList( in VerifyNamesWithInterfaceList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java155 …@Override public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCall… in VerifyNamesWithInterfaceList() method in ITestService.Default
449 …@Override public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCall… in VerifyNamesWithInterfaceList() method in ITestService.Delegator
2296 …@Override public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCall… in VerifyNamesWithInterfaceList() method in ITestService.Stub.Proxy
3365 …public boolean VerifyNamesWithInterfaceList(java.util.List<android.aidl.tests.INamedCallback> serv… in VerifyNamesWithInterfaceList() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java359 public boolean VerifyNamesWithInterfaceList(List<INamedCallback> services, String[] names) in VerifyNamesWithInterfaceList() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBnTestService.h181 …::android::binder::Status VerifyNamesWithInterfaceList(const ::std::optional<::std::vector<::andro… in VerifyNamesWithInterfaceList() function
DITestService.h382 …::android::binder::Status VerifyNamesWithInterfaceList(const ::std::optional<::std::vector<::andro… in VerifyNamesWithInterfaceList() function
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1328 ::android::binder::Status BpTestService::VerifyNamesWithInterfaceList(const ::std::optional<::std::… in VerifyNamesWithInterfaceList() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs50 …fn VerifyNamesWithInterfaceList(&self, _arg_services: Option<&[Option<binder::Strong<dyn crate::ma… in VerifyNamesWithInterfaceList() method
126 …fn VerifyNamesWithInterfaceList<'a>(&'a self, _arg_services: Option<&'a [Option<binder::Strong<dyn… in VerifyNamesWithInterfaceList() method
197 …async fn VerifyNamesWithInterfaceList(&self, _arg_services: Option<&[Option<binder::Strong<dyn cra… in VerifyNamesWithInterfaceList() method
348 …fn VerifyNamesWithInterfaceList(&self, _arg_services: Option<&[Option<binder::Strong<dyn crate::ma… in new_async_binder() function
552 …fn VerifyNamesWithInterfaceList(&self, _arg_services: Option<&[Option<binder::Strong<dyn crate::ma… in VerifyNamesWithInterfaceList() method
688 …pub const VerifyNamesWithInterfaceList: binder::binder_impl::TransactionCode = binder::binder_impl… constant
2176 …fn VerifyNamesWithInterfaceList(&self, _arg_services: Option<&[Option<binder::Strong<dyn crate::ma… in VerifyNamesWithInterfaceList() method
2759 …fn VerifyNamesWithInterfaceList<'a>(&'a self, _arg_services: Option<&'a [Option<binder::Strong<dyn… in VerifyNamesWithInterfaceList() method
3235 …fn VerifyNamesWithInterfaceList(&self, _arg_services: Option<&[Option<binder::Strong<dyn crate::ma… in VerifyNamesWithInterfaceList() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp2676 ::ndk::ScopedAStatus BpTestService::VerifyNamesWithInterfaceList(const std::optional<std::vector<st… in VerifyNamesWithInterfaceList() function in aidl::android::aidl::tests::BpTestService
4295 ::ndk::ScopedAStatus ITestServiceDefault::VerifyNamesWithInterfaceList(const std::optional<std::vec… in VerifyNamesWithInterfaceList() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/
Daidl_test_service.cpp506 Status VerifyNamesWithInterfaceList(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithInterfaceList() function in __anon556d30440111::NativeService