Home
last modified time | relevance | path

Searched defs:VerifyNamesWithNullableInterfaceArray (Results 1 – 18 of 18) sorted by relevance

/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-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
2668 …@Override public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[]… in VerifyNamesWithNullableInterfaceArray() method in ITestService.Stub.Proxy
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
2668 …@Override public boolean VerifyNamesWithNullableInterfaceArray(android.aidl.tests.INamedCallback[]… in VerifyNamesWithNullableInterfaceArray() method in ITestService.Stub.Proxy
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-ndk-source/gen/include/aidl/android/aidl/tests/
DBnTestService.h132 …::ndk::ScopedAStatus VerifyNamesWithNullableInterfaceArray(const std::optional<std::vector<std::sh… in VerifyNamesWithNullableInterfaceArray() function
/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
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java369 public boolean VerifyNamesWithNullableInterfaceArray(INamedCallback[] services, String[] names) in VerifyNamesWithNullableInterfaceArray() method in TestServiceServer
/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
DITestService.h721 …::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
DITestService.h721 …::android::binder::Status VerifyNamesWithNullableInterfaceArray(const ::std::optional<::std::vecto… in VerifyNamesWithNullableInterfaceArray() function
/aosp_15_r20/system/tools/aidl/tests/rust/
Dtest_service.rs265 fn VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray() method
Dtest_service_async.rs303 async fn VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray() method
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp2752 ::ndk::ScopedAStatus BpTestService::VerifyNamesWithNullableInterfaceArray(const std::optional<std::… in VerifyNamesWithNullableInterfaceArray() function in aidl::android::aidl::tests::BpTestService
4633 ::ndk::ScopedAStatus ITestServiceDefault::VerifyNamesWithNullableInterfaceArray(const std::optional… in VerifyNamesWithNullableInterfaceArray() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DITestService.cpp2752 ::ndk::ScopedAStatus BpTestService::VerifyNamesWithNullableInterfaceArray(const std::optional<std::… in VerifyNamesWithNullableInterfaceArray() function in aidl::android::aidl::tests::BpTestService
4633 ::ndk::ScopedAStatus ITestServiceDefault::VerifyNamesWithNullableInterfaceArray(const std::optional… in VerifyNamesWithNullableInterfaceArray() function in aidl::android::aidl::tests::ITestServiceDefault
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_service_ndk.cpp365 ScopedAStatus VerifyNamesWithNullableInterfaceArray( in VerifyNamesWithNullableInterfaceArray() function in __anon0586964a0111::NativeService
Daidl_test_service.cpp490 Status VerifyNamesWithNullableInterfaceArray(const optional<vector<sp<INamedCallback>>>& services, in VerifyNamesWithNullableInterfaceArray() function in __anonf414188e0111::NativeService
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1328 ::android::binder::Status BpTestService::VerifyNamesWithNullableInterfaceArray(const ::std::optiona… in VerifyNamesWithNullableInterfaceArray() function in android::aidl::tests::BpTestService
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1328 ::android::binder::Status BpTestService::VerifyNamesWithNullableInterfaceArray(const ::std::optiona… in VerifyNamesWithNullableInterfaceArray() function in android::aidl::tests::BpTestService