Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h126 bool IsImeInstalled(const int32_t userId, const std::string &bundleName, const std::string &extName);
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp729 bool ImeInfoInquirer::IsImeInstalled(const int32_t userId, const std::string &bundleName, const std::string &extName) in IsImeInstalled() function in OHOS::MiscServices::ImeInfoInquirer
751 if (currentImeCfg->imeId.empty() || !IsImeInstalled(userId, currentImeCfg->bundleName, currentImeCfg->extName)) { in GetImeToStart()

Completed in 4 milliseconds