Searched refs:PARAM_CHANGE (Results 1 - 4 of 4) sorted by relevance
/base/startup/init/test/unittest/param/ |
H A D | watcher_agent_unittest.cpp | 175 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 D | iwatcher.h | 29 PARAM_CHANGE = 1, enumerator
|
/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_proxy.cpp | 44 ret = remote->SendRequest(PARAM_CHANGE, data, reply, option); in OnParameterChange()
|
/base/startup/init/services/param/watcher/agent/ |
H A D | watcher_stub.cpp | 30 case PARAM_CHANGE: { in OnRemoteRequest()
|
Completed in 2 milliseconds