Home
last modified time | relevance | path

Searched refs:RestoreSandboxUidAndGid (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_app_helper.cpp200 void BundleSandboxAppHelper::RestoreSandboxUidAndGid(std::map<int32_t, std::string> &bundleIdMap) in RestoreSandboxUidAndGid() function in OHOS::AppExecFwk::BundleSandboxAppHelper
203 APP_LOGD("enter RestoreSandboxUidAndGid"); in RestoreSandboxUidAndGid()
208 sandboxDataMgr_->RestoreSandboxUidAndGid(bundleIdMap); in RestoreSandboxUidAndGid()
H A Dbundle_sandbox_data_mgr.cpp343 void BundleSandboxDataMgr::RestoreSandboxUidAndGid(std::map<int32_t, std::string> &bundleIdMap) in RestoreSandboxUidAndGid() function in OHOS::AppExecFwk::BundleSandboxDataMgr
345 APP_LOGD("RestoreSandboxUidAndGid begin"); in RestoreSandboxUidAndGid()
362 APP_LOGD("RestoreSandboxUidAndGid finish"); in RestoreSandboxUidAndGid()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/sandbox_app/
H A Dbundle_sandbox_data_mgr.h51 void RestoreSandboxUidAndGid(std::map<int32_t, std::string> &bundleIdMap);
H A Dbundle_sandbox_app_helper.h58 void RestoreSandboxUidAndGid(std::map<int32_t, std::string> &bundleIdMap);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h1165 void RestoreSandboxUidAndGid(std::map<int32_t, std::string> &bundleIdMap);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp179 RestoreSandboxUidAndGid(bundleIdMap_); in LoadDataFromPersistentStorage()
4674 void BundleDataMgr::RestoreSandboxUidAndGid(std::map<int32_t, std::string> &bundleIdMap) in RestoreSandboxUidAndGid() function in OHOS::AppExecFwk::BundleDataMgr
4678 sandboxAppHelper_->RestoreSandboxUidAndGid(bundleIdMap); in RestoreSandboxUidAndGid()

Completed in 21 milliseconds