Searched defs:ime (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | input_type_manager.cpp | 54 bool InputTypeManager::IsInputType(const ImeIdentification &ime) in IsInputType() 64 int32_t InputTypeManager::GetImeByInputType(InputType type, ImeIdentification &ime) in GetImeByInputType()
|
H A D | ime_aging_manager.cpp | 68 auto ime = it->second->data; in Pop() local 135 void ImeAgingManager::ClearIme(const std::shared_ptr<AgingIme> &ime) in ClearIme()
|
H A D | peruser_session.cpp | 1106 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 D | ime_cfg_manager.cpp | 121 void ImeCfgManager::ModifyTempScreenLockImeCfg(int32_t userId, const std::string &ime) in ModifyTempScreenLockImeCfg()
|
H A D | ime_info_inquirer.cpp | 928 auto ime = GetDefaultIme(); in GetDefaultImeCfgProp() local 941 auto ime = GetDefaultIme(); in GetDefaultImeCfg() local
|
H A D | input_method_system_ability.cpp | 1871 ImeIdentification ime; in StartInputType() local 1890 ImeIdentification ime; in NeedHideWhenSwitchInputType() local
|
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/src/ |
H A D | security_mode_parser.cpp | 139 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 D | enable_ime_data_parser.cpp | 121 …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 D | peruser_session.h | 82 std::pair<std::string, std::string> ime; // first: bundleName second:extName member
|