Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp151 if (systemAgent_ != nullptr) { in OnConnectCmdReady()
155 systemAgent_ = new (std::nothrow) InputMethodAgentProxy(agentObject); in OnConnectCmdReady()
183 return systemAgent_; in GetSystemCmdAgent()
202 systemAgent_ = nullptr; in ClearSystemCmdAgent()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h116 sptr<IInputMethodAgent> systemAgent_ = nullptr; variable