Home
last modified time | relevance | path

Searched refs:DIR_EL2 (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h38 constexpr const char* DIR_EL2 = "el2"; member
42 const std::vector<std::string> BUNDLE_EL = {DIR_EL1, DIR_EL2, DIR_EL3, DIR_EL4};
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_unlocked_test.cpp77 return UpdateAppDataMgr::CreateBundleDataDir(bundleInfo, userId, ServiceConstants::DIR_EL2); in CreateBundleDataDir()
H A Dbms_event_handler_test.cpp94 return UpdateAppDataMgr::CreateBundleDataDir(bundleInfo, userId, ServiceConstants::DIR_EL2); in CreateBundleDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp91 el = ServiceConstants::DIR_EL2; in GetDataDir()
98 el = ServiceConstants::DIR_EL2; in GetDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp87 DIR_EL2, member in OHOS::AppExecFwk::__anon4085::DirType
281 case DirType::DIR_EL2: in GetBackupExtDirByType()
296 case DirType::DIR_EL2: in GetNewBackupExtDirByType()
532 DirType::DIR_EL2); in CreateBundleDataDir()
535 LOG_E(BMS_TAG_INSTALLD, "CreateBackupExtHomeDir DIR_EL2 SetDirApl failed, errno is %{public}d", ret); in CreateBundleDataDir()
547 createDirParam.userId, createDirParam.uid, newBundleBackupDir, DirType::DIR_EL2); in CreateBundleDataDir()
551 LOG_E(BMS_TAG_INSTALLD, "CreateNewBackupExtHomeDir DIR_EL2 SetDirApl failed, errno is %{public}d", ret); in CreateBundleDataDir()
896 CleanBackupExtHomeDir(bundleName, userid, DirType::DIR_EL2); in CleanBundleDataDirByName()
898 CleanNewBackupExtHomeDir(bundleName, userid, DirType::DIR_EL2); in CleanBundleDataDirByName()
1848 if (RemoveBackupExtHomeDir(bundleName, userId, DirType::DIR_EL2) ! in InnerRemoveBundleDataDir()
[all...]

Completed in 7 milliseconds