Home
last modified time | relevance | path

Searched refs:EnableIme (Results 1 - 10 of 10) sorted by relevance

/base/inputmethod/imf/services/adapter/settings_data_provider/common/include/
H A Dsettings_data_utils.h51 bool EnableIme(int32_t userId, const std::string &bundleName);
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h83 bool EnableIme(const std::string &bundleName) override;
/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h78 virtual bool EnableIme(const std::string &bundleName) = 0;
H A Dinput_method_system_ability.h92 bool EnableIme(const std::string &bundleName) override;
/base/inputmethod/imf/services/adapter/settings_data_provider/common/src/
H A Dsettings_data_utils.cpp197 bool SettingsDataUtils::EnableIme(int32_t userId, const std::string &bundleName) in EnableIme() function in OHOS::MiscServices::SettingsDataUtils
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp178 bool InputMethodSystemAbilityProxy::EnableIme(const std::string &bundleName)
181 IMSA_HILOGI("InputMethodSystemAbilityProxy::EnableIme enter.");
H A Dinput_method_controller.cpp496 bool InputMethodController::EnableIme(const std::string &bundleName) in EnableIme() function in OHOS::MiscServices::InputMethodController
504 return proxy->EnableIme(bundleName); in EnableIme()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h822 IMF_API bool EnableIme(const std::string &bundleName);
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp197 return ITypesUtil::Marshal(reply, ErrorCode::NO_ERROR, EnableIme(bundleName)) ? ErrorCode::NO_ERROR in EnableImeOnRemote()
H A Dinput_method_system_ability.cpp676 bool InputMethodSystemAbility::EnableIme(const std::string &bundleName) in EnableIme() function in OHOS::MiscServices::InputMethodSystemAbility
683 return SettingsDataUtils::GetInstance()->EnableIme(userId, bundleName); in EnableIme()

Completed in 9 milliseconds