Home
last modified time | relevance | path

Searched refs:getInterfaceHash (Results 1 – 25 of 109) sorted by relevance

12345

/system/tools/aidl/tests/
Daidl_test_client_versioned_interface.cpp52 TEST_F(VersionedInterfaceTest, getInterfaceHash) { in TEST_F() argument
53 EXPECT_EQ("9e7be1859820c59d9d55dd133e71a3687b5d2e5b", versioned->getInterfaceHash()); in TEST_F()
103 EXPECT_EQ("9e7be1859820c59d9d55dd133e71a3687b5d2e5b", delegator->getInterfaceHash()); in TEST_F()
Daidl_test_client_trunk_stable.cpp78 TEST_F(TrunkInterfaceTest, getInterfaceHash) { in TEST_F() argument
80 EXPECT_EQ("notfrozen", service->getInterfaceHash()); in TEST_F()
89 EXPECT_EQ("88311b9118fb6fe9eff4a2ca19121de0587f6d5f", service->getInterfaceHash()); in TEST_F()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/
DBnFooInterface.h28 std::string getInterfaceHash();
53 std::string getInterfaceHash() override { in getInterfaceHash() function
54 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
DIFooInterface.h39 virtual std::string getInterfaceHash() = 0;
62 std::string getInterfaceHash() override { in getInterfaceHash() function
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-cpp-source/gen/include/android/aidl/versioned/tests/
DBnFooInterface.h28 std::string getInterfaceHash();
53 std::string getInterfaceHash() override { in getInterfaceHash() function
54 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
DIFooInterface.h39 virtual std::string getInterfaceHash() = 0;
62 std::string getInterfaceHash() override { in getInterfaceHash() function
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V3-cpp-source/gen/include/android/aidl/versioned/tests/
DBnFooInterface.h29 std::string getInterfaceHash();
57 std::string getInterfaceHash() override { in getInterfaceHash() function
58 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
DIFooInterface.h40 virtual std::string getInterfaceHash() = 0;
66 std::string getInterfaceHash() override { in getInterfaceHash() function
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V3-cpp-source/gen/include/android/aidl/versioned/tests/
DBnFooInterface.h29 std::string getInterfaceHash();
57 std::string getInterfaceHash() override { in getInterfaceHash() function
58 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
DIFooInterface.h40 virtual std::string getInterfaceHash() = 0;
66 std::string getInterfaceHash() override { in getInterfaceHash() function
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V2-cpp-source/gen/include/android/aidl/versioned/tests/
DBnFooInterface.h29 std::string getInterfaceHash();
57 std::string getInterfaceHash() override { in getInterfaceHash() function
58 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
DIFooInterface.h40 virtual std::string getInterfaceHash() = 0;
66 std::string getInterfaceHash() override { in getInterfaceHash() function
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V2-cpp-source/gen/include/android/aidl/versioned/tests/
DBnFooInterface.h29 std::string getInterfaceHash();
57 std::string getInterfaceHash() override { in getInterfaceHash() function
58 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
DIFooInterface.h40 virtual std::string getInterfaceHash() = 0;
66 std::string getInterfaceHash() override { in getInterfaceHash() function
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/include/android/aidl/test/trunk/
DBnTrunkStableTest.h31 std::string getInterfaceHash();
75 std::string getInterfaceHash() override { in getInterfaceHash() function
76 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
DITrunkStableTest.h192 virtual std::string getInterfaceHash() = 0;
212 std::string getInterfaceHash() override { in getInterfaceHash() function
224 std::string getInterfaceHash() override;
255 std::string getInterfaceHash();
292 std::string getInterfaceHash() override { in getInterfaceHash() function
293 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
303 virtual std::string getInterfaceHash() = 0;
326 std::string getInterfaceHash() override { in getInterfaceHash() function
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-cpp-source/gen/include/android/aidl/test/trunk/
DBnTrunkStableTest.h31 std::string getInterfaceHash();
75 std::string getInterfaceHash() override { in getInterfaceHash() function
76 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
DITrunkStableTest.h192 virtual std::string getInterfaceHash() = 0;
212 std::string getInterfaceHash() override { in getInterfaceHash() function
224 std::string getInterfaceHash() override;
255 std::string getInterfaceHash();
292 std::string getInterfaceHash() override { in getInterfaceHash() function
293 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
303 virtual std::string getInterfaceHash() = 0;
326 std::string getInterfaceHash() override { in getInterfaceHash() function
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V2-cpp-source/gen/include/android/aidl/test/trunk/
DBnTrunkStableTest.h32 std::string getInterfaceHash();
79 std::string getInterfaceHash() override { in getInterfaceHash() function
80 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V2-cpp-source/gen/include/android/aidl/test/trunk/
DBnTrunkStableTest.h32 std::string getInterfaceHash();
79 std::string getInterfaceHash() override { in getInterfaceHash() function
80 return _aidl_delegate->getInterfaceHash(); in getInterfaceHash()
/system/tools/aidl/tests/golden_output/tests/trunk_stable_test/android.aidl.test.trunk-V1-rust-source/gen/android/aidl/test/trunk/
DITrunkStableTest.rs30 fn r#getInterfaceHash(&self) -> binder::Result<String> {
49 fn r#getInterfaceHash<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> {
118 …pub const r#getInterfaceHash: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CA…
245 fn r#getInterfaceHash(&self) -> binder::Result<String> {
253 …let _aidl_reply = self.binder.submit_transact(transactions::r#getInterfaceHash, _aidl_data, binder…
325 fn r#getInterfaceHash<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> {
338 …move || binder.submit_transact(transactions::r#getInterfaceHash, _aidl_data, binder::binder_impl::…
351 fn r#getInterfaceHash(&self) -> binder::Result<String> { self.0.r#getInterfaceHash() }
413 transactions::r#getInterfaceHash => { in on_transact()
414 let _aidl_return = _aidl_service.r#getInterfaceHash(); in on_transact()
[all …]
/system/tools/aidl/tests/golden_output/frozen/tests/trunk_stable_test/android.aidl.test.trunk-V1-rust-source/gen/android/aidl/test/trunk/
DITrunkStableTest.rs30 fn r#getInterfaceHash(&self) -> binder::Result<String> {
49 fn r#getInterfaceHash<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> {
118 …pub const r#getInterfaceHash: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CA…
245 fn r#getInterfaceHash(&self) -> binder::Result<String> {
253 …let _aidl_reply = self.binder.submit_transact(transactions::r#getInterfaceHash, _aidl_data, binder…
325 fn r#getInterfaceHash<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> {
338 …move || binder.submit_transact(transactions::r#getInterfaceHash, _aidl_data, binder::binder_impl::…
351 fn r#getInterfaceHash(&self) -> binder::Result<String> { self.0.r#getInterfaceHash() }
413 transactions::r#getInterfaceHash => { in on_transact()
414 let _aidl_return = _aidl_service.r#getInterfaceHash(); in on_transact()
[all …]
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTrunkStableTests.java73 assertThat(service.getInterfaceHash(), is("88311b9118fb6fe9eff4a2ca19121de0587f6d5f")); in testGetInterfaceHash()
76 assertThat(service.getInterfaceHash(), is("notfrozen")); in testGetInterfaceHash()
162 public final String getInterfaceHash() { in getInterfaceHash() method in TrunkStableTests.MyCallback
/system/tools/aidl/tests/golden_output/frozen/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DIFooInterface.rs30 fn r#getInterfaceHash(&self) -> binder::Result<String> {
49 fn r#getInterfaceHash<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> {
118 …pub const r#getInterfaceHash: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CA…
248 fn r#getInterfaceHash(&self) -> binder::Result<String> {
256 …let _aidl_reply = self.binder.submit_transact(transactions::r#getInterfaceHash, _aidl_data, binder…
328 fn r#getInterfaceHash<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> {
341 …move || binder.submit_transact(transactions::r#getInterfaceHash, _aidl_data, binder::binder_impl::…
354 fn r#getInterfaceHash(&self) -> binder::Result<String> { self.0.r#getInterfaceHash() }
420 transactions::r#getInterfaceHash => { in on_transact()
421 let _aidl_return = _aidl_service.r#getInterfaceHash(); in on_transact()
/system/tools/aidl/tests/golden_output/aidl-test-versioned-interface-V1-rust-source/gen/android/aidl/versioned/tests/
DIFooInterface.rs30 fn r#getInterfaceHash(&self) -> binder::Result<String> {
49 fn r#getInterfaceHash<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> {
118 …pub const r#getInterfaceHash: binder::binder_impl::TransactionCode = binder::binder_impl::FIRST_CA…
248 fn r#getInterfaceHash(&self) -> binder::Result<String> {
256 …let _aidl_reply = self.binder.submit_transact(transactions::r#getInterfaceHash, _aidl_data, binder…
328 fn r#getInterfaceHash<'a>(&'a self) -> binder::BoxFuture<'a, binder::Result<String>> {
341 …move || binder.submit_transact(transactions::r#getInterfaceHash, _aidl_data, binder::binder_impl::…
354 fn r#getInterfaceHash(&self) -> binder::Result<String> { self.0.r#getInterfaceHash() }
420 transactions::r#getInterfaceHash => { in on_transact()
421 let _aidl_return = _aidl_service.r#getInterfaceHash(); in on_transact()

12345