Home
last modified time | relevance | path

Searched refs:IsFromTs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.h43 bool IsFromTs() override;
H A Djs_get_input_method_textchange_listener.cpp89 bool JsGetInputMethodTextChangedListener::IsFromTs() in IsFromTs() function in OHOS::MiscServices::JsGetInputMethodTextChangedListener
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h113 virtual bool IsFromTs() in IsFromTs() function
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp1013 if (!isStopInactiveClient || !listener->IsFromTs()) { in OnInputStop()