Searched refs:g_options (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/inputmethod/InputMethodNDKTest/entry/src/main/cpp/ |
H A D | napi_init.cpp | 35 InputMethod_AttachOptions *g_options = nullptr;
variable 144 g_options = OH_AttachOptions_Create(showKeyboard);
in AttachOptions_Create() 149 g_options = OH_AttachOptions_Create(true);
in SUB_IMF_NDK_AttachOptions_Create_0100() 151 InputMethod_ErrorCode returnValue = OH_AttachOptions_IsShowKeyboard(g_options, &showKeyboard);
in SUB_IMF_NDK_AttachOptions_Create_0100() 152 OH_AttachOptions_Destroy(g_options);
in SUB_IMF_NDK_AttachOptions_Create_0100() 170 InputMethod_ErrorCode returnValue = OH_InputMethodController_Attach(g_txtEditProxy, g_options, &g_inputMethodProxy);
in SUB_IMF_NDK_InputMethodController_Attach_0100() 188 OH_InputMethodController_Attach(g_txtEditProxy, g_options, &g_inputMethodProxy);
in SUB_IMF_NDK_InputMethodController_Detach_0100() 208 OH_InputMethodController_Attach(g_txtEditProxy, g_options, &g_inputMethodProxy);
in SUB_IMF_NDK_InputMethodProxy_ShowKeyboard_0100() 226 OH_InputMethodController_Attach(g_txtEditProxy, g_options, &g_inputMethodProxy);
in SUB_IMF_NDK_InputMethodProxy_HideKeyboard_0100() 244 OH_InputMethodController_Attach(g_txtEditProxy, g_options, in SUB_IMF_NDK_InputMethodProxy_NotifySelectionChange_0100() [all...] |
Completed in 2 milliseconds