Searched refs:GetUuidByNodeId (Results 1 – 6 of 6) sorted by relevance
48 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOnline()56 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceOffline()64 … std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(deviceInfo.networkId)); in OnDeviceChanged()140 std::string DevManager::GetUuidByNodeId(const std::string &nodeId) const in GetUuidByNodeId() function in OHOS::ObjectStore::DevManager
69 std::string AppDeviceHandler::GetUuidByNodeId(const std::string &nodeId) const in GetUuidByNodeId() function in OHOS::ObjectStore::AppDeviceHandler71 return devManager_->GetUuidByNodeId(nodeId); in GetUuidByNodeId()
116 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(deviceInfo.deviceId); in NotifyAll()167 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(event.dstNetworkId_); in GetDeviceList()170 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(event.srcNetworkId_); in GetDeviceList()198 std::string uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(info.networkId)); in GetLocalDevice()249 auto uuid = DevManager::GetInstance()->GetUuidByNodeId(networkId); in UpdateRelationship()294 auto uuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(info[i].networkId)); in ToNodeID()630 … std::string peerDevUuid = DevManager::GetInstance()->GetUuidByNodeId(std::string(info.networkId)); in OnServerBytesReceived()
37 std::string GetUuidByNodeId(const std::string &nodeId) const;
36 std::string GetUuidByNodeId(const std::string &nodeId) const;
556 auto ret = DevManager::GetInstance()->GetUuidByNodeId(nodeId);