Home
last modified time | relevance | path

Searched refs:PublishAsBundle (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dpublish.h38 napi_value PublishAsBundle(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp46 DECLARE_NAPI_FUNCTION("publishAsBundle", PublishAsBundle), in NotificationInit()
H A Dpublish.cpp462 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 Dansmanagerstubannextwo_fuzzer.cpp75 ansManagerStub.PublishAsBundle(notificationer, stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h276 virtual ErrCode PublishAsBundle(
H A Dans_manager_proxy.h263 ErrCode PublishAsBundle(
H A Dans_manager_stub.h267 virtual ErrCode PublishAsBundle(
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp166 ErrCode AnsManagerStub::PublishAsBundle( in PublishAsBundle() function in OHOS::Notification::AnsManagerStub
H A Dans_manager_proxy.cpp586 ErrCode AnsManagerProxy::PublishAsBundle( in PublishAsBundle() function in OHOS::Notification::AnsManagerProxy
H A Dans_notification.cpp450 return proxy->PublishAsBundle(reqPtr, representativeBundle); in PublishNotificationAsBundle()
H A Dans_manager_stub.cpp953 ErrCode result = PublishAsBundle(notification, representativeBundle); in HandlePublishAsBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp162 ErrCode PublishAsBundle( in PublishAsBundle() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp355 ansManagerStub.PublishAsBundle(notification, stringData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h314 ErrCode PublishAsBundle(
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1284 …ASSERT_EQ(advancedNotificationService_->PublishAsBundle(notification, representativeBundle), resul…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2809 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 Dadvanced_notification_publish_service.cpp509 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 Dans_manager_stub_test.cpp4124 ErrCode result = ansManagerStub_->PublishAsBundle(notification, representativeBundle);