Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_mgr_service.cpp212 return domainAccountMgrService_; in GetDomainAccountService()
330 domainAccountMgrService_ = nullptr; in Init()
397 domainAccountMgrService_ = new (std::nothrow) DomainAccountManagerService(); in CreateDomainService()
398 if (domainAccountMgrService_ == nullptr) { in CreateDomainService()
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_mgr_service.h96 sptr<IRemoteObject> domainAccountMgrService_ = nullptr; variable