Home
last modified time | relevance | path

Searched refs:systemCmdChannelProxy_ (Results 1 - 2 of 2) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp767 if (systemCmdChannelProxy_ == nullptr) { in ClearSystemCmdChannel()
768 IMSA_HILOGD("systemCmdChannelProxy_ already nullptr."); in ClearSystemCmdChannel()
771 systemCmdChannelProxy_ = nullptr; in ClearSystemCmdChannel()
778 return systemCmdChannelProxy_; in GetSystemCmdChannelProxy()
785 systemCmdChannelProxy_ = new (std::nothrow) SystemCmdChannelProxy(channel); in OnConnectSystemCmd()
786 if (systemCmdChannelProxy_ == nullptr) { in OnConnectSystemCmd()
793 systemCmdChannelProxy_ = nullptr; in OnConnectSystemCmd()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h121 sptr<SystemCmdChannelProxy> systemCmdChannelProxy_ = nullptr; member in OHOS::MiscServices::InputMethodAbility

Completed in 3 milliseconds