Searched refs:oldDomainAccountInfo (Results 1 – 2 of 2) sorted by relevance
817 PluginDomainAccountInfo oldDomainAccountInfo; in PluginUpdateAccountInfo() local818 SetPluginDomainAccountInfo(oldAccountInfo, oldDomainAccountInfo); in PluginUpdateAccountInfo()822 …(*reinterpret_cast<UpdateAccountInfoFunc>(iter->second))(&oldDomainAccountInfo, &newDomainAccountI… in PluginUpdateAccountInfo()823 CleanPluginString(&(oldDomainAccountInfo.domain.data), oldDomainAccountInfo.domain.length); in PluginUpdateAccountInfo()824 …CleanPluginString(&(oldDomainAccountInfo.serverConfigId.data), oldDomainAccountInfo.serverConfigId… in PluginUpdateAccountInfo()825 …CleanPluginString(&(oldDomainAccountInfo.accountName.data), oldDomainAccountInfo.accountName.lengt… in PluginUpdateAccountInfo()826 … CleanPluginString(&(oldDomainAccountInfo.accountId.data), oldDomainAccountInfo.accountId.length); in PluginUpdateAccountInfo()
2265 DomainAccountInfo oldDomainAccountInfo; in RetryToGetAccount() local2266 accountInfo.GetDomainInfo(oldDomainAccountInfo); in RetryToGetAccount()2268 oldDomainAccountInfo.accountName_ = newDomainAccountInfo.accountName_; in RetryToGetAccount()2271 oldDomainAccountInfo.accountId_ = newDomainAccountInfo.accountId_; in RetryToGetAccount()2273 accountInfo.SetDomainInfo(oldDomainAccountInfo); in RetryToGetAccount()