endpointhash
This commit is contained in:
@@ -11,7 +11,7 @@ namespace
|
||||
softbus::message_bus::pipeline::RuleScope parseScope(const QJsonObject& params)
|
||||
{
|
||||
softbus::message_bus::pipeline::RuleScope scope;
|
||||
scope.endpoint = params.value(QStringLiteral("endpoint")).toString();
|
||||
scope.endpointHash = static_cast<std::uint32_t>(params.value(QStringLiteral("endpointHash")).toInteger(0));
|
||||
scope.deviceId = params.value(QStringLiteral("deviceId")).toInt(-1);
|
||||
scope.stableKey = params.value(QStringLiteral("stableKey")).toString();
|
||||
return scope;
|
||||
|
||||
Reference in New Issue
Block a user