Home
last modified time | relevance | path

Searched refs:CanReadProperty (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/init/
H A Dproperty_service.h34 bool CanReadProperty(const std::string& source_context, const std::string& name);
H A Dhost_init_stubs.h43 inline bool CanReadProperty(const std::string&, const std::string&) { in CanReadProperty() function
H A Daction_parser.cpp58 return CanReadProperty(subcontext->context(), prop_name); in IsActionableProperty()
H A Dproperty_service.cpp153 bool CanReadProperty(const std::string& source_context, const std::string& name) { in CanReadProperty() function