Lines Matching defs:group
88 auto group = AddWatcherGroup(keyPrefix); in AddWatcher() local
108 auto group = GetWatcherGroup(keyPrefix); in DelWatcher() local
128 auto group = GetWatcherGroup(keyPrefix); in RefreshWatcher() local
136 int WatcherManager::SendMessage(WatcherGroupPtr group, int type) in SendMessage()
194 WatcherGroupPtr group = GetWatcherGroup(msg->id.watcherId); in ProcessWatcherMessage() local
371 auto group = GetWatcherGroup(node->GetNodeId()); in OnRemoteDied() local
432 auto group = it->second; in DumpAllGroup() local
480 auto group = GetWatcherGroup(params[1]); in Dump() local
500 auto group = ConvertTo<WatcherGroup>(node); in Clear() local
540 int WatcherManager::AddParamWatcher(WatcherGroupPtr group, RemoteWatcherPtr remoteWatcher) in AddParamWatcher()
552 int WatcherManager::DelParamWatcher(WatcherGroupPtr group, RemoteWatcherPtr remoteWatcher) in DelParamWatcher()
585 WatcherGroupPtr group = new WatcherGroup(groupId, keyPrefix); in AddWatcherGroup() local
613 void WatcherManager::DelWatcherGroup(WatcherGroupPtr group) in DelWatcherGroup()