Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h194 IMF_API int32_t ShowTextInput();
204 IMF_API int32_t HideTextInput();
215 IMF_API int32_t Close();
424 IMF_API int32_t ShowSoftKeyboard();
434 IMF_API int32_t HideSoftKeyboard();
444 IMF_API int32_t StopInputSession();
467 IMF_API int32_t ShowCurrentInput();
478 IMF_API int32_t HideCurrentInput();
519 IMF_API bool WasAttached();
803 IMF_API void Reset();
[all …]
H A Dime_system_channel.h52 IMF_API static sptr<ImeSystemCmdChannel> GetInstance();
63 IMF_API int32_t ConnectSystemCmd(const sptr<OnSystemCmdListener> &listener);
74 IMF_API int32_t SendPrivateCommand(
85 IMF_API std::string GetSmartMenuCfg();
90 IMF_API int32_t GetDefaultImeCfg(std::shared_ptr<Property> &property);
H A Dime_event_monitor_manager.h36 IMF_API static ImeEventMonitorManager &GetInstance();
48IMF_API int32_t RegisterImeEventListener(uint32_t eventFlag, const std::shared_ptr<ImeEventListene…
60IMF_API int32_t UnRegisterImeEventListener(uint32_t eventFlag, const std::shared_ptr<ImeEventListe…
H A Dvisibility.h19 #ifndef IMF_API
20 #define IMF_API __attribute__ ((visibility ("default"))) macro
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dime_event_monitor_manager_impl.h30 IMF_API static ImeEventMonitorManagerImpl &GetInstance();
31IMF_API int32_t RegisterImeEventListener(uint32_t eventFlag, const std::shared_ptr<ImeEventListene…
32IMF_API int32_t UnRegisterImeEventListener(uint32_t eventFlag, const std::shared_ptr<ImeEventListe…