Home
last modified time | relevance | path

Searched refs:SetDirApl (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp80 result = InstalldClient::GetInstance()->SetDirApl( in CheckEl5Dir()
94 result = InstalldClient::GetInstance()->SetDirApl( in CheckEl5Dir()
H A Duser_unlocked_event_subscriber.cpp295 if (InstalldClient::GetInstance()->SetDirApl(baseDir, bundleInfo.name, in ProcessUpdateAppDataDir()
302 if (InstalldClient::GetInstance()->SetDirApl(baseDataDir, bundleInfo.name, in ProcessUpdateAppDataDir()
H A Dinstalld_client.cpp215 ErrCode InstalldClient::SetDirApl(const std::string &dir, const std::string &bundleName, const std:… in SetDirApl() function in OHOS::AppExecFwk::InstalldClient
223 return CallService(&IInstalld::SetDirApl, dir, bundleName, apl, isPreInstallApp, debug); in SetDirApl()
H A Dbase_bundle_installer.cpp974 result = SetDirApl(newBundleInfo); in InnerProcessUpdateHapToken()
2678 ErrCode BaseBundleInstaller::SetDirApl(const InnerBundleInfo &info) in SetDirApl() function in OHOS::AppExecFwk::BaseBundleInstaller
2685 ErrCode userRet = SetDirApl(userId, info.GetBundleName(), info.GetBundleName(), in SetDirApl()
2695 ErrCode cloneRet = this->SetDirApl(userId, info.GetBundleName(), cloneBundleName, in SetDirApl()
2706 ErrCode BaseBundleInstaller::SetDirApl( in SetDirApl() function in OHOS::AppExecFwk::BaseBundleInstaller
2734 result = InstalldClient::GetInstance()->SetDirApl( in SetDirApl()
2741 result = InstalldClient::GetInstance()->SetDirApl( in SetDirApl()
3008 ErrCode result = InstalldClient::GetInstance()->SetDirApl( in CreateScreenLockProtectionExistDirs()
H A Dbundle_mgr_service_event_handler.cpp2820 …result = InstalldClient::GetInstance()->SetDirApl(baseDataDir, bundleName, apl, isPreInstall, debu… in UpdateAppDataSelinuxLabel()
2826 …result = InstalldClient::GetInstance()->SetDirApl(databaseDataDir, bundleName, apl, isPreInstall, … in UpdateAppDataSelinuxLabel()
H A Dbundle_data_mgr.cpp8158 ErrCode result = InstalldClient::GetInstance()->SetDirApl( in InnerCreateEl5Dir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp497 … ErrCode ret = SetDirApl(bundleDataDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateBundleDataDir()
511 ret = SetDirApl(databaseDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateBundleDataDir()
540 … ErrCode ret = SetDirApl(bundleBackupDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateBundleDataDir()
547 ret = SetDirApl(bundleBackupDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateBundleDataDir()
555 ret = SetDirApl(newBundleBackupDir, createDirParam.bundleName, createDirParam.apl, in CreateBundleDataDir()
562 ret = SetDirApl(newBundleBackupDir, createDirParam.bundleName, createDirParam.apl, in CreateBundleDataDir()
595 auto ret = SetDirApl(extensionDir, createDirParam.bundleName, createDirParam.apl, hapFlags); in CreateExtensionDir()
1033 ErrCode InstalldHostImpl::SetDirApl(const std::string &dir, const std::string &bundleName, const st… in SetDirApl() function in OHOS::AppExecFwk::InstalldHostImpl
1037 return SetDirApl(dir, bundleName, apl, hapFlags); in SetDirApl()
1040 ErrCode InstalldHostImpl::SetDirApl(const std::string &dir, const std::string &bundleName, const st… in SetDirApl() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h155 …virtual ErrCode SetDirApl(const std::string &dir, const std::string &bundleName, const std::string…
251 ErrCode SetDirApl(const std::string &dir, const std::string &bundleName, const std::string &apl,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp638 ErrCode result = installClient_->SetDirApl(dir, bundleName, apl, false, false);
654 ErrCode result = installClient_->SetDirApl(dir, bundleName, apl, true, false);
670 ErrCode result = installClient_->SetDirApl(dir, bundleName, apl, false, true);
686 ErrCode result = installClient_->SetDirApl(dir, bundleName, apl, true, false);
687 …EXPECT_EQ(result, installClient_->CallService(&IInstalld::SetDirApl, dir, bundleName, apl, true, f…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp195 ErrCode InstalldClient::SetDirApl(const std::string &dir, const std::string &bundleName, const std:… in SetDirApl() function in OHOS::AppExecFwk::InstalldClient
203 return CallService(&IInstalld::SetDirApl, dir, bundleName, apl, isPreInstallApp, debug); in SetDirApl()
H A Dmock_install_client.cpp140 ErrCode InstalldClient::SetDirApl(const std::string &dir, const std::string &bundleName, const std:… in SetDirApl() function in OHOS::AppExecFwk::InstalldClient
H A Dmock_installd_host_impl.cpp125 ErrCode InstalldHostImpl::SetDirApl(const std::string &dir, const std::string &bundleName, const st… in SetDirApl() function in OHOS::AppExecFwk::InstalldHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinstalld_client.h141 ErrCode SetDirApl(const std::string &dir, const std::string &bundleName, const std::string &apl,
H A Dbase_bundle_installer.h524 ErrCode SetDirApl(const InnerBundleInfo &info);
525 ErrCode SetDirApl(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h223 …virtual ErrCode SetDirApl(const std::string &dir, const std::string &bundleName, const std::string… in SetDirApl() function
H A Dinstalld_proxy.h157 …virtual ErrCode SetDirApl(const std::string &dir, const std::string &bundleName, const std::string…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_install_daemon_test/
H A Dbms_install_daemon_test.cpp582 …ErrCode ret = InstalldClient::GetInstance()->SetDirApl("", BUNDLE_NAME, TEST_STRING, false, false);
584 ret = InstalldClient::GetInstance()->SetDirApl(BUNDLE_DATA_DIR, "", TEST_STRING, false, false);
586 ret = InstalldClient::GetInstance()->SetDirApl(BUNDLE_DATA_DIR, BUNDLE_NAME, "", true, true);
H A Dbms_install_daemon_ipc_test.cpp316 auto ret = proxy->SetDirApl(TEST_STRING, TEST_STRING, TEST_STRING, false, false);
H A Dbms_install_daemon_host_impl_test.cpp234 auto ret = hostImpl->SetDirApl(TEST_STRING, TEST_STRING, TEST_STRING, false, false);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2239 ErrCode ret = installer.SetDirApl(newInfo);
4978 auto ret = impl.SetDirApl("", BUNDLE_NAME, "", isPreInstallApp, debug);
4981 ret = impl.SetDirApl(BUNDLE_DATA_DIR, "", "", isPreInstallApp, debug);
4984 ret = impl.SetDirApl("", "", "", isPreInstallApp, debug);
4987 ret = impl.SetDirApl(BUNDLE_DATA_DIR, BUNDLE_NAME, "", isPreInstallApp, debug);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp521 ErrCode result = SetDirApl(dataDir, bundleName, apl, isPreInstallApp, debug); in HandleSetDirApl()
H A Dinstalld_proxy.cpp362 ErrCode InstalldProxy::SetDirApl(const std::string &dir, const std::string &bundleName, const std::… in SetDirApl() function in OHOS::AppExecFwk::InstalldProxy