Home
last modified time | relevance | path

Searched refs:GetSmartMenuCfg (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/keyboardpanelmanager/
H A Djs_keyboard_panel_manager.cpp41 DECLARE_NAPI_FUNCTION("getSmartMenuCfg", GetSmartMenuCfg), in Init()
189 napi_value JsKeyboardPanelManager::GetSmartMenuCfg(napi_env env, napi_callback_info info) in GetSmartMenuCfg() function in OHOS::MiscServices::JsKeyboardPanelManager
197 ctxt->smartMenu = ImeSystemCmdChannel::GetInstance()->GetSmartMenuCfg(); in GetSmartMenuCfg()
H A Djs_keyboard_panel_manager.h77 static napi_value GetSmartMenuCfg(napi_env env, napi_callback_info info);
/ohos5.0/base/inputmethod/imf/test/fuzztest/imesystemchannel_fuzzer/
H A Dimesystemchannel_fuzzer.cpp35 ImeSystemCmdChannel::GetInstance()->GetSmartMenuCfg(); in FuzzGetSmartMenuCfg()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h85 IMF_API std::string GetSmartMenuCfg();
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_system_channel_test.cpp133 imeSystemChannel_->GetSmartMenuCfg();
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp249 std::string ImeSystemCmdChannel::GetSmartMenuCfg() in GetSmartMenuCfg() function in OHOS::MiscServices::ImeSystemCmdChannel