Home
last modified time | relevance | path

Searched defs:textResultHandler (Results 1 – 3 of 3) sorted by relevance

/base/inputmethod/imf/services/src/
Dmessage.cpp34 …int32_t msgId, MessageParcel *msgContent, const std::shared_ptr<BlockData<std::u16string>> &textRe… in Message()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h222 std::shared_ptr<BlockData<std::string>> textResultHandler; member
Djs_get_input_method_controller.cpp1039 auto textResultHandler = std::make_shared<BlockData<std::string>>(MAX_TIMEOUT, ""); in GetText() local