Home
last modified time | relevance | path

Searched refs:SUBSCRIBE_USER_ALL (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/common/include/
Dans_const_define.h38 constexpr int32_t SUBSCRIBE_USER_ALL = -2; variable
/base/notification/distributed_notification_service/services/test/moduletest/
Dans_module_test.cpp144 info->AddAppUserId(SUBSCRIBE_USER_ALL);
232 subscriberInfo->AddAppUserId(SUBSCRIBE_USER_ALL);
280 subscriberInfo->AddAppUserId(SUBSCRIBE_USER_ALL);
314 subscriberInfo->AddAppUserId(SUBSCRIBE_USER_ALL);
362 subscriberInfo->AddAppUserId(SUBSCRIBE_USER_ALL);
396 subscriberInfo->AddAppUserId(SUBSCRIBE_USER_ALL);
435 subscriberInfo->AddAppUserId(SUBSCRIBE_USER_ALL);
474 subscriberInfo->AddAppUserId(SUBSCRIBE_USER_ALL);
513 subscriberInfo->AddAppUserId(SUBSCRIBE_USER_ALL);
552 subscriberInfo->AddAppUserId(SUBSCRIBE_USER_ALL);
[all …]
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_innerkits_module_publish_test.cpp552 info.AddAppUserId(SUBSCRIBE_USER_ALL);
631 info.AddAppUserId(SUBSCRIBE_USER_ALL);
693 info.AddAppUserId(SUBSCRIBE_USER_ALL);
746 info.AddAppUserId(SUBSCRIBE_USER_ALL);
797 info.AddAppUserId(SUBSCRIBE_USER_ALL);
836 info.AddAppUserId(SUBSCRIBE_USER_ALL);
875 info.AddAppUserId(SUBSCRIBE_USER_ALL);
1141 info.AddAppUserId(SUBSCRIBE_USER_ALL);
1201 info.AddAppUserId(SUBSCRIBE_USER_ALL);
1277 info.AddAppUserId(SUBSCRIBE_USER_ALL);
[all …]
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_subscriber_manager.cpp326 (record->userId == SUBSCRIBE_USER_ALL) || in NotifyConsumedInner()
349 (record->userId == SUBSCRIBE_USER_ALL) || in NotifyCanceledInner()