Searched refs:GetWatcherGroup (Results 1 – 3 of 3) sorted by relevance
110 auto group = GetWatcherGroup(keyPrefix); in DelWatcher()130 auto group = GetWatcherGroup(keyPrefix); in RefreshWatcher()194 WatcherGroupPtr group = GetWatcherGroup(msg->id.watcherId); in ProcessWatcherMessage()382 auto group = GetWatcherGroup(node->GetNodeId()); in OnRemoteDied()488 auto group = GetWatcherGroup(params[1]); in Dump()603 WatcherGroupPtr WatcherManager::GetWatcherGroup(uint32_t groupId) in GetWatcherGroup() function in OHOS::init_param::WatcherManager613 WatcherGroupPtr WatcherManager::GetWatcherGroup(const std::string &keyPrefix) in GetWatcherGroup() function in OHOS::init_param::WatcherManager
101 WatcherGroupPtr GetWatcherGroup(const std::string &keyPrefix);102 WatcherGroupPtr GetWatcherGroup(uint32_t groupId);
126 EXPECT_EQ(watcherManager->GetWatcherGroup(keyPrefix) != nullptr, 1); in TestAddWatcher()144 EXPECT_EQ(watcherManager->GetWatcherGroup(keyPrefix) != nullptr, 1); in TestRefreshWatcher()