Searched refs:domainAccountEmpty (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 1110 DomainAccountInfo domainAccountEmpty(STRING_DOMAIN_VALID, ""); variable 1111 …EXPECT_EQ(osAccountManagerService_->CreateOsAccountForDomain(type, domainAccountEmpty, osAccountIn… 1237 DomainAccountInfo domainAccountEmpty(STRING_DOMAIN_VALID, ""); variable 1238 ret = osAccountManagerService_->GetOsAccountLocalIdFromDomain(domainAccountEmpty, resLocalId);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 1353 DomainAccountInfo domainAccountEmpty(STRING_DOMAIN_VALID, ""); variable 1354 ret = OsAccountManager::CreateOsAccountForDomain(type, domainAccountEmpty, osAccountInfo); 1471 DomainAccountInfo domainAccountEmpty(STRING_DOMAIN_VALID, ""); variable 1472 ret = OsAccountManager::GetOsAccountLocalIdFromDomain(domainAccountEmpty, resID);
|