Home
last modified time | relevance | path

Searched refs:DeleteAllDisposedRuleByBundle (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/
H A Dapp_control_manager_db_interface.h66 …virtual ErrCode DeleteAllDisposedRuleByBundle(const std::string &appId, int32_t appIndex, int32_t …
H A Dapp_control_manager_rdb.h61 …virtual ErrCode DeleteAllDisposedRuleByBundle(const std::string &appId, int32_t appIndex, int32_t …
H A Dapp_control_manager.h89 …ErrCode DeleteAllDisposedRuleByBundle(const InnerBundleInfo &bundleInfo, int32_t appIndex, int32_t…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp399 ErrCode AppControlManager::DeleteAllDisposedRuleByBundle(const InnerBundleInfo &bundleInfo, int32_t… in DeleteAllDisposedRuleByBundle() function in OHOS::AppExecFwk::AppControlManager
403 auto ret = appControlManagerDb_->DeleteAllDisposedRuleByBundle(appId, appIndex, userId); in DeleteAllDisposedRuleByBundle()
H A Dapp_control_manager_rdb.cpp497 ErrCode AppControlManagerRdb::DeleteAllDisposedRuleByBundle(const std::string &appId, int32_t appIn… in DeleteAllDisposedRuleByBundle() function in OHOS::AppExecFwk::AppControlManagerRdb
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H A Dbundle_clone_installer.cpp315 appControlMgr->DeleteAllDisposedRuleByBundle(info, appIndex, userId); in ProcessCloneBundleUninstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/
H A Dbms_bundle_mock_app_control.cpp322 auto res = rdb.DeleteAllDisposedRuleByBundle(APPID, APP_INDEX, USERID);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp1636 appControlMgr->DeleteAllDisposedRuleByBundle(oldInfo, Constants::MAIN_APP_INDEX, userId_); in ProcessBundleUninstall()