Home
last modified time | relevance | path

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

/system/core/init/
Dbuiltins.cpp279 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_restart()
286 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_start()
295 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_stop()
Dservice.h278 Service* FindInterface(const std::string& interface_name) { in FindInterface() function
Dinit.cpp310 svc = ServiceList::GetInstance().FindInterface(name); in HandleControlMessage()