Home
last modified time | relevance | path

Searched defs:userDir (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dtask_data_persistence_mgr.cpp111 std::string userDir = std::string(TASK_DATA_FILE_BASE_PATH) + "/" + std::to_string(userId); in RemoveUserDir() local
/ohos5.0/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp1010 std::string userDir = WALLPAPER_DEFAULT_PATH + std::string("/") + std::to_string(TEST_USERID); variable
1028 std::string userDir = WALLPAPER_DEFAULT_PATH + std::string("/") + std::to_string(TEST_USERID); variable
1056 std::string userDir = WALLPAPER_DEFAULT_PATH + std::string("/") + std::to_string(TEST_USERID); variable
1107 … std::string userDir = WALLPAPER_DEFAULT_PATH + std::string("/") + std::to_string(INVALID_USERID); variable
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp380 std::string userDir = WALLPAPER_USERID_PATH + std::to_string(userId); in OnInitUser() local
398 std::string userDir = WALLPAPER_USERID_PATH + std::to_string(userId); in InitUserDir() local
484 std::string userDir = WALLPAPER_USERID_PATH + std::to_string(userId); in OnRemovedUser() local
507 std::string userDir = WALLPAPER_USERID_PATH + std::to_string(userId); in OnSwitchedUser() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp607 std::string userDir = FSCRYPT_EL_DIR + "/" + dirType; in GenerateIntegrityDirs() local
690 const std::string userDir, in DoDeleteUserCeEceSeceKeys()