| /base/security/access_token/services/tokensyncmanager/test/unittest/ |
| D | token_sync_service_test.cpp | 276 std::string nodeId = "test_nodeId"; variable 289 std::string nodeId = "test_nodeId"; variable 304 std::string nodeId = ConstantCommon::GetLocalDeviceId(); variable 319 std::string nodeId = "test_nodeId"; variable 332 std::string nodeId = "test_nodeId"; variable 346 std::string nodeId = "test_nodeId"; variable 360 std::string nodeId = "test_nodeId"; variable 375 std::string nodeId = "test_nodeId"; variable 391 std::string nodeId = "test_nodeId"; variable 407 std::string nodeId = "test_nodeId"; variable [all …]
|
| /base/security/access_token/services/tokensyncmanager/src/remote/ |
| D | remote_command_manager.cpp | 162 int RemoteCommandManager::NotifyDeviceOnline(const std::string &nodeId) in NotifyDeviceOnline() 195 int RemoteCommandManager::NotifyDeviceOffline(const std::string &nodeId) in NotifyDeviceOffline() 238 …eCommandExecutor> RemoteCommandManager::GetOrCreateRemoteCommandExecutor(const std::string &nodeId) in GetOrCreateRemoteCommandExecutor() 257 std::shared_ptr<RpcChannel> RemoteCommandManager::GetExecutorChannel(const std::string &nodeId) in GetExecutorChannel()
|
| /base/security/access_token/services/tokensyncmanager/src/device/ |
| D | device_info_manager.cpp | 39 const std::string &nodeId, DeviceIdType deviceIdType, DeviceInfo &deviceInfo) const in GetDeviceInfo() argument 44 bool DeviceInfoManager::ExistDeviceInfo(const std::string &nodeId, DeviceIdType deviceIdType) const in ExistDeviceInfo() argument 74 void DeviceInfoManager::RemoveRemoteDeviceInfo(const std::string &nodeId, DeviceIdType deviceIdType) in RemoveRemoteDeviceInfo()
|
| D | device_info_repository.cpp | 52 bool DeviceInfoRepository::FindDeviceInfo(const std::string &nodeId, DeviceIdType type, DeviceInfo … in FindDeviceInfo() 63 const std::string &nodeId, const DeviceIdType type, DeviceId &deviceId) const in FindDeviceIdByNodeIdLocked() argument 172 void DeviceInfoRepository::DeleteDeviceInfo(const std::string &nodeId, const DeviceIdType type) in DeleteDeviceInfo()
|
| /base/update/updater/services/package/pkg_package/ |
| D | pkg_lz4file.h | 25 Lz4FileEntry(PkgFilePtr pkgFile, uint32_t nodeId) : PkgEntry(pkgFile, nodeId) in Lz4FileEntry()
|
| D | pkg_gzipfile.h | 42 GZipFileEntry(PkgFilePtr pkgFile, uint32_t nodeId) : ZipFileEntry(pkgFile, nodeId) {} in GZipFileEntry()
|
| D | pkg_pkgfile.cpp | 44 uint32_t nodeId = ++nodeId_; in AddPkgEntry() local
|
| D | pkg_upgradefile.h | 72 UpgradeFileEntry(PkgFilePtr pkgFile, uint32_t nodeId) : PkgEntry(pkgFile, nodeId) {} in UpgradeFileEntry()
|
| D | pkg_zipfile.h | 129 ZipFileEntry(PkgFilePtr pkgFile, uint32_t nodeId) : PkgEntry(pkgFile, nodeId) {} in ZipFileEntry()
|
| /base/startup/init/services/param/watcher/proxy/ |
| D | watcher_manager.cpp | 673 WatcherNodePtr ParamWatcherList::GetNode(uint32_t nodeId) in GetNode() 713 uint32_t nodeId = node->GetNodeId(); in TraversalNodeSafe() local 731 WatcherNodePtr WatcherNode::GetFromList(ListHead *list, uint32_t nodeId) in GetFromList() 740 WatcherNodePtr WatcherNode::GetNextFromList(ListHead *list, uint32_t nodeId) in GetNextFromList()
|
| D | watcher_manager.h | 132 explicit WatcherNode(uint32_t nodeId) : nodeId_(nodeId) in WatcherNode()
|
| /base/update/updater/services/include/package/ |
| D | pkg_manager.h | 150 PkgEntry(PkgFilePtr pkgFile, uint32_t nodeId) : nodeId_(nodeId), pkgFile_(pkgFile) {} in PkgEntry()
|
| /base/security/security_component_manager/frameworks/inner_api/security_component/test/unittest/src/ |
| D | sec_comp_register_callback_test.cpp | 44 int32_t GetComponentInfo(int32_t nodeId, std::string& componentInfo) override in GetComponentInfo()
|