Lines Matching defs:remote
229 /** Handle the situation a remote input client died.
230 * It's called when a remote input client died
231 * @param the remote object handler of the input client died.
233 void PerUserSession::OnClientDied(sptr<IInputClient> remote)
235 if (remote == nullptr) {
238 auto clientInfo = GetClientInfo(remote->AsObject());
240 if (IsSameClient(remote, GetCurrentClient())) {
247 if (IsSameClient(remote, GetInactiveClient())) {
254 RemoveClientInfo(remote->AsObject(), true);
259 * @param the remote object handler of the ime who died.
261 void PerUserSession::OnImeDied(const sptr<IInputMethodCore> &remote, ImeType type)
263 if (remote == nullptr) {
435 * @param inputClient the IRemoteObject remote handler of given input client
474 * @param the parameters from remote client