Home
last modified time | relevance | path

Searched refs:PublishAsBundle (Results 1 - 21 of 21) sorted by relevance

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dpublish.h38 napi_value PublishAsBundle(napi_env env, napi_callback_info info);
/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
489 ANS_LOGD("PublishAsBundle work excute."); in PublishAsBundle()
492 ANS_LOGI("PublishAsBundle napi_create_async_work start notificationId = %{public}d, contentType = " in PublishAsBundle()
502 ANS_LOGD("PublishAsBundle work complete."); in PublishAsBundle()
514 ANS_LOGD("PublishAsBundle complete end"); in PublishAsBundle()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/
H A Dansmanagerstubannextwo_fuzzer.cpp75 ansManagerStub.PublishAsBundle(notificationer, stringData); in DoSomethingInterestingWithMyAPI()
/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(
/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
169 ANS_LOGE("AnsManagerStub::PublishAsBundle called!"); in PublishAsBundle()
H A Dans_manager_proxy.cpp582 ErrCode AnsManagerProxy::PublishAsBundle( in PublishAsBundle() function in OHOS::Notification::AnsManagerProxy
586 ANS_LOGE("[PublishAsBundle] fail: notification is null ptr."); in PublishAsBundle()
591 ANS_LOGE("[PublishAsBundle] fail: representativeBundle is empty."); in PublishAsBundle()
602 ANS_LOGE("[PublishAsBundle] fail: write interface token failed."); in PublishAsBundle()
607 ANS_LOGE("[PublishAsBundle] fail: write notification failed."); in PublishAsBundle()
612 ANS_LOGE("[PublishAsBundle] fail: write representativeBundle failed."); in PublishAsBundle()
620 ANS_LOGE("[PublishAsBundle] fail: transact ErrCode=%{public}d", result); in PublishAsBundle()
625 ANS_LOGE("[PublishAsBundle] fail: read result failed."); in PublishAsBundle()
H A Dans_notification.cpp448 return proxy->PublishAsBundle(reqPtr, representativeBundle); in PublishNotificationAsBundle()
H A Dans_manager_stub.cpp945 ErrCode result = PublishAsBundle(notification, representativeBundle); in HandlePublishAsBundle()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp85 service->PublishAsBundle(notification, stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp352 ansManagerStub.PublishAsBundle(notification, stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp160 ErrCode PublishAsBundle(
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannex_fuzzer/
H A Dansmanagerstubannex_fuzzer.cpp360 ansManagerStub.PublishAsBundle(notification, stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp361 ansManagerStub.PublishAsBundle(notification, stringData); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h315 ErrCode PublishAsBundle(
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp2794 * @tc.desc: test PublishAsBundle function
2810 int32_t result = proxy->PublishAsBundle(notification, representativeBundle); in HWTEST_F()
2816 * @tc.desc: test PublishAsBundle function
2831 int32_t result = proxy->PublishAsBundle(notification, representativeBundle); in HWTEST_F()
2837 * @tc.desc: test PublishAsBundle function
2853 int32_t result = proxy->PublishAsBundle(notification, representativeBundle); in HWTEST_F()
2859 * @tc.desc: test PublishAsBundle function
2877 int32_t result = proxy->PublishAsBundle(notification, representativeBundle); in HWTEST_F()
2882 * @tc.desc: test PublishAsBundle function
2899 int32_t result = proxy->PublishAsBundle(notificatio in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp1311 * @tc.desc : Test PublishAsBundle function when the result is ERR_INVALID_OPERATION
1319 ASSERT_EQ(advancedNotificationService_->PublishAsBundle(notification, representativeBundle), result); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp504 ErrCode AdvancedNotificationService::PublishAsBundle( in PublishAsBundle() function in OHOS::Notification::AdvancedNotificationService
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4115 * @tc.desc: Test PublishAsBundle return.
4124 ErrCode result = ansManagerStub_->PublishAsBundle(notification, representativeBundle); in HWTEST_F()

Completed in 47 milliseconds