Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Daidl_test_client_defaultimpl.cpp42 std::unique_ptr<ITestService> defImpl = std::make_unique<Def>(); in TEST_F() local
43 auto ret = ITestService::setDefaultImpl(std::move(defImpl)); in TEST_F()