Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
H A Dperuser_session.h180 void OnImeDied(const sptr<IInputMethodCore> &remote, ImeType type);
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp261 void PerUserSession::OnImeDied(const sptr<IInputMethodCore> &remote, ImeType type) in OnImeDied() function in OHOS::MiscServices::PerUserSession
863 deathRecipient->SetDeathRecipient([this, core, type](const wptr<IRemoteObject> &) { this->OnImeDied(core, type); }); in AddImeData()
1446 deathRecipient->SetDeathRecipient([this, core, type](const wptr<IRemoteObject> &) { this->OnImeDied(core, type); });
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp315 userSession->OnImeDied(nullptr, ImeType::IME); in HWTEST_F()

Completed in 5 milliseconds