mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-25 22:36:15 -04:00
@@ -948,7 +948,6 @@ void DistributedInputSinkManager::CallBackScreenInfoChange()
|
|||||||
}
|
}
|
||||||
nlohmann::json screenMsg(transInfos);
|
nlohmann::json screenMsg(transInfos);
|
||||||
std::string str = screenMsg.dump();
|
std::string str = screenMsg.dump();
|
||||||
std::lock_guard<std::mutex> lock(mutex_);
|
|
||||||
for (const auto &iter : getSinkScreenInfosCallbacks_) {
|
for (const auto &iter : getSinkScreenInfosCallbacks_) {
|
||||||
iter->OnResult(str);
|
iter->OnResult(str);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user