/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_common_event_manager.cpp | 26 bool WallpaperCommonEventManager::PublishEvent( in PublishEvent() function in OHOS::WallpaperMgrService::WallpaperCommonEventManager 35 HILOG_INFO("PublishEvent end publishResult = %{public}d", publishResult); in PublishEvent() 47 PublishEvent(want, eventCode, eventData); in SendWallpaperLockSettingMessage() 58 PublishEvent(want, eventCode, eventData); in SendWallpaperSystemSettingMessage()
|
/base/useriam/user_auth_framework/services/core/src/ |
H A D | publish_event_adapter.cpp | 38 void PublishEvent(EventFwk::CommonEventData data, const std::string &permission) in PublishEvent() function 65 PublishEvent(data, USERIAM_COMMON_EVENT_SAMGR_PERMISSION); in PublishDeletedEvent() 80 PublishEvent(data, USERIAM_COMMON_EVENT_SAMGR_PERMISSION); in PublishCreatedEvent() 96 PublishEvent(data, USERIAM_COMMON_EVENT_SAMGR_PERMISSION); in PublishUpdatedEvent() 118 PublishEvent(data, USERIAM_COMMON_EVENT_PERMISSION); in PublishCredentialUpdatedEvent()
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_common_event_manager.h | 32 bool PublishEvent(const OHOS::AAFwk::Want &want, int32_t eventCode, const std::string &eventData);
|
/base/notification/common_event_service/interfaces/kits/cj/src/ |
H A D | common_event_manager_impl.h | 28 static int32_t PublishEvent(char *event, int32_t userId);
|
H A D | common_event_manager_impl.cpp | 29 int32_t CommonEventManagerImpl::PublishEvent(char *event, int32_t userId) in PublishEvent() function in OHOS::CommonEventManager::CommonEventManagerImpl
|
H A D | common_event_manager_ffi.cpp | 34 return CommonEventManagerImpl::PublishEvent(event, userId); in CJ_PublishEvent()
|
/base/telephony/core_service/services/network_search/include/ |
H A D | operator_name.h | 45 void PublishEvent(int32_t rule, RegServiceState state, bool showPlmn, const std::string &plmn, bool showSpn,
|
/base/theme/screenlock_mgr/services/include/ |
H A D | screenlock_system_ability.h | 207 void PublishEvent(const std::string &eventAction);
|
/base/telephony/core_service/services/network_search/src/ |
H A D | operator_name.cpp | 295 PublishEvent(spnRule, regStatus, showPlmn, plmn, showSpn, spn, domesticSpn); in NotifyGsmSpnChanged() 345 PublishEvent(spnRule, regStatus, showPlmn, plmn, showSpn, spn, domesticSpn); in NotifyCdmaSpnChanged() 352 void OperatorName::PublishEvent(const int32_t rule, const RegServiceState state, const bool showPlmn, in PublishEvent() function in OHOS::Telephony::OperatorName 372 TELEPHONY_LOGI("OperatorName::PublishEvent result : %{public}d slotId:%{public}d", publishResult, slotId_); in PublishEvent()
|
/base/theme/screenlock_mgr/services/src/ |
H A D | screenlock_system_ability.cpp | 670 void ScreenLockSystemAbility::PublishEvent(const std::string &eventAction) in PublishEvent() function in OHOS::ScreenLock::ScreenLockSystemAbility 697 PublishEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_LOCKED); in LockScreenEvent() 707 PublishEvent(EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_UNLOCKED); in UnlockScreenEvent()
|