Searched refs:FindInterface (Results 1 – 3 of 3) sorted by relevance
279 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()
278 Service* FindInterface(const std::string& interface_name) { in FindInterface() function
310 svc = ServiceList::GetInstance().FindInterface(name); in HandleControlMessage()