Home
last modified time | relevance | path

Searched refs:OnImeDied (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/include/
H A Dperuser_session.h184 void OnImeDied(const sptr<IInputMethodCore> &remote, ImeType type);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp264 void PerUserSession::OnImeDied(const sptr<IInputMethodCore> &remote, ImeType type) in OnImeDied() function in OHOS::MiscServices::PerUserSession
855 …etDeathRecipient([this, core, type](const wptr<IRemoteObject> &) { this->OnImeDied(core, type); }); in AddImeData()
1520 …etDeathRecipient([this, core, type](const wptr<IRemoteObject> &) { this->OnImeDied(core, type); }); in UpdateImeData()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp313 userSession->OnImeDied(nullptr, ImeType::IME);