Home
last modified time | relevance | path

Searched refs:STRING_TEST_NAME (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_manager_inner_service_test.cpp41 const std::string STRING_TEST_NAME = "name"; variable
550 std::string configId = STRING_TEST_NAME;
582 std::string configId = STRING_TEST_NAME;
593 info.accountId_ = STRING_TEST_NAME;
594 info.domain_ = STRING_TEST_NAME;
595 info.accountName_ = STRING_TEST_NAME;
596 info.serverConfigId_ = STRING_TEST_NAME;
627 std::string configId = STRING_TEST_NAME;
638 info.accountId_ = STRING_TEST_NAME;
639 info.domain_ = STRING_TEST_NAME;
[all …]
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_create_os_account_test.cpp34 const std::string STRING_TEST_NAME = "name"; variable
101 …errCode = g_osAccountManagerService->CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAcc…
107 …errCode = g_osAccountManagerService->CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAcc…
H A Dos_account_photo_operator_test.cpp33 const std::string STRING_TEST_NAME = "name"; variable
H A Dos_account_file_operator_test.cpp33 const std::string STRING_TEST_NAME = "name"; variable
H A Dos_account_database_operator_test.cpp33 const std::string STRING_TEST_NAME = "name"; variable
H A Dos_account_control_file_manager_test.cpp33 const std::string STRING_TEST_NAME = "name"; variable
H A Dos_account_manager_service_module_test.cpp41 const std::string STRING_TEST_NAME = "test"; variable
165 …ErrCode errCode = osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, INT_TEST_TYPE, osAcc…
224 …ErrCode errCode = osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN,
229 errCode = osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::END,
244 …ASSERT_EQ(osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, INT_TEST_TYPE, osAccountInfo…
264 …ErrCode errCode = osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, INT_TEST_TYPE, osAcc…
289 …ASSERT_EQ(osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, INT_TEST_TYPE, osAccountInfo…
368 …ASSERT_EQ(osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, INT_TEST_TYPE, osAccountInfo…
2176 osAccountManagerService_->CreateOsAccount(STRING_TEST_NAME, INT_TEST_TYPE, osAccountInfo));
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/ohos_account/
H A Dohos_account_manager_test.cpp52 const std::string STRING_TEST_NAME = "test_account_name"; variable
210 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::NORMAL, osAccountInfo…
252 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::NORMAL, osAccountInfo…
/ohos5.0/base/account/os_account/frameworks/ohosaccount/test/moduletests/account_mgr_test/
H A Daccount_mgr_inner_sdk_func_test.cpp78 const std::string STRING_TEST_NAME = "test_account_name"; variable
494 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::NORMAL, osAccountInfo…
540 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::NORMAL, osAccountInfo…
638 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::NORMAL, osAccountInfo…
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp26 const std::string STRING_TEST_NAME = "test_account_name"; variable
94 …ErrCode errCode = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::ADMIN, osAcco…
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp69 const std::string STRING_TEST_NAME = "test_account_name"; variable
976 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO…
978 …EXPECT_EQ(OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO…
1140 …EXPECT_EQ(innerMgrService_->CreateOsAccount(STRING_TEST_NAME, OsAccountType::GUEST, osAccountInfoO…
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbm_install_multi_user_test.cpp47 const std::string STRING_TEST_NAME = "test_account_name"; variable
215 …auto res = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::NORMAL, osAccountInf… in CreateNewUser()