Home
last modified time | relevance | path

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

/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager.cpp110 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::WatcherManager
613 WatcherGroupPtr WatcherManager::GetWatcherGroup(const std::string &keyPrefix) in GetWatcherGroup() function in OHOS::init_param::WatcherManager
Dwatcher_manager.h101 WatcherGroupPtr GetWatcherGroup(const std::string &keyPrefix);
102 WatcherGroupPtr GetWatcherGroup(uint32_t groupId);
/base/startup/init/test/unittest/param/
Dwatcher_proxy_unittest.cpp126 EXPECT_EQ(watcherManager->GetWatcherGroup(keyPrefix) != nullptr, 1); in TestAddWatcher()
144 EXPECT_EQ(watcherManager->GetWatcherGroup(keyPrefix) != nullptr, 1); in TestRefreshWatcher()