Home
last modified time | relevance | path

Searched defs:VerifyName (Results 1 – 9 of 9) sorted by relevance

/system/tools/aidl/tests/android/aidl/tests/
DITestService.aidl102 boolean VerifyName(INamedCallback service, String name); in VerifyName() method
/system/tools/aidl/tests/rust/
Dtest_service.rs169 fn VerifyName( in VerifyName() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DITestService.rs41 …fn VerifyName(&self, _arg_service: &binder::Strong<dyn crate::mangled::_7_android_4_aidl_5_tests_1… in VerifyName() method
152 …fn VerifyName(&self, _arg_service: &binder::Strong<dyn crate::mangled::_7_android_4_aidl_5_tests_1… in VerifyName() method
255 pub const VerifyName: binder::TransactionCode = binder::FIRST_CALL_TRANSACTION + 26; constant
820 …fn VerifyName(&self, _arg_service: &binder::Strong<dyn crate::mangled::_7_android_4_aidl_5_tests_1… in VerifyName() method
1275 …fn VerifyName(&self, _arg_service: &binder::Strong<dyn crate::mangled::_7_android_4_aidl_5_tests_1… in VerifyName() method
/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java273 public boolean VerifyName(INamedCallback service, String name) throws RemoteException { in VerifyName() method in TestServiceServer
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DITestService.cpp1100 ::android::binder::Status BpTestService::VerifyName(const ::android::sp<::android::aidl::tests::INa… in VerifyName() function in android::aidl::tests::BpTestService
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp2132 ::ndk::ScopedAStatus BpTestService::VerifyName(const std::shared_ptr<::aidl::android::aidl::tests::… in VerifyName() function in aidl::android::aidl::tests::BpTestService
3346 ::ndk::ScopedAStatus ITestServiceDefault::VerifyName(const std::shared_ptr<::aidl::android::aidl::t… in VerifyName() function in aidl::android::aidl::tests::ITestServiceDefault
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DITestService.java130 …@Override public boolean VerifyName(android.aidl.tests.INamedCallback service, java.lang.String na… in VerifyName() method in ITestService.Default
1642 …@Override public boolean VerifyName(android.aidl.tests.INamedCallback service, java.lang.String na… in VerifyName() method in ITestService.Stub.Proxy
2461 …public boolean VerifyName(android.aidl.tests.INamedCallback service, java.lang.String name) throws… in VerifyName() method
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DITestService.h247 …::android::binder::Status VerifyName(const ::android::sp<::android::aidl::tests::INamedCallback>&,… in VerifyName() function
/system/tools/aidl/tests/
Daidl_test_service.cpp423 Status VerifyName(const sp<INamedCallback>& service, const String16& name, in VerifyName() function in __anonee08dd980111::NativeService