Searched refs:domainAccountMgrService_ (Results 1 – 2 of 2) sorted by relevance
212 return domainAccountMgrService_; in GetDomainAccountService()330 domainAccountMgrService_ = nullptr; in Init()397 domainAccountMgrService_ = new (std::nothrow) DomainAccountManagerService(); in CreateDomainService()398 if (domainAccountMgrService_ == nullptr) { in CreateDomainService()
96 sptr<IRemoteObject> domainAccountMgrService_ = nullptr; variable