Lines Matching refs:networkId
119 auto networkId = std::string(deviceInfo.deviceId); // deviceId of DM actually is networkId in OnDeviceOnline() local
120 auto uuid = GetUUIDBySoftBus(networkId); in OnDeviceOnline()
122 …DistributedHardwareManagerFactory::GetInstance().SendOnLineEvent(networkId, uuid, deviceInfo.devic… in OnDeviceOnline()
123 DHLOGI("online result = %d, networkId = %s, uuid = %s", ret, GetAnonyString(networkId).c_str(), in OnDeviceOnline()
133 auto networkId = std::string(deviceInfo.deviceId); // deviceId of DM actually is networkId in OnDeviceOffline() local
134 auto uuid = GetUUIDBySoftBus(networkId); in OnDeviceOffline()
136 …DistributedHardwareManagerFactory::GetInstance().SendOffLineEvent(networkId, uuid, deviceInfo.devi… in OnDeviceOffline()
137 DHLOGI("offline result = %d, networkId = %s, uuid = %s", ret, GetAnonyString(networkId).c_str(), in OnDeviceOffline()
158 const auto networkId = std::string(deviceInfo.deviceId); in SendTrustedDeviceOnline() local
159 const auto uuid = GetUUIDBySoftBus(networkId); in SendTrustedDeviceOnline()
160 … DHLOGI("Send trusted device online, networkId = %s, uuid = %s", GetAnonyString(networkId).c_str(), in SendTrustedDeviceOnline()
162 …DistributedHardwareManagerFactory::GetInstance().SendOnLineEvent(networkId, uuid, deviceInfo.devic… in SendTrustedDeviceOnline()