Home
last modified time | relevance | path

Searched refs:PARAM_CHANGE (Results 1 - 4 of 4) sorted by relevance

/base/startup/init/test/unittest/param/
H A Dwatcher_agent_unittest.cpp175 instance.remoteWatcher_->OnRemoteRequest(IWatcher::PARAM_CHANGE, data, reply, option); in TestRecvMessage()
176 instance.remoteWatcher_->OnRemoteRequest(IWatcher::PARAM_CHANGE + 1, data, reply, option); in TestRecvMessage()
220 remoteWatcher->OnRemoteRequest(IWatcher::PARAM_CHANGE, data, reply, option); in TestWatcherProxy()
226 remoteWatcher->OnRemoteRequest(IWatcher::PARAM_CHANGE, data, reply, option); in TestWatcherProxy()
230 remoteWatcher->OnRemoteRequest(IWatcher::PARAM_CHANGE, data, reply, option); in TestWatcherProxy()
233 remoteWatcher->OnRemoteRequest(IWatcher::PARAM_CHANGE, data, reply, option); in TestWatcherProxy()
239 remoteWatcher->OnRemoteRequest(IWatcher::PARAM_CHANGE + 1, data, reply, option); in TestWatcherProxy()
240 remoteWatcher->OnRemoteRequest(IWatcher::PARAM_CHANGE + 1, data, reply, option); in TestWatcherProxy()
/base/startup/init/services/param/watcher/include/
H A Diwatcher.h29 PARAM_CHANGE = 1, enumerator
/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_proxy.cpp44 ret = remote->SendRequest(PARAM_CHANGE, data, reply, option); in OnParameterChange()
/base/startup/init/services/param/watcher/agent/
H A Dwatcher_stub.cpp30 case PARAM_CHANGE: { in OnRemoteRequest()

Completed in 2 milliseconds