Home
last modified time | relevance | path

Searched refs:SwitchSubtype (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp745 ret = session->SwitchSubtype(info->subProp); in OnSwitchInputMethod()
845 session->SwitchSubtype(info->subProp); in SwitchExtension()
857 auto ret = session->SwitchSubtype(info->subProp); in SwitchSubType()
884 … int32_t ret = session->SwitchSubtype({ .name = switchInfo.bundleName, .id = switchInfo.subName }); in SwitchInputType()
H A Dperuser_session.cpp1252 int32_t PerUserSession::SwitchSubtype(const SubProperty &subProperty) in SwitchSubtype() function in OHOS::MiscServices::PerUserSession
1305 return SwitchSubtype(subProp); in RestoreCurrentImeSubType()
1773 SwitchSubtype(subProp); in RestoreCurrentIme()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h116 int32_t SwitchSubtype(const SubProperty &subProperty);
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp246 ret = userSession->SwitchSubtype({});