Home
last modified time | relevance | path

Searched refs:agentDeathRecipient_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp156 if (agentDeathRecipient_ == nullptr) { in OnConnectCmdReady()
157 agentDeathRecipient_ = new (std::nothrow) InputDeathRecipient(); in OnConnectCmdReady()
158 if (agentDeathRecipient_ == nullptr) { in OnConnectCmdReady()
163 agentDeathRecipient_->SetDeathRecipient([this](const wptr<IRemoteObject> &remote) { in OnConnectCmdReady()
166 if (!agentObject->AddDeathRecipient(agentDeathRecipient_)) { in OnConnectCmdReady()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h117 sptr<InputDeathRecipient> agentDeathRecipient_; variable