Searched refs:inputMethodSptr (Results 1 – 1 of 1) sorted by relevance
145 auto inputMethodSptr = jsInputMethodExtension_.lock(); in OnCreate() local146 if (inputMethodSptr != nullptr) { in OnCreate()147 inputMethodSptr->OnCreate(displayId); in OnCreate()153 auto inputMethodSptr = jsInputMethodExtension_.lock(); in OnDestroy() local154 if (inputMethodSptr != nullptr) { in OnDestroy()155 inputMethodSptr->OnDestroy(displayId); in OnDestroy()161 auto inputMethodSptr = jsInputMethodExtension_.lock(); in OnChange() local162 if (inputMethodSptr != nullptr) { in OnChange()163 inputMethodSptr->OnChange(displayId); in OnChange()