| /base/security/access_token/services/tokensyncmanager/test/unittest/ |
| D | token_sync_service_test.cpp | 285 std::string nodeId = "test_nodeId"; variable 298 std::string nodeId = "test_nodeId"; variable 313 std::string nodeId = ConstantCommon::GetLocalDeviceId(); variable 328 std::string nodeId = "test_nodeId"; variable 341 std::string nodeId = "test_nodeId"; variable 355 std::string nodeId = "test_nodeId"; variable 369 std::string nodeId = "test_nodeId"; variable 384 std::string nodeId = "test_nodeId"; variable 400 std::string nodeId = "test_nodeId"; variable 416 std::string nodeId = "test_nodeId"; variable [all …]
|
| /base/security/access_token/services/tokensyncmanager/src/remote/ |
| D | remote_command_manager.cpp | 166 int RemoteCommandManager::NotifyDeviceOnline(const std::string &nodeId) in NotifyDeviceOnline() 199 int RemoteCommandManager::NotifyDeviceOffline(const std::string &nodeId) in NotifyDeviceOffline() 246 …eCommandExecutor> RemoteCommandManager::GetOrCreateRemoteCommandExecutor(const std::string &nodeId) in GetOrCreateRemoteCommandExecutor() 265 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 | 53 bool DeviceInfoRepository::FindDeviceInfo(const std::string &nodeId, DeviceIdType type, DeviceInfo … in FindDeviceInfo() 64 const std::string &nodeId, const DeviceIdType type, DeviceId &deviceId) const in FindDeviceIdByNodeIdLocked() argument 173 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 | 759 WatcherNodePtr ParamWatcherList::GetNode(uint32_t nodeId) in GetNode() 799 uint32_t nodeId = node->GetNodeId(); in TraversalNodeSafe() local 817 WatcherNodePtr WatcherNode::GetFromList(ListHead *list, uint32_t nodeId) in GetFromList() 826 WatcherNodePtr WatcherNode::GetNextFromList(ListHead *list, uint32_t nodeId) in GetNextFromList()
|
| D | watcher_manager.h | 136 explicit WatcherNode(uint32_t nodeId) : nodeId_(nodeId) in WatcherNode()
|
| /base/update/updater/services/include/package/ |
| D | pkg_manager.h | 159 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()
|