Home
last modified time | relevance | path

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

/system/core/init/
Daction_manager.cpp48 void ActionManager::QueuePropertyChange(const std::string& name, const std::string& value) { in QueuePropertyChange() function in android::init::ActionManager
54 QueuePropertyChange("", ""); in QueueAllPropertyActions()
Daction_manager.h41 void QueuePropertyChange(const std::string& name, const std::string& value);
Dinit.cpp339 ActionManager::GetInstance().QueuePropertyChange(name, value); in PropertyChanged()