Home
last modified time | relevance | path

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

/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp186 auto remoteWatcher = mananger->GetRemoteWatcher(node->GetNodeId()); in ProcessParameterChange()
406 auto group = GetWatcherGroup(node->GetNodeId()); in OnRemoteDied()
501 auto remoteWatcher = GetRemoteWatcher(node->GetNodeId()); in Dump()
504 node->GetNodeId(), remoteWatcher->GetAgentId()); in Dump()
506 dprintf(fd, "%s%u", (index == 0) ? "Watch id list : " : ", ", node->GetNodeId()); in Dump()
683 return WatcherNode::GetNextFromList(&nodeList_, node->GetNodeId()); in GetNextNodeSafe()
713 uint32_t nodeId = node->GetNodeId(); in TraversalNodeSafe()
783 WATCHER_LOGV("delete watcher group %u", watcher->GetNodeId()); in ~WatcherGroup()
794 WATCHER_LOGV("delete remote watcher %u", watcher->GetNodeId()); in ~RemoteWatcher()
H A Dwatcher_manager.h137 uint32_t GetNodeId(void) const in GetNodeId() function in OHOS::init_param::WatcherNode
222 return GetNodeId(); in GetRemoteWatcherId()
262 return GetNodeId(); in GetGroupId()
/base/update/updater/services/package/pkg_package/
H A Dpkg_lz4file.cpp212 pkgEntryMapId_.insert(std::pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), entry)); in LoadPackage()
H A Dpkg_gzipfile.cpp398 pkgEntryMapId_.insert(std::pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), entry)); in LoadPackage()
H A Dpkg_upgradefile.cpp607 pkgEntryMapId_.insert(pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), entry)); in SaveEntry()
H A Dpkg_zipfile.cpp273 pkgEntryMapId_.insert(std::pair<uint32_t, PkgEntryPtr>(entry->GetNodeId(), (PkgEntryPtr)entry)); in ParseFileEntries()
/base/update/updater/services/include/package/
H A Dpkg_manager.h177 uint32_t GetNodeId() const in GetNodeId() function in Hpackage::PkgEntry

Completed in 9 milliseconds