Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_common_event_mgr.h79 …void NotifyOverlayModuleStateStatus(const std::string &bundleName, const std::string &moduleName, …
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_common_event_mgr.cpp189 void BundleCommonEventMgr::NotifyOverlayModuleStateStatus(const std::string &bundleName, in NotifyOverlayModuleStateStatus() function in OHOS::AppExecFwk::BundleCommonEventMgr
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_data_manager.cpp715 …commonEventMgr->NotifyOverlayModuleStateStatus(bundleName, moduleName, isEnabled, userId, userInfo… in SetOverlayEnabled()