Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
H A Dperusersession_fuzzer.cpp109 userSessions->NotifyImeChangeToClients(property, subProperty); in FuzzPerUserSession()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h115 void NotifyImeChangeToClients(const Property &property, const SubProperty &subProperty);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp744 session->NotifyImeChangeToClients(info->prop, info->subProp); in OnSwitchInputMethod()
843 session->NotifyImeChangeToClients(info->prop, info->subProp); in SwitchExtension()
864 session->NotifyImeChangeToClients(info->prop, info->subProp); in SwitchSubType()
H A Dperuser_session.cpp825 void PerUserSession::NotifyImeChangeToClients(const Property &property, const SubProperty &subPrope… in NotifyImeChangeToClients() function in OHOS::MiscServices::PerUserSession
1051 NotifyImeChangeToClients(currentImeInfo->prop, currentImeInfo->subProp); in StartCurrentIme()