Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dservice_list.h70 Service* FindInterface(const std::string& interface_name) { in FindInterface() function
H A Dbuiltins.cpp369 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_restart()
376 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_start()
385 Service* svc = ServiceList::GetInstance().FindInterface(args[1]); in do_interface_stop()
H A Dinit.cpp561 service = ServiceList::GetInstance().FindInterface(name); in HandleControlMessage()