Home
last modified time | relevance | path

Searched refs:interfaces_ (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dservice.h120 const std::set<std::string>& interfaces() const { return interfaces_; } in interfaces()
179 std::set<std::string> interfaces_; // e.g. some.package.foo@1.0::IBaz/instance-name variable
Dservice_parser.cpp211 service_->interfaces_.insert(fullname); in ParseInterface()