Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp1077 OsAccountInfo queryAccountInfo; variable
1078 …sAccountManagerService_->QueryOsAccountById(osAccountInfo.GetLocalId(), queryAccountInfo), ERR_OK);
1079 EXPECT_EQ(queryAccountInfo.GetLocalId(), osAccountInfo.GetLocalId());
1080 EXPECT_EQ(queryAccountInfo.GetIsActived(), true);
1081 checkValid = (queryAccountInfo.GetLocalName() == osAccountName);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp1314 OsAccountInfo queryAccountInfo; variable
1315 …EXPECT_EQ(OsAccountManager::QueryOsAccountById(osAccountInfo.GetLocalId(), queryAccountInfo), ERR_…
1317 queryAccountInfo.GetDomainInfo(queryDomainInfo);
1319 EXPECT_EQ(queryAccountInfo.GetLocalId(), osAccountInfo.GetLocalId());
1320 checkValid = (queryAccountInfo.GetLocalName() == osAccountName);