Home
last modified time | relevance | path

Searched refs:EVENT_LOGW (Results 1 – 15 of 15) sorted by relevance

/base/notification/common_event_service/services/src/
Dstatic_subscriber_manager.cpp120EVENT_LOGW("subscriber.userId = %{public}d, userId = %{public}d", subscriber.userId, userId); in PublishCommonEvent()
122EVENT_LOGW("subscriber userId is invalid, subscriber.userId = %{public}d", subscriber.userId); in PublishCommonEvent()
128EVENT_LOGW("subscriber userId is not match, subscriber.userId = %{public}d, userId = %{public}d", in PublishCommonEvent()
136 EVENT_LOGW("subscriber is not system app, not allow."); in PublishCommonEvent()
140EVENT_LOGW("publisher does not have required permission %{public}s", subscriber.permission.c_str()… in PublishCommonEvent()
146 EVENT_LOGW("subscriber does not have required permissions"); in PublishCommonEvent()
151EVENT_LOGW("subscriber bundleName is not match, subscriber.bundleName = %{public}s, " in PublishCommonEvent()
186EVENT_LOGW("subscriber does not have required permission : %{public}s", permission.c_str()); in VerifySubscriberPermission()
220 EVENT_LOGW("invalid common event obj"); in ParseEvents()
224 EVENT_LOGW("invalid common event ability name obj"); in ParseEvents()
[all …]
Dordered_event_handler.cpp54 EVENT_LOGW("the eventId is not supported"); in ProcessEvent()
Dpublish_manager.cpp53 EVENT_LOGW("CES was maliciously attacked by app (uid = %{publish}d)", appUid); in CheckIsFloodAttack()
Dability_manager_helper.cpp75 EVENT_LOGW("Failed to add AbilityManagerDeathRecipient"); in GetAbilityMgrProxy()
Dbundle_manager_helper.cpp182 EVENT_LOGW("Failed to add death recipient"); in GetBundleMgrProxy()
Dcommon_event_control_manager.cpp113 EVENT_LOGW("failed to find record"); in PublishFrozenEventsInner()
651EVENT_LOGW("Timeout: When %{public}s (pid = %{public}d, uid = %{public}d) process common event %{p… in CurrentOrderedEventTimeout()
779 EVENT_LOGW("Invalid Permission."); in CheckSubscriberPermission()
784 EVENT_LOGW("No permission to receive common event %{public}s, " in CheckSubscriberPermission()
808 EVENT_LOGW("No permission to send common event %{public}s " in CheckSubscriberRequiredPermission()
841 EVENT_LOGW("No permission to receive common event %{public}s " in CheckPublisherRequiredPermissions()
Dcommon_event_sticky_manager.cpp36 EVENT_LOGW("No subscribed events"); in FindStickyEvents()
Dinner_common_event_manager.cpp404 EVENT_LOGW("commonEventRecord is nullptr and get next"); in PublishStickyEvent()
412 EVENT_LOGW("commonEventRecord assigned to bundleName[%{public}s]", in PublishStickyEvent()
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_proxy.cpp70 EVENT_LOGW("invalid commonEventListener"); in PublishCommonEvent()
126 EVENT_LOGW("invalid commonEventListener"); in PublishCommonEvent()
185 EVENT_LOGW("invalid commonEventListener"); in SubscribeCommonEvent()
224 EVENT_LOGW("invalid commonEventListener"); in UnsubscribeCommonEvent()
336 EVENT_LOGW("invalid proxy"); in FinishReceiver()
Devent_receive_stub.cpp51 EVENT_LOGW("event receive stub receives unknown code, code = %{public}u", code); in OnRemoteRequest()
Dcommon_event.cpp175 EVENT_LOGW("No specified subscriber has been registered"); in UnSubscribeCommonEvent()
328 EVENT_LOGW("subscriber has common event listener"); in CreateCommonEventListener()
Dcommon_event_stub.cpp205 EVENT_LOGW("unknown, code = %{public}u, flags= %{public}u", code, option.GetFlags()); in OnRemoteRequest()
/base/notification/common_event_service/frameworks/common/log/include/
Devent_log_wrapper.h95 #define EVENT_LOGW(fmt, ...) PRINT_LOG(WARN, Warn, fmt, ##__VA_ARGS__) macro
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
Dcommon_event.cpp703 EVENT_LOGW("No found objectInfo"); in GetAsyncResult()
1966 EVENT_LOGW("GetSubscriber wrapper is nullptr"); in GetSubscriber()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
Dnapi_common_event.cpp1966 EVENT_LOGW("GetSubscriber wrapper is nullptr"); in GetSubscriber()