Home
last modified time | relevance | path

Searched refs:callback1Copy (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/tests/
Daidl_test_client_delegate.cpp141 sp<INamedCallback> callback1Copy; in TEST_F() local
142 status = delegator->GetOtherTestService(String16("callback1"), &callback1Copy); in TEST_F()
144 EXPECT_EQ(callback1, callback1Copy); in TEST_F()