Searched refs:UpdateAppDataMgr (Results 1 - 6 of 6) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 53 std::thread updateDataDirThread(UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel, userId); in OnReceiveEvent() 67 std::thread updateDataDirThread(UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel, userId); in OnReceiveEvent() 80 void UpdateAppDataMgr::CheckPathAttribute(const std::string &path, const BundleInfo &bundleInfo, bool &isExist) in CheckPathAttribute() 107 bool UpdateAppDataMgr::CreateBundleDataDir( in CreateBundleDataDir() 143 bool UpdateAppDataMgr::CreateEl5Dir(const CreateDirParam &createDirParam) in CreateEl5Dir() 154 void UpdateAppDataMgr::CreateDataGroupDir(const BundleInfo &bundleInfo, int32_t userId) in CreateDataGroupDir() 187 void UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(int32_t userId) in UpdateAppDataDirSelinuxLabel() 214 void UpdateAppDataMgr::ProcessUpdateAppDataDir( in ProcessUpdateAppDataDir() 254 void UpdateAppDataMgr::ProcessExtensionDir(const BundleInfo &bundleInfo, std::vector<std::string> &dirs) in ProcessExtensionDir() 267 void UpdateAppDataMgr [all...] |
H A D | bundle_mgr_service_event_handler.cpp | 1231 UpdateAppDataMgr::ProcessUpdateAppDataDir( in InnerProcessCheckAppDataDir() 1233 UpdateAppDataMgr::ProcessUpdateAppDataDir( in InnerProcessCheckAppDataDir() 1314 UpdateAppDataMgr::ProcessUpdateAppLogDir(bundleInfos, Constants::DEFAULT_USERID); in InnerProcessCheckAppLogDir() 1342 UpdateAppDataMgr::ProcessFileManagerDir(bundleInfos, Constants::DEFAULT_USERID); in InnerProcessCheckAppFileManagerDir() 1422 UpdateAppDataMgr::ProcessNewBackupDir(bundleInfos, userId); in ProcessNewBackupDir() 3885 UpdateAppDataMgr::ProcessUpdateAppDataDir(userId, bundleInfos, ServiceConstants::DIR_EL1); in ProcessCheckAppEl1DirTask()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | bms_event_handler_unlocked_test.cpp | 76 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(userId); in CreateBundleDataDir() 77 return UpdateAppDataMgr::CreateBundleDataDir(bundleInfo, userId, ServiceConstants::DIR_EL2); in CreateBundleDataDir()
|
H A D | bms_event_handler_test.cpp | 93 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(userId); in CreateBundleDataDir() 94 return UpdateAppDataMgr::CreateBundleDataDir(bundleInfo, userId, ServiceConstants::DIR_EL2); in CreateBundleDataDir()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | user_unlocked_event_subscriber.h | 39 class UpdateAppDataMgr { class
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 1468 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(Constants::ALL_USERID); in HWTEST_F() 1498 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(Constants::ALL_USERID); in HWTEST_F()
|
Completed in 23 milliseconds