Home
last modified time | relevance | path

Searched refs:systemConfig_ (Results 1 - 2 of 2) sorted by relevance

/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp62 auto ret = SysCfgParser::ParseSystemConfig(systemConfig_); in InitSystemConfig()
71 return systemConfig_.enableInputMethodFeature; in IsEnableInputMethod()
76 return systemConfig_.enableFullExperienceFeature; in IsEnableSecurityMode()
771 if (systemConfig_.systemInputMethodConfigAbility.empty()) { in GetInputMethodConfig()
775 std::string bundleName = systemConfig_.systemInputMethodConfigAbility; in GetInputMethodConfig()
852 if (!systemConfig_.defaultInputMethod.empty()) { in GetDefaultIme()
853 IMSA_HILOGI("defaultInputMethod: %{public}s.", systemConfig_.defaultInputMethod.c_str()); in GetDefaultIme()
854 imeCfg.imeId = systemConfig_.defaultInputMethod; in GetDefaultIme()
/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h147 SystemConfig systemConfig_; member in OHOS::MiscServices::ImeInfoInquirer

Completed in 3 milliseconds