Home
last modified time | relevance | path

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

/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp120 auto group = GetWatcherGroup(keyPrefix); in DelWatcher()
148 auto group = GetWatcherGroup(keyPrefix); in RefreshWatcher()
217 WatcherGroupPtr group = GetWatcherGroup(msg->id.watcherId); in ProcessWatcherMessage()
406 auto group = GetWatcherGroup(node->GetNodeId()); in OnRemoteDied()
512 auto group = GetWatcherGroup(params[1]); in Dump()
625 WatcherGroupPtr WatcherManager::GetWatcherGroup(uint32_t groupId) in GetWatcherGroup() function in OHOS::init_param::WatcherManager
635 WatcherGroupPtr WatcherManager::GetWatcherGroup(const std::string &keyPrefix) in GetWatcherGroup() function in OHOS::init_param::WatcherManager
H A Dwatcher_manager.h101 WatcherGroupPtr GetWatcherGroup(const std::string &keyPrefix);
102 WatcherGroupPtr GetWatcherGroup(uint32_t groupId);
/base/startup/init/test/unittest/param/
H A Dwatcher_proxy_unittest.cpp126 EXPECT_EQ(watcherManager->GetWatcherGroup(keyPrefix) != nullptr, 1); in TestAddWatcher()
144 EXPECT_EQ(watcherManager->GetWatcherGroup(keyPrefix) != nullptr, 1); in TestRefreshWatcher()

Completed in 6 milliseconds