Home
last modified time | relevance | path

Searched refs:UpdateAppEncryptedStatus (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp343 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 Dbundle_mgr_interface.h1546 virtual ErrCode UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex = 0) in UpdateAppEncryptedStatus() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1008 virtual ErrCode UpdateAppEncryptedStatus(const std::string &bundleName,
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4589 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 Dbundle_mgr_host_impl.cpp3823 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 Dinner_bundle_info.cpp3468 ErrCode InnerBundleInfo::UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex) in UpdateAppEncryptedStatus() function in OHOS::AppExecFwk::InnerBundleInfo
H A Dbundle_data_mgr.cpp8629 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 Dbundle_mgr_host_impl.h1013 virtual ErrCode UpdateAppEncryptedStatus(const std::string &bundleName,
H A Dbundle_data_mgr.h974 ErrCode UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex = 0);
H A Dinner_bundle_info.h2221 ErrCode UpdateAppEncryptedStatus(const std::string &bundleName, bool isExisted, int32_t appIndex);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3983 ErrCode ret = UpdateAppEncryptedStatus(name, isExisted, appIndex); in HandleUpdateAppEncryptedStatus()
H A Dbundle_mgr_proxy.cpp5124 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 Dbundle_test_tool.cpp4301 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 Dacts_bms_kit_system_test.cpp6488 * @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()

Completed in 98 milliseconds