Searched refs:DeleteAllDisposedRuleByBundle (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_control/ |
H A D | app_control_manager_db_interface.h | 66 …virtual ErrCode DeleteAllDisposedRuleByBundle(const std::string &appId, int32_t appIndex, int32_t …
|
H A D | app_control_manager_rdb.h | 61 …virtual ErrCode DeleteAllDisposedRuleByBundle(const std::string &appId, int32_t appIndex, int32_t …
|
H A D | app_control_manager.h | 89 …ErrCode DeleteAllDisposedRuleByBundle(const InnerBundleInfo &bundleInfo, int32_t appIndex, int32_t…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager.cpp | 399 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 D | app_control_manager_rdb.cpp | 497 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 D | bundle_clone_installer.cpp | 315 appControlMgr->DeleteAllDisposedRuleByBundle(info, appIndex, userId); in ProcessCloneBundleUninstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_control_test/ |
H A D | bms_bundle_mock_app_control.cpp | 322 auto res = rdb.DeleteAllDisposedRuleByBundle(APPID, APP_INDEX, USERID);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 1636 appControlMgr->DeleteAllDisposedRuleByBundle(oldInfo, Constants::MAIN_APP_INDEX, userId_); in ProcessBundleUninstall()
|