Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp112 if (systemChannelStub_ == nullptr) { in RunConnectSystemCmd()
114 if (systemChannelStub_ == nullptr) { in RunConnectSystemCmd()
115 systemChannelStub_ = new (std::nothrow) SystemCmdChannelStub(); in RunConnectSystemCmd()
117 if (systemChannelStub_ == nullptr) { in RunConnectSystemCmd()
132 int32_t ret = proxy->ConnectSystemCmd(systemChannelStub_->AsObject(), agent); in RunConnectSystemCmd()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dime_system_channel.h121 sptr<ISystemCmdChannel> systemChannelStub_; variable