Home
last modified time | relevance | path

Searched refs:textListenerCv_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dtext_listener.cpp57 textListenerCv_.notify_one(); in InsertText()
65 textListenerCv_.notify_one(); in DeleteForward()
73 textListenerCv_.notify_one(); in DeleteBackward()
86 textListenerCv_.notify_one(); in SendKeyboardStatus()
95 textListenerCv_.notify_one(); in SendFunctionKey()
108 textListenerCv_.notify_one(); in MoveCursor()
117 textListenerCv_.notify_one(); in HandleSetSelection()
125 textListenerCv_.notify_one(); in HandleExtendAction()
134 textListenerCv_.notify_one(); in HandleSelect()
240 textListenerCv_.wait_for( in WaitSendPrivateCommandCallback()
[all …]
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dtext_listener.h67 static std::condition_variable textListenerCv_; variable