Home
last modified time | relevance | path

Searched refs:GetAppCodePath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp127 return info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + moduleName + fileSuffix; in GetHapPath()
1412 std::string createModulePath = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + in RollBack()
2074 …std::string modulePath = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + modulePackage_; in ProcessBundleInstallStatus()
2224 …std::string modulePath = newInfo.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + modulePacka… in ProcessNewModuleInstall()
2338 moduleTmpDir_ = newInfo.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + modulePackage_ in ProcessModuleUpdate()
2759 …ScopeGuard codePathGuard([&] { InstalldClient::GetInstance()->RemoveDir(info.GetAppCodePath()); }); in CreateBundleAndDataDir()
3191 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in ExtractModule()
3407 auto result = InstalldClient::GetInstance()->RemoveDir(info.GetAppCodePath()); in RemoveBundleCodeDir()
3410 info.GetAppCodePath().c_str(), result); in RemoveBundleCodeDir()
3448 std::string moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR in RemoveEmptyDirs()
[all …]
H A Dbundle_mgr_service_event_handler.cpp793 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in SaveInstallInfoToCache()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp885 auto result = InstalldClient::GetInstance()->RemoveDir(info.GetAppCodePath()); in RemoveBundleCodeDir()
888 info.GetAppCodePath().c_str(), result); in RemoveBundleCodeDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp324 …auto moduleDir = info.GetAppCodePath() + ServiceConstants::PATH_SEPARATOR + info.GetCurrentModuleP… in SaveInstallInfoToCache()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h517 const std::string GetAppCodePath() const in GetAppCodePath() function
1110 SetAppCodePath(oldInfo.GetAppCodePath()); in RestoreFromOldInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_test.cpp232 EXPECT_EQ(info.GetAppCodePath(), Constants::BUNDLE_CODE_DIR + ServiceConstants::PATH_SEPARATOR);