Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp858 if (systemCmdChannelProxy_ == nullptr) { in ClearSystemCmdChannel()
862 systemCmdChannelProxy_ = nullptr; in ClearSystemCmdChannel()
869 return systemCmdChannelProxy_; in GetSystemCmdChannelProxy()
876 systemCmdChannelProxy_ = new (std::nothrow) SystemCmdChannelProxy(channel); in OnConnectSystemCmd()
877 if (systemCmdChannelProxy_ == nullptr) { in OnConnectSystemCmd()
884 systemCmdChannelProxy_ = nullptr; in OnConnectSystemCmd()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h117 sptr<SystemCmdChannelProxy> systemCmdChannelProxy_ = nullptr; variable