Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_test.cpp42 const std::string STRING_EXTRA_INFO_OUT_OF_RANGE(1200, '1'); // length 1200 variable
246 …ErrCode result = AppAccount::GetInstance().AddAccount(STRING_NAME, STRING_EXTRA_INFO_OUT_OF_RANGE);
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_manager_test.cpp44 const std::string STRING_EXTRA_INFO_OUT_OF_RANGE(1200, '1'); // length 1200 variable
168 ErrCode result = AppAccountManager::AddAccount(STRING_NAME, STRING_EXTRA_INFO_OUT_OF_RANGE);
742 …rCode result = AppAccountManager::SetAccountExtraInfo(STRING_NAME, STRING_EXTRA_INFO_OUT_OF_RANGE);