Home
last modified time | relevance | path

Searched refs:GetGroupId (Results 1 – 2 of 2) sorted by relevance

/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager.cpp104 keyPrefix.c_str(), remoteWatcherId, group->GetGroupId()); in AddWatcher()
145 request->id.watcherId = group->GetGroupId(); in SendMessage()
423 int WatcherManager::GetGroupId(uint32_t &groupId) in GetGroupId() function in OHOS::init_param::WatcherManager
445 dprintf(fd, "Watch group id : %u \n", group->GetGroupId()); in DumpAllGroup()
510 WATCHER_LOGV("Delete watcher group %u", group->GetGroupId()); in Clear()
553 WatcherNodePtr nodeGroup = new ParamWatcher(group->GetGroupId()); in AddParamWatcher()
566 remoteWatcher->GetRemoteWatcherId(), group->GetGroupId()); in DelParamWatcher()
572 node = remoteWatcher->GetNode(group->GetGroupId()); in DelParamWatcher()
594 int ret = GetGroupId(groupId); in AddWatcherGroup()
627 WATCHER_LOGI("Delete watcher group %s %u", group->GetKeyPrefix().c_str(), group->GetGroupId()); in DelWatcherGroup()
Dwatcher_manager.h93 int GetGroupId(uint32_t &groupId);
256 uint32_t GetGroupId() const in GetGroupId() function