Home
last modified time | relevance | path

Searched refs:NotifyBundleResourcesChanged (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_common_event_mgr.h85 void NotifyBundleResourcesChanged(const int32_t userId, const uint32_t type);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp280 void BundleCommonEventMgr::NotifyBundleResourcesChanged(const int32_t userId, const uint32_t type) in NotifyBundleResourcesChanged() function in OHOS::AppExecFwk::BundleCommonEventMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_manager.cpp511 commonEventMgr->NotifyBundleResourcesChanged(userId, type); in SendBundleResourcesChangedEvent()