Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/param/watcher/agent/
H A Dwatcher_manager_proxy.cpp21 uint32_t WatcherManagerProxy::AddRemoteWatcher(uint32_t id, const sptr<IWatcher> &watcher) in AddRemoteWatcher()
25 data.WriteInterfaceToken(WatcherManagerProxy::GetDescriptor()); in AddRemoteWatcher()
38 int32_t WatcherManagerProxy::DelRemoteWatcher(uint32_t remoteWatcherId) in DelRemoteWatcher()
41 data.WriteInterfaceToken(WatcherManagerProxy::GetDescriptor()); in DelRemoteWatcher()
51 int32_t WatcherManagerProxy::SendMsg(int op, const std::string &keyPrefix, uint32_t remoteWatcherId) in SendMsg()
54 data.WriteInterfaceToken(WatcherManagerProxy::GetDescriptor()); in SendMsg()
64 int32_t WatcherManagerProxy::AddWatcher(const std::string &keyPrefix, uint32_t remoteWatcherId) in AddWatcher()
69 int32_t WatcherManagerProxy::DelWatcher(const std::string &keyPrefix, uint32_t remoteWatcherId) in DelWatcher()
74 int32_t WatcherManagerProxy::RefreshWatcher(const std::string &keyPrefix, uint32_t remoteWatcherId) in RefreshWatcher()
79 int32_t WatcherManagerProxy::SendWatcherMsg(uint32_t code, in SendWatcherMsg()
H A Dwatcher_manager_proxy.h25 class INIT_LOCAL_API WatcherManagerProxy : public IRemoteProxy<IWatcherManager> {
27 …explicit WatcherManagerProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IWatcherManager>(impl… in WatcherManagerProxy() function
38 static inline BrokerDelegator<WatcherManagerProxy> delegator_;
/ohos5.0/base/startup/init/test/unittest/param/
H A Dwatcher_agent_unittest.cpp206 sptr<WatcherManagerProxy> watcherManager = new(std::nothrow) WatcherManagerProxy(nullptr); in TestWatcherProxy()