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