Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A 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
H A Dservice_parser.cpp211 service_->interfaces_.insert(fullname); in ParseInterface()
/aosp12/art/dexlayout/
H A Ddex_ir.h919 interfaces_(interfaces), in ClassDef()
932 const TypeList* Interfaces() { return interfaces_; } in Interfaces()
933 uint32_t InterfacesOffset() { return interfaces_ == nullptr ? 0 : interfaces_->GetOffset(); } in InterfacesOffset()
945 TypeList* interfaces_; // This can be nullptr. variable