Searched refs:systemChannelStub_ (Results 1 – 2 of 2) sorted by relevance
112 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()
121 sptr<ISystemCmdChannel> systemChannelStub_; variable