Searched refs:newImpl (Results 1 – 5 of 5) sorted by relevance
72 ErrCode SvcSessionManager::Active(Impl newImpl, bool force) in Active() argument81 if (!force && !newImpl.clientToken) { in Active()84 if (!force && newImpl.scenario == IServiceReverse::Scenario::UNDEFINED) { in Active()89 InitClient(newImpl); in Active()91 impl_ = newImpl; in Active()359 void SvcSessionManager::InitClient(Impl &newImpl) in InitClient() argument361 if (!newImpl.clientProxy) { in InitClient()364 auto remoteObj = newImpl.clientProxy->AsObject(); in InitClient()383 if (newImpl.scenario == IServiceReverse::Scenario::RESTORE) { in InitClient()386 } else if (newImpl.scenario == IServiceReverse::Scenario::BACKUP) { in InitClient()[all …]
27 ErrCode SvcSessionManager::Active(Impl newImpl, bool force) in Active() argument29 return BackupSvcSessionManager::session->Active(newImpl); in Active()82 void SvcSessionManager::InitClient(Impl &newImpl) in InitClient() argument84 BackupSvcSessionManager::session->InitClient(newImpl); in InitClient()
44 ErrCode SvcSessionManager::Active(Impl newImpl, bool force) in Active() argument48 impl_ = newImpl; in Active()126 void SvcSessionManager::InitClient(Impl &newImpl) in InitClient() argument
139 SvcSessionManager::Impl newImpl; variable151 sessionManagerPtr_->Active(newImpl);158 newImpl.clientToken = CLIENT_TOKEN_ID;161 sessionManagerPtr_->Active(newImpl);168 newImpl.clientToken = CLIENT_TOKEN_ID;170 newImpl.clientProxy = nullptr;172 sessionManagerPtr_->Active(newImpl);575 SvcSessionManager::Impl newImpl; variable577 newImpl.clientProxy = nullptr;585 newImpl.clientProxy = remote_;[all …]
112 ErrCode Active(Impl newImpl, bool force = false);541 void InitClient(Impl &newImpl);