Searched refs:PublishEvent (Results 1 – 6 of 6) sorted by relevance
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_common_event_manager.cpp | 26 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/ |
D | wallpaper_common_event_manager.h | 32 bool PublishEvent(const OHOS::AAFwk::Want &want, int eventCode, const std::string &eventData);
|
/base/telephony/core_service/services/network_search/include/ |
D | operator_name.h | 44 …void PublishEvent(int32_t rule, RegServiceState state, bool showPlmn, const std::string &plmn, boo…
|
/base/theme/screenlock_mgr/services/include/ |
D | screenlock_system_ability.h | 182 void PublishEvent(const std::string &eventAction);
|
/base/theme/screenlock_mgr/services/src/ |
D | screenlock_system_ability.cpp | 532 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/ |
D | operator_name.cpp | 271 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
|