Searched refs:remoteExecutor_ (Results 1 – 2 of 2) sorted by relevance
56 remoteExecutor_(nullptr) in SyncEngine()1020 if (remoteExecutor_ != nullptr) { in ClearInnerResource()1021 RefObject::KillAndDecObjRef(remoteExecutor_); in ClearInnerResource()1022 remoteExecutor_ = nullptr; in ClearInnerResource()1129 RefObject::IncObjRef(remoteExecutor_); in GetAndIncRemoteExector()1130 return remoteExecutor_; in GetAndIncRemoteExector()1136 remoteExecutor_ = executor; in SetRemoteExector()
251 RemoteExecutor *remoteExecutor_; variable