Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/kits/extension/include/
H A Djs_inputmethod_extension.h145 auto inputMethodSptr = jsInputMethodExtension_.lock(); in OnCreate() local
146 if (inputMethodSptr != nullptr) { in OnCreate()
147 inputMethodSptr->OnCreate(displayId); in OnCreate()
153 auto inputMethodSptr = jsInputMethodExtension_.lock(); in OnDestroy() local
154 if (inputMethodSptr != nullptr) { in OnDestroy()
155 inputMethodSptr->OnDestroy(displayId); in OnDestroy()
161 auto inputMethodSptr = jsInputMethodExtension_.lock(); in OnChange() local
162 if (inputMethodSptr != nullptr) { in OnChange()
163 inputMethodSptr->OnChange(displayId); in OnChange()