mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2025-02-17 13:47:43 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
a258a85bc5
commit
1e85c0579a
@ -162,8 +162,6 @@ public:
|
||||
virtual ~Watcher()
|
||||
{
|
||||
}
|
||||
std::mutex cvMutex_;
|
||||
std::condition_variable watcherCv_;
|
||||
void OnEvent(std::shared_ptr<HiSysEventRecord> sysEvent) final
|
||||
{
|
||||
if (sysEvent == nullptr) {
|
||||
@ -184,7 +182,8 @@ public:
|
||||
{
|
||||
IMSA_HILOGE("Watcher::OnServiceDied");
|
||||
}
|
||||
|
||||
std::mutex cvMutex_;
|
||||
std::condition_variable watcherCv_;
|
||||
private:
|
||||
std::string operateInfo_;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user