Home
last modified time | relevance | path

Searched refs:nodeId_ (Results 1 - 12 of 12) sorted by relevance

/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.h132 explicit WatcherNode(uint32_t nodeId) : nodeId_(nodeId) in WatcherNode()
139 return nodeId_; in GetNodeId()
160 uint32_t nodeId_; member in OHOS::init_param::WatcherNode
H A Dwatcher_manager.cpp761 return watcher->nodeId_ - newWatcher->nodeId_; in CompareNode()
768 return watcher->nodeId_ - id; in CompareData()
775 return (watcher->nodeId_ > id) ? 0 : 1; in Greater()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_perm_manager.cpp300 SC_LOG_INFO(LABEL, "Grant location permission, scid = %{public}d.", componentInfo->nodeId_); in GrantTempPermission()
308 SC_LOG_INFO(LABEL, "Grant paste permission, scid = %{public}d.", componentInfo->nodeId_); in GrantTempPermission()
315 SC_LOG_INFO(LABEL, "Grant save permission, scid = %{public}d.", componentInfo->nodeId_); in GrantTempPermission()
/base/update/updater/services/package/pkg_package/
H A Dpkg_pkgfile.h102 uint32_t nodeId_ = 0; member in Hpackage::PkgFileImpl
H A Dpkg_lz4file.cpp113 fileInfo_.fileInfo.identity.append(std::to_string(nodeId_)); in DecodeHeader()
204 Lz4FileEntry *entry = new Lz4FileEntry(this, nodeId_++); in LoadPackage()
H A Dpkg_pkgfile.cpp44 uint32_t nodeId = ++nodeId_; in AddPkgEntry()
H A Dpkg_gzipfile.cpp275 fileInfo_.fileInfo.identity.append(std::to_string(nodeId_)); in DecodeHeader()
388 GZipFileEntry *entry = new GZipFileEntry(this, nodeId_++); in LoadPackage()
H A Dpkg_upgradefile.cpp591 UpgradeFileEntry *entry = new (std::nothrow) UpgradeFileEntry(this, nodeId_++); in SaveEntry()
H A Dpkg_zipfile.cpp255 ZipFileEntry* entry = new ZipFileEntry(this, nodeId_++); in ParseFileEntries()
/base/update/updater/services/include/package/
H A Dpkg_manager.h150 PkgEntry(PkgFilePtr pkgFile, uint32_t nodeId) : nodeId_(nodeId), pkgFile_(pkgFile) {} in PkgEntry()
179 return nodeId_; in GetNodeId()
192 uint32_t nodeId_ {0};
/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h134 int32_t nodeId_ = 0; member in OHOS::Security::SecurityComponent::SecCompBase
/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp268 nodeId_ = jsonSrc.at(JsonTagConstants::JSON_NODE_ID).get<int32_t>(); in FromJson()
304 jsonRes[JsonTagConstants::JSON_NODE_ID] = nodeId_; in ToJson()

Completed in 11 milliseconds