Searched refs:CompService (Results 1 – 1 of 1) sorted by relevance
51 struct CompService { struct57 impl CompService { argument58 pub fn new_binder(service: CompService) -> Strong<dyn ICompService> { in new_binder()105 impl Interface for CompService {} implementation107 impl ICompService for CompService { implementation125 fn parse_args() -> Result<CompService> { in parse_args()134 Ok(CompService { in parse_args()150 add_service(SERVICE_NAME, CompService::new_binder(service).as_binder()) in main()