Searched refs:nodeId_ (Results 1 - 12 of 12) sorted by relevance
/base/startup/init/services/param/watcher/proxy/ |
H A D | watcher_manager.h | 132 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 D | watcher_manager.cpp | 761 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 D | sec_comp_perm_manager.cpp | 300 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 D | pkg_pkgfile.h | 102 uint32_t nodeId_ = 0;
member in Hpackage::PkgFileImpl
|
H A D | pkg_lz4file.cpp | 113 fileInfo_.fileInfo.identity.append(std::to_string(nodeId_));
in DecodeHeader() 204 Lz4FileEntry *entry = new Lz4FileEntry(this, nodeId_++);
in LoadPackage()
|
H A D | pkg_pkgfile.cpp | 44 uint32_t nodeId = ++nodeId_;
in AddPkgEntry()
|
H A D | pkg_gzipfile.cpp | 275 fileInfo_.fileInfo.identity.append(std::to_string(nodeId_));
in DecodeHeader() 388 GZipFileEntry *entry = new GZipFileEntry(this, nodeId_++);
in LoadPackage()
|
H A D | pkg_upgradefile.cpp | 591 UpgradeFileEntry *entry = new (std::nothrow) UpgradeFileEntry(this, nodeId_++);
in SaveEntry()
|
H A D | pkg_zipfile.cpp | 255 ZipFileEntry* entry = new ZipFileEntry(this, nodeId_++);
in ParseFileEntries()
|
/base/update/updater/services/include/package/ |
H A D | pkg_manager.h | 150 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 D | sec_comp_base.h | 134 int32_t nodeId_ = 0; member in OHOS::Security::SecurityComponent::SecCompBase
|
/base/security/security_component_manager/frameworks/security_component/src/ |
H A D | sec_comp_base.cpp | 268 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