Home
last modified time | relevance | path

Searched defs:dirType (Results 1 – 6 of 6) sorted by relevance

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
Ddir_asset_test.cpp52 int32_t dirType = DEFAULT_DIR_TYPE; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
Dinstalld_host_impl.cpp291 …kupExtDirByType(std::string &bundleBackupDir, const std::string &bundleName, const DirType dirType) in GetBackupExtDirByType()
306 const std::string &bundleName, const DirType dirType) in GetNewBackupExtDirByType()
321 std::string &bundleBackupDir, const DirType dirType) in CreateBackupExtHomeDir()
343 std::string &bundleBackupDir, const DirType dirType) in CreateNewBackupExtHomeDir()
789 …ic ErrCode RemoveBackupExtHomeDir(const std::string &bundleName, const int userid, DirType dirType) in RemoveBackupExtHomeDir()
807 …ErrCode RemoveNewBackupExtHomeDir(const std::string &bundleName, const int userid, DirType dirType) in RemoveNewBackupExtHomeDir()
825 static void CleanBackupExtHomeDir(const std::string &bundleName, const int userid, DirType dirType) in CleanBackupExtHomeDir()
841 …tic void CleanNewBackupExtHomeDir(const std::string &bundleName, const int userid, DirType dirType) in CleanNewBackupExtHomeDir()
/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
Dsendable_photo_access_helper_napi.h137 unsigned int dirType = 0; member
/foundation/multimedia/media_library/interfaces/kits/js/include/
Dmedia_library_napi.h434 unsigned int dirType = 0; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_util.cpp838 std::string BundleUtil::CopyFileToSecurityDir(const std::string &filePath, const DirType &dirType, in CopyFileToSecurityDir()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dkey_manager.cpp606 std::string dirType = (type == EL1_KEY) ? EL1 : EL2; in GenerateIntegrityDirs() local