/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_test.cpp | 47 const std::string STRING_EMPTY = ""; member 140 ErrCode result = AppAccountManager::AddAccount(STRING_EMPTY); in HWTEST_F() 210 ErrCode result = AppAccountManager::CreateAccount(STRING_EMPTY, option); in HWTEST_F() 225 ErrCode result = AppAccountManager::CreateAccount(STRING_EMPTY, option); in HWTEST_F() 240 ErrCode result = AppAccountManager::CreateAccount(STRING_EMPTY, option); in HWTEST_F() 260 ErrCode result = AppAccountManager::CreateAccount(STRING_EMPTY, option); in HWTEST_F() 281 result = AppAccountManager::AddAccountImplicitly(STRING_EMPTY, STRING_AUTH_TYPE, options, nullptr); in HWTEST_F() 287 options.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_EMPTY); in HWTEST_F() 327 result = AppAccountManager::CreateAccountImplicitly(STRING_EMPTY, options, nullptr); in HWTEST_F() 335 options.parameters.SetParam(Constants::KEY_CALLER_ABILITY_NAME, STRING_EMPTY); in HWTEST_F() [all...] |
/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
H A D | os_account_test.cpp | 36 const std::string STRING_EMPTY = ""; member 135 ErrCode errCode = g_osAccount->CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfo); in HWTEST_F() 175 ErrCode errCode = g_osAccount->SetOsAccountName(100, STRING_EMPTY); in HWTEST_F() 275 osAccountProxy_->CreateOsAccount(STRING_EMPTY, type, osAccountInfo)); in HWTEST_F() 289 DomainAccountInfo domainInfo(STRING_EMPTY, STRING_DOMAIN_ACCOUNT_NAME_VALID); in HWTEST_F() 307 DomainAccountInfo domainInfo(STRING_DOMAIN_VALID, STRING_EMPTY); in HWTEST_F() 326 DomainAccountInfo domainInfo(STRING_EMPTY, STRING_DOMAIN_ACCOUNT_NAME_VALID); in HWTEST_F() 344 DomainAccountInfo domainInfo(STRING_DOMAIN_VALID, STRING_EMPTY); in HWTEST_F() 364 osAccountProxy_->IsOsAccountConstraintEnable(MAIN_ACCOUNT_ID, STRING_EMPTY, isConstraintEnable)); in HWTEST_F() 366 osAccountProxy_->CheckOsAccountConstraintEnabled(MAIN_ACCOUNT_ID, STRING_EMPTY, isConstraintEnabl in HWTEST_F() [all...] |
H A D | os_account_mock_test.cpp | 27 const std::string STRING_EMPTY = ""; member
|
/base/account/os_account/tools/test/moduletest/acm/ |
H A D | account_command_util.cpp | 33 const std::string STRING_EMPTY = ""; member 63 return STRING_EMPTY; in DeleteLastOsAccount() 84 return STRING_EMPTY; in DumpLastOsAccount() 105 return STRING_EMPTY; in SwitchToFirstOsAccount() 126 return STRING_EMPTY; in SwitchToLastOsAccount()
|
/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.h | 40 const std::string STRING_EMPTY = ""; variable
|
H A D | os_account_manager_module_test.cpp | 382 EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfoOne), ERR_OK); in HWTEST_F() 469 EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_EMPTY, OsAccountType::GUEST, osAccountInfoOne), ERR_OK); in HWTEST_F() 892 EXPECT_NE(OsAccountManager::SetOsAccountName(osAccountInfoOne.GetLocalId(), STRING_EMPTY), ERR_OK); in HWTEST_F()
|
/base/account/os_account/services/accountmgr/test/mock/app_account/ |
H A D | mock_app_account_stub.cpp | 24 const std::string STRING_EMPTY = ""; member 27 const std::string STRING_NAME_EMPTY = STRING_EMPTY; 28 const std::string STRING_EXTRA_INFO_EMPTY = STRING_EMPTY;
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_manager_service_thread_module_test.cpp | 33 const std::string STRING_EMPTY = ""; member 181 EXPECT_EQ(extraInfo, STRING_EMPTY); in HWTEST_F()
|
H A D | app_account_manager_service_module_test.cpp | 57 const std::string STRING_EMPTY = ""; member 188 ErrCode result = g_accountManagerService->AddAccount(STRING_NAME, STRING_EMPTY); in HWTEST_F() 345 EXPECT_EQ(extraInfo, STRING_EMPTY); in HWTEST_F() 386 result = g_accountManagerService->SetAccountExtraInfo(STRING_NAME, STRING_EMPTY); in HWTEST_F() 392 EXPECT_EQ(extraInfo, STRING_EMPTY); in HWTEST_F() 789 EXPECT_EQ(credential, STRING_EMPTY); in HWTEST_F() 808 EXPECT_EQ(credential, STRING_EMPTY); in HWTEST_F() 921 EXPECT_EQ(token, STRING_EMPTY); in HWTEST_F() 937 EXPECT_EQ(token, STRING_EMPTY); in HWTEST_F() 963 EXPECT_EQ(token, STRING_EMPTY); in HWTEST_F() [all...] |
H A D | app_account_associated_data_test.cpp | 47 const std::string STRING_EMPTY = ""; member 184 EXPECT_EQ(value, STRING_EMPTY); in HWTEST_F() 203 EXPECT_EQ(value, STRING_EMPTY); in HWTEST_F()
|
H A D | app_account_manager_service_sync_module_test.cpp | 36 const std::string STRING_EMPTY = ""; member
|
H A D | app_account_authenticator_session_module_test.cpp | 44 const std::string STRING_EMPTY = ""; member
|
/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
H A D | app_account_info_test.cpp | 42 const std::string STRING_EMPTY = ""; member 750 token = STRING_EMPTY; in HWTEST_F() 777 token = STRING_EMPTY; in HWTEST_F() 804 token = STRING_EMPTY; in HWTEST_F() 834 token = STRING_EMPTY; in HWTEST_F() 864 token = STRING_EMPTY; in HWTEST_F()
|
H A D | app_account_test.cpp | 35 const std::string STRING_EMPTY = ""; member 43 const std::string STRING_NAME_EMPTY = STRING_EMPTY; 44 const std::string STRING_EXTRA_INFO_EMPTY = STRING_EMPTY;
|
/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 45 const std::string STRING_EMPTY = ""; member 210 ErrCode errCode = osAccountManagerService_->CreateOsAccount(STRING_EMPTY, INT_TEST_TYPE, osAccountInfoOne); in HWTEST_F() 706 EXPECT_NE(osAccountManagerService_->SetOsAccountName(osAccountInfoOne.GetLocalId(), STRING_EMPTY), ERR_OK); in HWTEST_F() 709 EXPECT_EQ(osAccountManagerService_->SetOsAccountName(localId, STRING_EMPTY), in HWTEST_F() 1354 EXPECT_EQ(osAccountManagerService_->QueryOsAccountConstraintSourceTypes(MAIN_ACCOUNT_ID, STRING_EMPTY, in HWTEST_F()
|