Home
last modified time | relevance | path

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

/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager.h244 …void ProcessParameterChange(const std::string &prefix, const std::string &name, const std::string … in ProcessParameterChange() function
269 …void ProcessParameterChange(WatcherManager *mananger, const std::string &name, const std::string &…
Dwatcher_manager.cpp158 void WatcherGroup::ProcessParameterChange( in ProcessParameterChange() function in OHOS::init_param::WatcherGroup
168 remoteWatcher->ProcessParameterChange(GetKeyPrefix(), name, value); in ProcessParameterChange()
200 group->ProcessParameterChange(this, msg->key, valueContent->content); in ProcessWatcherMessage()
222 context->remoteWatcher->ProcessParameterChange( in SendLocalChange()