/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/domain_account/ |
H A D | domain_account_manager_inner_service_test.cpp | 41 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 D | os_account_manager_service_create_os_account_test.cpp | 34 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 D | os_account_photo_operator_test.cpp | 33 const std::string STRING_TEST_NAME = "name"; variable
|
H A D | os_account_file_operator_test.cpp | 33 const std::string STRING_TEST_NAME = "name"; variable
|
H A D | os_account_database_operator_test.cpp | 33 const std::string STRING_TEST_NAME = "name"; variable
|
H A D | os_account_control_file_manager_test.cpp | 33 const std::string STRING_TEST_NAME = "name"; variable
|
H A D | os_account_manager_service_module_test.cpp | 41 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 D | ohos_account_manager_test.cpp | 52 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 D | account_mgr_inner_sdk_func_test.cpp | 78 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 D | account_osaccount_proxy_mock_test.cpp | 26 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 D | os_account_inner_account_mgr_mock.cpp | 69 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 D | bm_install_multi_user_test.cpp | 47 const std::string STRING_TEST_NAME = "test_account_name"; variable 215 …auto res = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::NORMAL, osAccountInf… in CreateNewUser()
|