Home
last modified time | relevance | path

Searched refs:PublishEvent (Results 1 – 6 of 6) sorted by relevance

/base/theme/wallpaper_mgr/services/src/
Dwallpaper_common_event_manager.cpp26 bool WallpaperCommonEventManager::PublishEvent(const OHOS::AAFwk::Want &want, int32_t eventCode, in PublishEvent() function in OHOS::WallpaperMgrService::WallpaperCommonEventManager
47 PublishEvent(want, eventCode, eventData); in SendWallpaperLockSettingMessage()
58 PublishEvent(want, eventCode, eventData); in SendWallpaperSystemSettingMessage()
/base/theme/wallpaper_mgr/services/include/
Dwallpaper_common_event_manager.h32 bool PublishEvent(const OHOS::AAFwk::Want &want, int eventCode, const std::string &eventData);
/base/telephony/core_service/services/network_search/include/
Doperator_name.h44 …void PublishEvent(int32_t rule, RegServiceState state, bool showPlmn, const std::string &plmn, boo…
/base/theme/screenlock_mgr/services/include/
Dscreenlock_system_ability.h182 void PublishEvent(const std::string &eventAction);
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp532 void ScreenLockSystemAbility::PublishEvent(const std::string &eventAction) in PublishEvent() function in OHOS::ScreenLock::ScreenLockSystemAbility
562 PublishEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_LOCKED); in LockScreenEvent()
577 PublishEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED); in UnlockScreenEvent()
/base/telephony/core_service/services/network_search/src/
Doperator_name.cpp271 PublishEvent(spnRule, regStatus, showPlmn, plmn, showSpn, spn); in NotifyGsmSpnChanged()
309 PublishEvent(spnRule, regStatus, showPlmn, plmn, showSpn, spn); in NotifyCdmaSpnChanged()
316 void OperatorName::PublishEvent(const int32_t rule, const RegServiceState state, const bool showPlm… in PublishEvent() function in OHOS::Telephony::OperatorName