/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/ |
H A D | setdonotdisturbdate_fuzzer.cpp | 48 Notification::NotificationHelper::SetSyncNotificationEnabledWithoutApp(userId, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | init.cpp | 84 …ECLARE_NAPI_FUNCTION("setSyncNotificationEnabledWithoutApp", SetSyncNotificationEnabledWithoutApp), in NotificationInit()
|
H A D | distributed.cpp | 647 napi_value SetSyncNotificationEnabledWithoutApp(napi_env env, napi_callback_info info) in SetSyncNotificationEnabledWithoutApp() function 678 … asynccallbackinfo->info.errorCode = NotificationHelper::SetSyncNotificationEnabledWithoutApp( in SetSyncNotificationEnabledWithoutApp()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_setting_test.cpp | 145 …EXPECT_EQ(ERR_ANS_PERMISSION_DENIED, NotificationHelper::SetSyncNotificationEnabledWithoutApp(USER…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | distributed.h | 111 napi_value SetSyncNotificationEnabledWithoutApp(napi_env env, napi_callback_info info);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 506 ErrCode NotificationHelper::SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool e… in SetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::NotificationHelper 508 return DelayedSingleton<AnsNotification>::GetInstance()->SetSyncNotificationEnabledWithoutApp( in SetSyncNotificationEnabledWithoutApp()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 975 static ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1058 ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled);
|
H A D | ans_manager_interface.h | 812 …virtual ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled) = 0;
|
H A D | ans_manager_proxy.h | 799 ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled) override;
|
H A D | ans_manager_stub.h | 801 …virtual ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled) ove…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 1012 ASSERT_EQ(advancedNotificationService_->SetSyncNotificationEnabledWithoutApp( 1031 ASSERT_EQ(advancedNotificationService_->SetSyncNotificationEnabledWithoutApp(
|
H A D | advanced_notification_service_test.cpp | 1553 …ASSERT_EQ(advancedNotificationService_->SetSyncNotificationEnabledWithoutApp(userId, enable), ERR_… 3331 ret = advancedNotificationService_->SetSyncNotificationEnabledWithoutApp(1, enable);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 574 ErrCode AnsManagerStub::SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabl… in SetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1770 ErrCode AnsNotification::SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enab… in SetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsNotification 1783 return proxy->SetSyncNotificationEnabledWithoutApp(userId, enabled); in SetSyncNotificationEnabledWithoutApp()
|
H A D | ans_manager_proxy.cpp | 1890 ErrCode AnsManagerProxy::SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enab… in SetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 2310 ErrCode result = SetSyncNotificationEnabledWithoutApp(userId, enabled); in HandleDistributedSetEnabledWithoutApp()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 614 ErrCode AnsManagerProxy::SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enab… in SetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsManagerProxy
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_distributed.cpp | 485 … asynccallbackinfo->info.errorCode = NotificationHelper::SetSyncNotificationEnabledWithoutApp( in NapiSetSyncNotificationEnabledWithoutApp()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 494 ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled) override in SetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
H A D | ansmanagerstub_fuzzer.cpp | 421 ansManagerStub.SetSyncNotificationEnabledWithoutApp(userId, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 1036 ErrCode ret1 = ans_->SetSyncNotificationEnabledWithoutApp(userId, enabled); 1039 ErrCode ret2 = ans_->SetSyncNotificationEnabledWithoutApp(userId1, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 1041 notificationHelper.SetSyncNotificationEnabledWithoutApp(userId, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 871 ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 1267 ASSERT_EQ(advancedNotificationService.SetSyncNotificationEnabledWithoutApp(userId, enabled),
|