Home
last modified time | relevance | path

Searched refs:InputMethod_AttachOptions (Results 1 - 6 of 6) sorted by relevance

/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_attach_options_capi.h42 * @brief Define the InputMethod_AttachOptions structure type.
48 typedef struct InputMethod_AttachOptions InputMethod_AttachOptions; typedef
51 * @brief Create a new {@link InputMethod_AttachOptions} instance.
54 * @return If the creation succeeds, a pointer to the newly created {@link InputMethod_AttachOptions}
58 InputMethod_AttachOptions *OH_AttachOptions_Create(bool showKeyboard);
60 * @brief Delete a {@link InputMethod_AttachOptions} instance.
62 * @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance which will be destroyed.
65 void OH_AttachOptions_Destroy(InputMethod_AttachOptions *options);
67 * @brief Get showKeyboard value from {@link InputMethod_AttachOptions}
[all...]
H A Dinputmethod_controller_capi.h54 * @param options Represents a pointer to an {@link InputMethod_AttachOptions} instance.
68 InputMethod_AttachOptions *options, InputMethod_InputMethodProxy **inputMethodProxy);
/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_attach_options_capi.cpp22 InputMethod_AttachOptions *OH_AttachOptions_Create(bool showKeyboard) in OH_AttachOptions_Create()
24 return new InputMethod_AttachOptions({ showKeyboard }); in OH_AttachOptions_Create()
26 void OH_AttachOptions_Destroy(InputMethod_AttachOptions *options) in OH_AttachOptions_Destroy()
34 InputMethod_ErrorCode OH_AttachOptions_IsShowKeyboard(InputMethod_AttachOptions *options, bool *showKeyboard) in OH_AttachOptions_IsShowKeyboard()
H A Dinputmethod_controller_capi.cpp148 InputMethod_AttachOptions *options, InputMethod_InputMethodProxy **inputMethodProxy) in OH_InputMethodController_Attach()
/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h66 struct InputMethod_AttachOptions { struct
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp1072 InputMethod_AttachOptions *options = OH_AttachOptions_Create(true); in HWTEST_F()
1325 InputMethod_AttachOptions *options = OH_AttachOptions_Create(true); in HWTEST_F()

Completed in 4 milliseconds