Home
last modified time | relevance | path

Searched refs:MAX_USER_ID_LENGTH (Results 1 - 3 of 3) sorted by relevance

/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h90 const size_t MAX_USER_ID_LENGTH = 4; member
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_control_file_manager_test.cpp490 // name length > MAX_USER_ID_LENGTH in HWTEST_F()
491 std::string dirName2(Constants::MAX_USER_ID_LENGTH + 1, 'a'); in HWTEST_F()
496 std::string dirName3(Constants::MAX_USER_ID_LENGTH - 1, 'a'); in HWTEST_F()
500 std::string dirName4(Constants::MAX_USER_ID_LENGTH - 1, '5'); in HWTEST_F()
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp61 if (dirName.empty() || dirName.size() > Constants::MAX_USER_ID_LENGTH) { in GetValidAccountID()

Completed in 5 milliseconds