Lines Matching refs:config
66 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be destroyed.
69 void OH_TextConfig_Destroy(InputMethod_TextConfig *config);
74 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be set.
82 InputMethod_ErrorCode OH_TextConfig_SetInputType(InputMethod_TextConfig *config, InputMethod_TextInputType inputType);
86 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be set.
95 InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType);
99 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be set.
107 InputMethod_ErrorCode OH_TextConfig_SetPreviewTextSupport(InputMethod_TextConfig *config, bool supported);
111 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be set.
120 InputMethod_ErrorCode OH_TextConfig_SetSelection(InputMethod_TextConfig *config, int32_t start, int32_t end);
124 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be set.
132 InputMethod_ErrorCode OH_TextConfig_SetWindowId(InputMethod_TextConfig *config, int32_t windowId);
137 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be get from.
146 InputMethod_ErrorCode OH_TextConfig_GetInputType(InputMethod_TextConfig *config, InputMethod_TextInputType *inputType);
150 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be get from.
160 InputMethod_TextConfig *config, InputMethod_EnterKeyType *enterKeyType);
164 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be get from.
172 InputMethod_ErrorCode OH_TextConfig_IsPreviewTextSupported(InputMethod_TextConfig *config, bool *supported);
176 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be get from.
184 InputMethod_ErrorCode OH_TextConfig_GetCursorInfo(InputMethod_TextConfig *config, InputMethod_CursorInfo **cursorInfo);
189 * @param config Indicates the text configuration.
198 InputMethod_TextConfig *config, InputMethod_TextAvoidInfo **avoidInfo);
203 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be get from.
212 InputMethod_ErrorCode OH_TextConfig_GetSelection(InputMethod_TextConfig *config, int32_t *start, int32_t *end);
216 * @param config Represents a pointer to an {@link InputMethod_TextConfig} instance which will be get from.
224 InputMethod_ErrorCode OH_TextConfig_GetWindowId(InputMethod_TextConfig *config, int32_t *windowId);