Home
last modified time | relevance | path

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

/trusty/user/base/lib/unittest-rust/src/
Dlib.rs182 struct TestService { struct
186 impl Service for TestService { argument
278 let test_service = TestService { tests: owned_tests }; in test_main_static_abort()
/trusty/user/app/sample/binder-test/service/
Dmain.cpp54 class TestService : public BnTestService { class
179 android::sp<TestService> test_srv = android::sp<TestService>::make(); in main()