Home
last modified time | relevance | path

Searched defs:ime (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_type_manager.cpp54 bool InputTypeManager::IsInputType(const ImeIdentification &ime) in IsInputType()
64 int32_t InputTypeManager::GetImeByInputType(InputType type, ImeIdentification &ime) in GetImeByInputType()
H A Dime_aging_manager.cpp68 auto ime = it->second->data; in Pop() local
135 void ImeAgingManager::ClearIme(const std::shared_ptr<AgingIme> &ime) in ClearIme()
H A Dperuser_session.cpp1106 AAFwk::Want PerUserSession::GetWant(const std::shared_ptr<ImeNativeCfg> &ime) in GetWant()
1127 bool PerUserSession::StartInputService(const std::shared_ptr<ImeNativeCfg> &ime) in StartInputService()
1326 auto ime = GetReadyImeData(ImeType::IME); in IsPanelShown() local
1485 int32_t PerUserSession::InitImeData(const std::pair<std::string, std::string> &ime) in InitImeData()
1551 bool PerUserSession::StartIme(const std::shared_ptr<ImeNativeCfg> &ime, bool isStopCurrentIme) in StartIme()
1586 bool PerUserSession::StartCurrentIme(const std::shared_ptr<ImeNativeCfg> &ime) in StartCurrentIme()
1617 bool PerUserSession::HandleStartImeTimeout(const std::shared_ptr<ImeNativeCfg> &ime) in HandleStartImeTimeout()
1634 bool PerUserSession::StartNewIme(const std::shared_ptr<ImeNativeCfg> &ime) in StartNewIme()
1736 bool PerUserSession::HandleFirstStart(const std::shared_ptr<ImeNativeCfg> &ime, bool isStopCurrentI… in HandleFirstStart()
H A Dime_cfg_manager.cpp121 void ImeCfgManager::ModifyTempScreenLockImeCfg(int32_t userId, const std::string &ime) in ModifyTempScreenLockImeCfg()
H A Dime_info_inquirer.cpp928 auto ime = GetDefaultIme(); in GetDefaultImeCfgProp() local
941 auto ime = GetDefaultIme(); in GetDefaultImeCfg() local
H A Dinput_method_system_ability.cpp1871 ImeIdentification ime; in StartInputType() local
1890 ImeIdentification ime; in NeedHideWhenSwitchInputType() local
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/src/
H A Dsecurity_mode_parser.cpp139 auto ime = std::find_if(defaultFullImeList.begin(), defaultFullImeList.end(), in IsDefaultFullMode() local
140 [&appId](const auto &ime) { return ime.appId == appId; }); in IsDefaultFullMode()
H A Denable_ime_data_parser.cpp121 …tempVec.begin(), tempVec.end(), [&info](const std::string &ime) { return info.bundleName == ime; }… in CheckNeedSwitch()
135 …enableVec.begin(), enableVec.end(), [&info](const std::string &ime) { return info.bundleName == im… in CheckNeedSwitch()
160 …enableVec.begin(), enableVec.end(), [&targetName](const std::string &ime) { return ime == targetNa… in CheckTargetEnableName()
168 [&targetName](const std::string &ime) { return ime == targetName; }); in CheckTargetEnableName()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h82 std::pair<std::string, std::string> ime; // first: bundleName second:extName member