Home
last modified time | relevance | path

Searched refs:WatcherGroup (Results 1 - 2 of 2) sorted by relevance

/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.h38 class WatcherGroup;
40 using WatcherGroupPtr = WatcherGroup *;
50 friend class WatcherGroup;
249 class WatcherGroup : public WatcherNode, public ParamWatcherList { class
251 WatcherGroup(uint32_t groupId, const std::string &key) in WatcherGroup() function in OHOS::init_param::WatcherGroup
253 ~WatcherGroup(void) override;
H A Dwatcher_manager.cpp180 void WatcherGroup::ProcessParameterChange( in ProcessParameterChange()
476 sizeof(RemoteWatcher), sizeof(WatcherGroup), sizeof(WatcherNode)); in DumpAllGroup()
532 auto group = ConvertTo<WatcherGroup>(node); in Clear()
618 WatcherGroupPtr group = new WatcherGroup(groupId, keyPrefix); in AddWatcherGroup()
632 return ConvertTo<WatcherGroup>(node); in GetWatcherGroup()
778 WatcherGroup::~WatcherGroup(void) in ~WatcherGroup()

Completed in 2 milliseconds