Home
last modified time | relevance | path

Searched refs:GetNodeId (Results 1 – 7 of 7) sorted by relevance

/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager.cpp164 auto remoteWatcher = mananger->GetRemoteWatcher(node->GetNodeId()); in ProcessParameterChange()
382 auto group = GetWatcherGroup(node->GetNodeId()); in OnRemoteDied()
478 auto remoteWatcher = GetRemoteWatcher(node->GetNodeId()); in Dump()
481 node->GetNodeId(), remoteWatcher->GetAgentId()); in Dump()
483 dprintf(fd, "%s%u", (index == 0) ? "Watch id list : " : ", ", node->GetNodeId()); in Dump()
662 return WatcherNode::GetNextFromList(&nodeList_, node->GetNodeId()); in GetNextNodeSafe()
692 uint32_t nodeId = node->GetNodeId(); in TraversalNodeSafe()
762 WATCHER_LOGV("delete watcher group %u", watcher->GetNodeId()); in ~WatcherGroup()
774 WATCHER_LOGV("delete remote watcher %u", watcher->GetNodeId()); in ~RemoteWatcher()
Dwatcher_manager.h137 uint32_t GetNodeId(void) const in GetNodeId() function
222 return GetNodeId(); in GetRemoteWatcherId()
258 return GetNodeId(); in GetGroupId()
/base/update/updater/services/package/pkg_package/
Dpkg_lz4file.cpp212 pkgEntryMapId_.insert(std::pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), entry)); in LoadPackage()
Dpkg_gzipfile.cpp398 pkgEntryMapId_.insert(std::pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), entry)); in LoadPackage()
Dpkg_zipfile.cpp271 … pkgEntryMapId_.insert(std::pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), (PkgEntryPtr)entry)); in ParseFileEntries()
Dpkg_upgradefile.cpp601 pkgEntryMapId_.insert(pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), entry)); in SaveEntry()
/base/update/updater/services/include/package/
Dpkg_manager.h177 uint32_t GetNodeId() const in GetNodeId() function