Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/include/domain_account/
H A Dinner_domain_account_manager.h82 void StartGetDomainAccountInfo(const sptr<IDomainAccountPlugin> &plugin,
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_manager_inner_service_test.cpp274 …InnerDomainAccountManager::GetInstance().StartGetDomainAccountInfo(nullptr, options, testCallback);
405 …InnerDomainAccountManager::GetInstance().StartGetDomainAccountInfo(nullptr, options, testCallback);
/ohos5.0/base/account/os_account/services/accountmgr/src/domain_account/
H A Dinner_domain_account_manager.cpp1425 void InnerDomainAccountManager::StartGetDomainAccountInfo(const sptr<IDomainAccountPlugin> &plugin, in StartGetDomainAccountInfo() function in OHOS::AccountSA::InnerDomainAccountManager
1519 this->StartGetDomainAccountInfo(this->plugin_, options, callbackService); in GetDomainAccountInfo()