Home
last modified time | relevance | path

Searched refs:SetSyncNotificationEnabledWithoutApp (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/
H A Dsetdonotdisturbdate_fuzzer.cpp48 Notification::NotificationHelper::SetSyncNotificationEnabledWithoutApp(userId, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp84 …ECLARE_NAPI_FUNCTION("setSyncNotificationEnabledWithoutApp", SetSyncNotificationEnabledWithoutApp), in NotificationInit()
H A Ddistributed.cpp647 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 Dans_innerkits_module_setting_test.cpp145 …EXPECT_EQ(ERR_ANS_PERMISSION_DENIED, NotificationHelper::SetSyncNotificationEnabledWithoutApp(USER…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h111 napi_value SetSyncNotificationEnabledWithoutApp(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp506 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 Dnotification_helper.h975 static ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1058 ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled);
H A Dans_manager_interface.h812 …virtual ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled) = 0;
H A Dans_manager_proxy.h799 ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled) override;
H A Dans_manager_stub.h801 …virtual ErrCode SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabled) ove…
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp1012 ASSERT_EQ(advancedNotificationService_->SetSyncNotificationEnabledWithoutApp(
1031 ASSERT_EQ(advancedNotificationService_->SetSyncNotificationEnabledWithoutApp(
H A Dadvanced_notification_service_test.cpp1553 …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 Dans_manager_stub_invalid.cpp574 ErrCode AnsManagerStub::SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enabl… in SetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1770 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 Dans_manager_proxy.cpp1890 ErrCode AnsManagerProxy::SetSyncNotificationEnabledWithoutApp(const int32_t userId, const bool enab… in SetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp2310 ErrCode result = SetSyncNotificationEnabledWithoutApp(userId, enabled); in HandleDistributedSetEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp614 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 Dnapi_distributed.cpp485 … asynccallbackinfo->info.errorCode = NotificationHelper::SetSyncNotificationEnabledWithoutApp( in NapiSetSyncNotificationEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp494 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 Dansmanagerstub_fuzzer.cpp421 ansManagerStub.SetSyncNotificationEnabledWithoutApp(userId, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1036 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 Dnotification_helper_test.cpp1041 notificationHelper.SetSyncNotificationEnabledWithoutApp(userId, enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h871 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 Dnotification_subscriber_manager_branch_test.cpp1267 ASSERT_EQ(advancedNotificationService.SetSyncNotificationEnabledWithoutApp(userId, enabled),

12