/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/ |
H A D | bundle_clone_installer.cpp | 343 dataMgr_->UpdateAppEncryptedStatus(bundleName, true, appIndex); in AddKeyOperation() 345 dataMgr_->UpdateAppEncryptedStatus(bundleName, false, appIndex); in AddKeyOperation() 381 dataMgr_->UpdateAppEncryptedStatus(bundleName, false, appIndex); in DeleteKeyOperation() 383 dataMgr_->UpdateAppEncryptedStatus(bundleName, true, appIndex); in DeleteKeyOperation()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1546 virtual ErrCode UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex = 0) in UpdateAppEncryptedStatus() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 1008 virtual ErrCode UpdateAppEncryptedStatus(const std::string &bundleName,
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 4589 dataMgr_->UpdateAppEncryptedStatus(bundleName, true, 0); in ProcessEncryptedKeyExisted() 4591 dataMgr_->UpdateAppEncryptedStatus(bundleName, false, 0); in ProcessEncryptedKeyExisted() 4596 dataMgr_->UpdateAppEncryptedStatus(bundleName, false, 0); in ProcessEncryptedKeyExisted() 4598 dataMgr_->UpdateAppEncryptedStatus(bundleName, true, 0); in ProcessEncryptedKeyExisted() 4604 dataMgr_->UpdateAppEncryptedStatus(bundleName, true, 0); in ProcessEncryptedKeyExisted() 4606 dataMgr_->UpdateAppEncryptedStatus(bundleName, true, codeProtectBundleInfo.appIndex); in ProcessEncryptedKeyExisted() 4609 dataMgr_->UpdateAppEncryptedStatus(bundleName, false, 0); in ProcessEncryptedKeyExisted() 4611 dataMgr_->UpdateAppEncryptedStatus(bundleName, false, codeProtectBundleInfo.appIndex); in ProcessEncryptedKeyExisted()
|
H A D | bundle_mgr_host_impl.cpp | 3823 ErrCode BundleMgrHostImpl::UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex) in UpdateAppEncryptedStatus() function in OHOS::AppExecFwk::BundleMgrHostImpl 3835 return dataMgr->UpdateAppEncryptedStatus(bundleName, isExisted, appIndex); in UpdateAppEncryptedStatus()
|
H A D | inner_bundle_info.cpp | 3468 ErrCode InnerBundleInfo::UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex) in UpdateAppEncryptedStatus() function in OHOS::AppExecFwk::InnerBundleInfo
|
H A D | bundle_data_mgr.cpp | 8629 ErrCode BundleDataMgr::UpdateAppEncryptedStatus( in UpdateAppEncryptedStatus() function in OHOS::AppExecFwk::BundleDataMgr 8638 auto res = item->second.UpdateAppEncryptedStatus(bundleName, isExisted, appIndex); in UpdateAppEncryptedStatus() 8640 LOG_E(BMS_TAG_DEFAULT, "UpdateAppEncryptedStatus failed %{public}s %{public}d", bundleName.c_str(), res); in UpdateAppEncryptedStatus()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 1013 virtual ErrCode UpdateAppEncryptedStatus(const std::string &bundleName,
|
H A D | bundle_data_mgr.h | 974 ErrCode UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex = 0);
|
H A D | inner_bundle_info.h | 2221 ErrCode UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3983 ErrCode ret = UpdateAppEncryptedStatus(name, isExisted, appIndex); in HandleUpdateAppEncryptedStatus()
|
H A D | bundle_mgr_proxy.cpp | 5124 ErrCode BundleMgrProxy::UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex) in UpdateAppEncryptedStatus() function in OHOS::AppExecFwk::BundleMgrProxy 5129 APP_LOGE("UpdateAppEncryptedStatus write InterfaceToken fail"); in UpdateAppEncryptedStatus()
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 4301 auto result = bundleMgrProxy_->UpdateAppEncryptedStatus(bundleName, static_cast<bool>(appEcrypted), appIndex); in RunAsUpdateAppEncryptedStatus()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 6488 * @tc.name: test UpdateAppEncryptedStatus interface 6497 ErrCode ret = bundleMgrProxy->UpdateAppEncryptedStatus(bundleName, true); in HWTEST_F() 6503 * @tc.name: test UpdateAppEncryptedStatus interface 6519 ErrCode ret = bundleMgrProxy->UpdateAppEncryptedStatus(appName, true); in HWTEST_F()
|