Searched refs:ImeData (Results 1 - 2 of 2) sorted by relevance
/base/inputmethod/imf/services/include/ |
H A D | peruser_session.h | 74 struct ImeData { struct 84 ImeData(sptr<IInputMethodCore> core, sptr<IRemoteObject> agent, sptr<InputDeathRecipient> deathRecipient, in ImeData() function 141 std::shared_ptr<ImeData> GetReadyImeData(ImeType type); 142 std::shared_ptr<ImeData> GetImeData(ImeType type); 199 std::shared_ptr<ImeData> GetValidIme(ImeType type); 227 int32_t RequestIme(const std::shared_ptr<ImeData> &data, RequestType type, const IpcExec &exec); 246 std::unordered_map<ImeType, std::shared_ptr<ImeData>> imeData_;
|
/base/inputmethod/imf/services/src/ |
H A D | peruser_session.cpp | 870 auto imeData = std::make_shared<ImeData>(core, agent, deathRecipient, pid); in AddImeData() 876 std::shared_ptr<ImeData> PerUserSession::GetReadyImeData(ImeType type) in GetReadyImeData() 889 std::shared_ptr<ImeData> PerUserSession::GetValidIme(ImeType type) in GetValidIme() 1281 int32_t PerUserSession::RequestIme(const std::shared_ptr<ImeData> &data, RequestType type, const IpcExec &exec) 1418 auto imeData = std::make_shared<ImeData>(nullptr, nullptr, nullptr, -1); 1467 std::shared_ptr<ImeData> PerUserSession::GetImeData(ImeType type) 1530 if (time - imeData->startTime > ImeData::START_TIME_OUT) {
|
Completed in 5 milliseconds