Searched refs:NotifyDeleteDiposedRule (Results 1 - 3 of 3) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_common_event_mgr.h | 82 void NotifyDeleteDiposedRule(const std::string &appId, int32_t userId, int32_t appIndex);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/ |
H A D | app_control_manager.cpp | 255 commonEventMgr_->NotifyDeleteDiposedRule(appId, userId, Constants::MAIN_APP_INDEX); in DeleteDisposedStatus() 395 commonEventMgr_->NotifyDeleteDiposedRule(appId, userId, appIndex); in DeleteDisposedRule() 414 commonEventMgr_->NotifyDeleteDiposedRule(appId, userId, appIndex); in DeleteAllDisposedRuleByBundle() 429 commonEventMgr_->NotifyDeleteDiposedRule(appId, userId, index); in DeleteAllDisposedRuleByBundle()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_common_event_mgr.cpp | 234 void BundleCommonEventMgr::NotifyDeleteDiposedRule(const std::string &appId, int32_t userId, int32_t appIndex) in NotifyDeleteDiposedRule() function in OHOS::AppExecFwk::BundleCommonEventMgr
|
Completed in 3 milliseconds