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