Home
last modified time | relevance | path

Searched defs:hello (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/lib/service_manager/tests/aidl/com/android/trusty/test_service/
DISMTestService.aidl20 String hello(); in hello() method
/trusty/user/base/lib/service_manager/tests/test_service/src/
Dmain.rs15 fn hello(&self) -> Result<String, Status> { in hello() method