Searched refs:STRING_NAME_OUT_OF_RANGE (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/ |
H A D | app_account_manager_test.cpp | 42 const std::string STRING_NAME_OUT_OF_RANGE(513, '1'); // length 513 variable 154 ErrCode result = AppAccountManager::AddAccount(STRING_NAME_OUT_OF_RANGE); 196 ErrCode result = AppAccountManager::CreateAccount(STRING_NAME_OUT_OF_RANGE, option); 391 STRING_NAME_OUT_OF_RANGE, STRING_OWNER, STRING_AUTH_TYPE, options, nullptr); 444 STRING_NAME_OUT_OF_RANGE, STRING_AUTH_TYPE, STRING_BUNDLE_NAME, true); 486 STRING_NAME_OUT_OF_RANGE, STRING_AUTH_TYPE, STRING_BUNDLE_NAME, true); 639 ErrCode result = AppAccountManager::DeleteAccount(STRING_NAME_OUT_OF_RANGE); 684 ErrCode result = AppAccountManager::GetAccountExtraInfo(STRING_NAME_OUT_OF_RANGE, extraInfo); 910 result = AppAccountManager::SetAppAccess(STRING_NAME_OUT_OF_RANGE, STRING_BUNDLE_NAME, true); 1528 STRING_NAME_OUT_OF_RANGE, STRING_OWNER, STRING_AUTH_TYPE, STRING_TOKEN); [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
H A D | app_account_test.cpp | 40 const std::string STRING_NAME_OUT_OF_RANGE(513, '1'); // length 513 variable 186 …ErrCode result = AppAccount::GetInstance().AddAccount(STRING_NAME_OUT_OF_RANGE, STRING_EXTRA_INFO); 291 ErrCode result = AppAccount::GetInstance().DeleteAccount(STRING_NAME_OUT_OF_RANGE); 518 result = AppAccount::GetInstance().CreateAccount(STRING_NAME_OUT_OF_RANGE, option);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/ |
H A D | os_account_test.cpp | 41 const std::string STRING_NAME_OUT_OF_RANGE(1200, '1'); // length 1200 variable 121 …ErrCode errCode = g_osAccount->CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osA… 163 ErrCode errCode = g_osAccount->SetOsAccountName(100, STRING_NAME_OUT_OF_RANGE);
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 66 const std::string STRING_NAME_OUT_OF_RANGE(1200, '1'); // length 1200 variable 189 …osAccountManagerService_->CreateOsAccount(STRING_NAME_OUT_OF_RANGE, INT_TEST_TYPE, osAccountInfoOn… 718 osAccountInfoOne.GetLocalId(), STRING_NAME_OUT_OF_RANGE), ERR_OK);
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 110 const std::string STRING_NAME_OUT_OF_RANGE(1200, '1'); // length 1200 variable 472 …EXPECT_NE(OsAccountManager::CreateOsAccount(STRING_NAME_OUT_OF_RANGE, OsAccountType::GUEST, osAcco… 1009 …AccountManager::SetOsAccountName(osAccountInfoOne.GetLocalId(), STRING_NAME_OUT_OF_RANGE), ERR_OK);
|