Home
last modified time | relevance | path

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

/base/inputmethod/imf/common/include/
H A Dinput_death_recipient.h23 class InputDeathRecipient : public IRemoteObject::DeathRecipient { class
25 InputDeathRecipient(){}; in InputDeathRecipient() function in OHOS::MiscServices::InputDeathRecipient
26 ~InputDeathRecipient() = default;
/base/inputmethod/imf/common/src/
H A Dinput_death_recipient.cpp22 void InputDeathRecipient::SetDeathRecipient(RemoteDiedHandler handler) in SetDeathRecipient()
27 void InputDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h109 sptr<InputDeathRecipient> deathRecipient_;
116 sptr<InputDeathRecipient> agentDeathRecipient_;
H A Dinput_method_controller.h854 sptr<InputDeathRecipient> deathRecipient_;
/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
H A Dperusersession_fuzzer.cpp65 sptr<InputDeathRecipient> deathRecipient = new (std::nothrow) InputDeathRecipient(); in InitializeClientInfo()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_client_info.h49 sptr<InputDeathRecipient> deathRecipient{ nullptr }; // death recipient of client
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp74 deathRecipient_ = new (std::nothrow) InputDeathRecipient(); in GetSystemAbilityProxy()
157 agentDeathRecipient_ = new (std::nothrow) InputDeathRecipient(); in OnConnectCmdReady()
H A Dinput_method_controller.cpp156 deathRecipient_ = new (std::nothrow) InputDeathRecipient(); in GetSystemAbilityProxy()
/base/inputmethod/imf/services/include/
H A Dperuser_session.h78 sptr<InputDeathRecipient> deathRecipient{ nullptr };
84 ImeData(sptr<IInputMethodCore> core, sptr<IRemoteObject> agent, sptr<InputDeathRecipient> deathRecipient, in ImeData()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h130 sptr<InputDeathRecipient> deathRecipient_{ nullptr };
/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp858 sptr<InputDeathRecipient> deathRecipient = new (std::nothrow) InputDeathRecipient(); in AddImeData()
1440 sptr<InputDeathRecipient> deathRecipient = new (std::nothrow) InputDeathRecipient();
H A Dinput_method_system_ability.cpp239 auto deathRecipient = new (std::nothrow) InputDeathRecipient(); in GenerateClientInfo()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp141 static sptr<InputDeathRecipient> deathRecipient_;
252 sptr<InputDeathRecipient> InputMethodControllerTest::deathRecipient_;
345 deathRecipient_ = new (std::nothrow) InputDeathRecipient(); in SetInputDeathRecipient()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp93 deathRecipient_ = new (std::nothrow) InputDeathRecipient(); in GetImsaProxy()

Completed in 15 milliseconds