Searched refs:systemCmdChannelProxy_ (Results 1 – 2 of 2) sorted by relevance
858 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()
117 sptr<SystemCmdChannelProxy> systemCmdChannelProxy_ = nullptr; variable