Home
last modified time | relevance | path

Searched refs:VerifyName (Results 1 – 14 of 14) 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/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
821 …let _aidl_reply = self.binder.transact(transactions::VerifyName, binder::FLAG_CLEAR_BUF | binder::… in VerifyName()
829 return _aidl_default_impl.VerifyName(_arg_service, _arg_name); in VerifyName()
1275VerifyName(&self, _arg_service: &binder::Strong<dyn crate::mangled::_7_android_4_aidl_5_tests_14_I… in VerifyName() method
1638 transactions::VerifyName => { in on_transact()
1641 let _aidl_return = _aidl_service.VerifyName(&_arg_service, &_arg_name); in on_transact()
/system/tools/aidl/tests/rust/
Dtest_service.rs169 fn VerifyName( in VerifyName() method
Dtest_client.rs250 assert_eq!(service.VerifyName(&got, NAME), Ok(true)); in test_binder_exchange()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
DBpTestService.h42 …::ndk::ScopedAStatus VerifyName(const std::shared_ptr<::aidl::android::aidl::tests::INamedCallback…
DITestService.h191 …virtual ::ndk::ScopedAStatus VerifyName(const std::shared_ptr<::aidl::android::aidl::tests::INamed…
247 …::ndk::ScopedAStatus VerifyName(const std::shared_ptr<::aidl::android::aidl::tests::INamedCallback…
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DBpTestService.h44 …::android::binder::Status VerifyName(const ::android::sp<::android::aidl::tests::INamedCallback>& …
DITestService.h137 …virtual ::android::binder::Status VerifyName(const ::android::sp<::android::aidl::tests::INamedCal…
247 …::android::binder::Status VerifyName(const ::android::sp<::android::aidl::tests::INamedCallback>&,… in VerifyName() function
/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
637 boolean _result = this.VerifyName(_arg0, _arg1); in onTransact()
1642 …@Override public boolean VerifyName(android.aidl.tests.INamedCallback service, java.lang.String na… in VerifyName() method in ITestService.Stub.Proxy
1654 return getDefaultImpl().VerifyName(service, name); in VerifyName()
2461 …public boolean VerifyName(android.aidl.tests.INamedCallback service, java.lang.String name) throws… 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/
Daidl_test_service.cpp423 Status VerifyName(const sp<INamedCallback>& service, const String16& name, in VerifyName() function in __anonee08dd980111::NativeService
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java282 assertThat(service.VerifyName(got, "Smythe"), is(true)); in testBinderExchange()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
DITestService.cpp563 … ::ndk::ScopedAStatus _aidl_status = _aidl_impl->VerifyName(in_service, in_name, &_aidl_return); in _aidl_onTransact()
2132 ::ndk::ScopedAStatus BpTestService::VerifyName(const std::shared_ptr<::aidl::android::aidl::tests::… in VerifyName() function in aidl::android::aidl::tests::BpTestService
2159 _aidl_status = ITestService::getDefaultImpl()->VerifyName(in_service, in_name, _aidl_return); in VerifyName()
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-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
1121 return ITestService::getDefaultImpl()->VerifyName(service, name, _aidl_return); in VerifyName()
2849 ::android::binder::Status _aidl_status(VerifyName(in_service, in_name, &_aidl_return)); in onTransact()