/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | el5_filekey_callback.cpp | 80 result = InstalldClient::GetInstance()->SetDirApl( in CheckEl5Dir() 94 result = InstalldClient::GetInstance()->SetDirApl( in CheckEl5Dir()
|
H A D | user_unlocked_event_subscriber.cpp | 295 if (InstalldClient::GetInstance()->SetDirApl(baseDir, bundleInfo.name, in ProcessUpdateAppDataDir() 302 if (InstalldClient::GetInstance()->SetDirApl(baseDataDir, bundleInfo.name, in ProcessUpdateAppDataDir()
|
H A D | installd_client.cpp | 215 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 D | base_bundle_installer.cpp | 974 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 D | bundle_mgr_service_event_handler.cpp | 2820 …result = InstalldClient::GetInstance()->SetDirApl(baseDataDir, bundleName, apl, isPreInstall, debu… in UpdateAppDataSelinuxLabel() 2826 …result = InstalldClient::GetInstance()->SetDirApl(databaseDataDir, bundleName, apl, isPreInstall, … in UpdateAppDataSelinuxLabel()
|
H A D | bundle_data_mgr.cpp | 8158 ErrCode result = InstalldClient::GetInstance()->SetDirApl( in InnerCreateEl5Dir()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_host_impl.cpp | 497 … 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 D | installd_host_impl.h | 155 …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 D | bms_installd_client_test.cpp | 638 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 D | installd_client.cpp | 195 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 D | mock_install_client.cpp | 140 ErrCode InstalldClient::SetDirApl(const std::string &dir, const std::string &bundleName, const std:… in SetDirApl() function in OHOS::AppExecFwk::InstalldClient
|
H A D | mock_installd_host_impl.cpp | 125 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 D | installd_client.h | 141 ErrCode SetDirApl(const std::string &dir, const std::string &bundleName, const std::string &apl,
|
H A D | base_bundle_installer.h | 524 ErrCode SetDirApl(const InnerBundleInfo &info); 525 ErrCode SetDirApl(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 223 …virtual ErrCode SetDirApl(const std::string &dir, const std::string &bundleName, const std::string… in SetDirApl() function
|
H A D | installd_proxy.h | 157 …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 D | bms_install_daemon_test.cpp | 582 …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 D | bms_install_daemon_ipc_test.cpp | 316 auto ret = proxy->SetDirApl(TEST_STRING, TEST_STRING, TEST_STRING, false, false);
|
H A D | bms_install_daemon_host_impl_test.cpp | 234 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 D | bms_bundle_installer_test.cpp | 2239 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 D | installd_host.cpp | 521 ErrCode result = SetDirApl(dataDir, bundleName, apl, isPreInstallApp, debug); in HandleSetDirApl()
|
H A D | installd_proxy.cpp | 362 ErrCode InstalldProxy::SetDirApl(const std::string &dir, const std::string &bundleName, const std::… in SetDirApl() function in OHOS::AppExecFwk::InstalldProxy
|