Searched refs:EVENT_LOGW (Results 1 – 15 of 15) sorted by relevance
/base/notification/common_event_service/services/src/ |
D | static_subscriber_manager.cpp | 120 … EVENT_LOGW("subscriber.userId = %{public}d, userId = %{public}d", subscriber.userId, userId); in PublishCommonEvent() 122 … EVENT_LOGW("subscriber userId is invalid, subscriber.userId = %{public}d", subscriber.userId); in PublishCommonEvent() 128 … EVENT_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() 140 …EVENT_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() 151 … EVENT_LOGW("subscriber bundleName is not match, subscriber.bundleName = %{public}s, " in PublishCommonEvent() 186 … EVENT_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 …]
|
D | ordered_event_handler.cpp | 54 EVENT_LOGW("the eventId is not supported"); in ProcessEvent()
|
D | publish_manager.cpp | 53 EVENT_LOGW("CES was maliciously attacked by app (uid = %{publish}d)", appUid); in CheckIsFloodAttack()
|
D | ability_manager_helper.cpp | 75 EVENT_LOGW("Failed to add AbilityManagerDeathRecipient"); in GetAbilityMgrProxy()
|
D | bundle_manager_helper.cpp | 182 EVENT_LOGW("Failed to add death recipient"); in GetBundleMgrProxy()
|
D | common_event_control_manager.cpp | 113 EVENT_LOGW("failed to find record"); in PublishFrozenEventsInner() 651 …EVENT_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()
|
D | common_event_sticky_manager.cpp | 36 EVENT_LOGW("No subscribed events"); in FindStickyEvents()
|
D | inner_common_event_manager.cpp | 404 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/ |
D | common_event_proxy.cpp | 70 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()
|
D | event_receive_stub.cpp | 51 EVENT_LOGW("event receive stub receives unknown code, code = %{public}u", code); in OnRemoteRequest()
|
D | common_event.cpp | 175 EVENT_LOGW("No specified subscriber has been registered"); in UnSubscribeCommonEvent() 328 EVENT_LOGW("subscriber has common event listener"); in CreateCommonEventListener()
|
D | common_event_stub.cpp | 205 EVENT_LOGW("unknown, code = %{public}u, flags= %{public}u", code, option.GetFlags()); in OnRemoteRequest()
|
/base/notification/common_event_service/frameworks/common/log/include/ |
D | event_log_wrapper.h | 95 #define EVENT_LOGW(fmt, ...) PRINT_LOG(WARN, Warn, fmt, ##__VA_ARGS__) macro
|
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/ |
D | common_event.cpp | 703 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/ |
D | napi_common_event.cpp | 1966 EVENT_LOGW("GetSubscriber wrapper is nullptr"); in GetSubscriber()
|