Home
last modified time | relevance | path

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

/system/core/init/
Daction.h49 using PropertyChange = std::pair<std::string, std::string>; variable
64 bool CheckEvent(const PropertyChange& property_change) const;
114 std::queue<std::variant<EventTrigger, PropertyChange, BuiltinAction>> event_queue_;
Daction.cpp207 bool Action::CheckEvent(const PropertyChange& property_change) const { in CheckEvent()