Home
last modified time | relevance | path

Searched refs:pDomainAccountInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp448 …CleanPluginDomainAccountInfo(DomainAccountInfo &info, PluginDomainAccountInfo **pDomainAccountInfo) in GetAndCleanPluginDomainAccountInfo() argument
450 if (pDomainAccountInfo == nullptr || *pDomainAccountInfo == nullptr) { in GetAndCleanPluginDomainAccountInfo()
454 GetAndCleanPluginString((*pDomainAccountInfo)->serverConfigId, info.serverConfigId_); in GetAndCleanPluginDomainAccountInfo()
455 GetAndCleanPluginString((*pDomainAccountInfo)->domain, info.domain_); in GetAndCleanPluginDomainAccountInfo()
456 GetAndCleanPluginString((*pDomainAccountInfo)->accountName, info.accountName_); in GetAndCleanPluginDomainAccountInfo()
457 GetAndCleanPluginString((*pDomainAccountInfo)->accountId, info.accountId_); in GetAndCleanPluginDomainAccountInfo()
458 info.isAuthenticated = (*pDomainAccountInfo)->isAuthenticated == 1; in GetAndCleanPluginDomainAccountInfo()
459 free((*pDomainAccountInfo)); in GetAndCleanPluginDomainAccountInfo()
460 (*pDomainAccountInfo) = nullptr; in GetAndCleanPluginDomainAccountInfo()