Lines Matching refs:InputClientInfo
103 int32_t OnPrepareInput(const InputClientInfo &clientInfo);
104 int32_t OnStartInput(const InputClientInfo &inputClientInfo, sptr<IRemoteObject> &agent);
124 int32_t OnUpdateListenEventFlag(const InputClientInfo &clientInfo);
147 bool CheckPwdInputPatternConv(InputClientInfo &clientInfo);
164 std::map<sptr<IRemoteObject>, std::shared_ptr<InputClientInfo>> mapClients_;
186 …int AddClientInfo(sptr<IRemoteObject> inputClient, const InputClientInfo &clientInfo, ClientAddEve…
191 std::shared_ptr<InputClientInfo> GetClientInfo(sptr<IRemoteObject> inputClient);
192 std::shared_ptr<InputClientInfo> GetClientInfo(pid_t pid);
193 std::shared_ptr<InputClientInfo> GetCurClientInfo();
206 … const std::shared_ptr<InputClientInfo> &clientInfo, ImeType type, bool isBindFromClient = false);
208 const std::shared_ptr<InputClientInfo> ¤tClientInfo, bool isUnbindFromClient = false);
209 …void StopClientInput(const std::shared_ptr<InputClientInfo> &clientInfo, bool isStopInactiveClient…
230 std::map<sptr<IRemoteObject>, std::shared_ptr<InputClientInfo>> GetClientMap();