Home
last modified time | relevance | path

Searched refs:GetUserName (Results 1 - 7 of 7) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/native/environment/
H A Denvironment_native.cpp42 static std::string GetUserName() in GetUserName() function
49 return STORAGE_PATH + GetUserName() + directoryName; in GetPublicPath()
/foundation/filemanagement/user_file_service/utils/
H A Duser_access_common_utils.h38 static bool GetUserName(std::string &userName) in GetUserName() function
/foundation/filemanagement/user_file_service/test/fuzztest/useraccesscommonutils_fuzzer/
H A Duseraccesscommonutils_fuzzer.cpp35 GetUserName(userName); in GetUserNameFuzzTest()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_environment/
H A Denvironment_n_exporter.cpp61 static std::string GetUserName() in GetUserName() function
74 return PC_STORAGE_PATH + GetUserName() + directoryName; in GetPublicPath()
274 static std::string userName = GetUserName(); in GetUserHomeDir()
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp357 if (GetUserName(userName) && userName != "") { in InitRecentPath()
/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp722 if (GetUserName(userName) && userName != "") { in InitTrashPath()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp1193 if (!GetUserName(userName) || userName == "") { in ChangeCurrentDir()

Completed in 7 milliseconds