/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | publish.h | 38 napi_value PublishAsBundle(napi_env env, napi_callback_info info);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | init.cpp | 46 DECLARE_NAPI_FUNCTION("publishAsBundle", PublishAsBundle), in NotificationInit()
|
H A D | publish.cpp | 462 napi_value PublishAsBundle(napi_env env, napi_callback_info info) in PublishAsBundle() function
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 75 ansManagerStub.PublishAsBundle(notificationer, stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 276 virtual ErrCode PublishAsBundle(
|
H A D | ans_manager_proxy.h | 263 ErrCode PublishAsBundle(
|
H A D | ans_manager_stub.h | 267 virtual ErrCode PublishAsBundle(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 166 ErrCode AnsManagerStub::PublishAsBundle( in PublishAsBundle() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_manager_proxy.cpp | 586 ErrCode AnsManagerProxy::PublishAsBundle( in PublishAsBundle() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_notification.cpp | 450 return proxy->PublishAsBundle(reqPtr, representativeBundle); in PublishNotificationAsBundle()
|
H A D | ans_manager_stub.cpp | 953 ErrCode result = PublishAsBundle(notification, representativeBundle); in HandlePublishAsBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 162 ErrCode PublishAsBundle( in PublishAsBundle() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 355 ansManagerStub.PublishAsBundle(notification, stringData); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 314 ErrCode PublishAsBundle(
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/ |
H A D | advanced_notification_service_publish_test.cpp | 1284 …ASSERT_EQ(advancedNotificationService_->PublishAsBundle(notification, representativeBundle), resul…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 2809 int32_t result = proxy->PublishAsBundle(notification, representativeBundle); 2830 int32_t result = proxy->PublishAsBundle(notification, representativeBundle); 2852 int32_t result = proxy->PublishAsBundle(notification, representativeBundle); 2876 int32_t result = proxy->PublishAsBundle(notification, representativeBundle); 2898 int32_t result = proxy->PublishAsBundle(notification, representativeBundle); 2922 int32_t result = proxy->PublishAsBundle(notification, representativeBundle);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 509 ErrCode AdvancedNotificationService::PublishAsBundle( in PublishAsBundle() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 4124 ErrCode result = ansManagerStub_->PublishAsBundle(notification, representativeBundle);
|