Searched defs:VerifyName (Results 1 – 9 of 9) sorted by relevance
/system/tools/aidl/tests/android/aidl/tests/ |
D | ITestService.aidl | 102 boolean VerifyName(INamedCallback service, String name); in VerifyName() method
|
/system/tools/aidl/tests/rust/ |
D | test_service.rs | 169 fn VerifyName( in VerifyName() method
|
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/ |
D | ITestService.rs | 41 …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/ |
D | TestServiceServer.java | 273 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/ |
D | ITestService.cpp | 1100 ::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/ |
D | ITestService.cpp | 2132 ::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/ |
D | ITestService.java | 130 …@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/ |
D | ITestService.h | 247 …::android::binder::Status VerifyName(const ::android::sp<::android::aidl::tests::INamedCallback>&,… in VerifyName() function
|
/system/tools/aidl/tests/ |
D | aidl_test_service.cpp | 423 Status VerifyName(const sp<INamedCallback>& service, const String16& name, in VerifyName() function in __anonee08dd980111::NativeService
|