Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp857 auto targetImeProperty = ImeInfoInquirer::GetInstance().GetImeProperty(userId, switchInfo.bundleName); in SwitchInputType() local
858 if (targetImeProperty == nullptr) { in SwitchInputType()
862 std::string targetName = switchInfo.bundleName + "/" + targetImeProperty->id; in SwitchInputType()
863 ImeNativeCfg targetIme = { targetName, switchInfo.bundleName, switchInfo.subName, targetImeProperty->id }; in SwitchInputType()

Completed in 3 milliseconds