Searched refs:GetNodeId (Results 1 – 7 of 7) sorted by relevance
/base/startup/init/services/param/watcher/proxy/ |
D | watcher_manager.cpp | 164 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()
|
D | watcher_manager.h | 137 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/ |
D | pkg_lz4file.cpp | 212 pkgEntryMapId_.insert(std::pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), entry)); in LoadPackage()
|
D | pkg_gzipfile.cpp | 398 pkgEntryMapId_.insert(std::pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), entry)); in LoadPackage()
|
D | pkg_zipfile.cpp | 271 … pkgEntryMapId_.insert(std::pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), (PkgEntryPtr)entry)); in ParseFileEntries()
|
D | pkg_upgradefile.cpp | 601 pkgEntryMapId_.insert(pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), entry)); in SaveEntry()
|
/base/update/updater/services/include/package/ |
D | pkg_manager.h | 177 uint32_t GetNodeId() const in GetNodeId() function
|