Searched refs:remoteReplicaProxy_ (Results 1 – 5 of 5) sorted by relevance
138 auto schedulerObjectTmp = remoteReplicaProxy_->AsObject(); in HandleReceiveRemoteScheduler()152 auto schedulerObject = remoteReplicaProxy_->AsObject(); in HandleReceiveRemoteScheduler()157 remoteReplicaProxy_->PassPrimary(remotePrimaryStub_); in HandleReceiveRemoteScheduler()199 if (remoteReplicaProxy_ == nullptr) { in OnReplicaDied()210 if (object != remoteReplicaProxy_->AsObject()) { in OnReplicaDied()216 auto schedulerObject = remoteReplicaProxy_->AsObject(); in OnReplicaDied()221 remoteReplicaProxy_.clear(); in OnReplicaDied()259 remoteReplicaProxy_ = nullptr; in CleanUpAfterReverse()339 remoteReplicaProxy_->NotifyReverseResult(result); in ContinuationBack()360 if (remoteReplicaProxy_ == nullptr) { in ReverseContinueAbility()[all …]
143 auto schedulerObjectTmp = remoteReplicaProxy_->AsObject(); in HandleReceiveRemoteScheduler()155 auto schedulerObject = remoteReplicaProxy_->AsObject(); in HandleReceiveRemoteScheduler()160 remoteReplicaProxy_->PassPrimary(remotePrimaryStub_); in HandleReceiveRemoteScheduler()204 if (remoteReplicaProxy_ == nullptr) { in OnReplicaDied()215 if (object != remoteReplicaProxy_->AsObject()) { in OnReplicaDied()221 auto schedulerObject = remoteReplicaProxy_->AsObject(); in OnReplicaDied()226 remoteReplicaProxy_.clear(); in OnReplicaDied()267 remoteReplicaProxy_ = nullptr; in CleanUpAfterReverse()350 remoteReplicaProxy_->NotifyReverseResult(result); in ContinuationBack()371 if (remoteReplicaProxy_ == nullptr) { in ReverseContinueAbility()[all …]
909 continuationHandler->remoteReplicaProxy_ = primary;1308 continuationHandler->remoteReplicaProxy_ = primary;1331 continuationHandler->remoteReplicaProxy_ = primary;1991 continuationHandler->remoteReplicaProxy_ = primary;1993 EXPECT_TRUE(continuationHandler->remoteReplicaProxy_ == nullptr);2012 EXPECT_TRUE(continuationHandler->remoteReplicaProxy_ == nullptr);2030 continuationHandler->remoteReplicaProxy_ = primary;2032 EXPECT_TRUE(continuationHandler->remoteReplicaProxy_ != nullptr);2050 continuationHandler->remoteReplicaProxy_ = primary;2053 EXPECT_TRUE(continuationHandler->remoteReplicaProxy_ == nullptr);[all …]
153 sptr<IReverseContinuationSchedulerReplica> remoteReplicaProxy_ = nullptr; variable
74 sptr<IReverseContinuationSchedulerReplica> remoteReplicaProxy_ = nullptr; variable