Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/
H A Dsetdonotdisturbdate_fuzzer.cpp50 Notification::NotificationHelper::GetSyncNotificationEnabledWithoutApp(userId, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dinit.cpp85 …ECLARE_NAPI_FUNCTION("getSyncNotificationEnabledWithoutApp", GetSyncNotificationEnabledWithoutApp), in NotificationInit()
H A Ddistributed.cpp752 napi_value GetSyncNotificationEnabledWithoutApp(napi_env env, napi_callback_info info) in GetSyncNotificationEnabledWithoutApp() function
784 … asynccallbackinfo->info.errorCode = NotificationHelper::GetSyncNotificationEnabledWithoutApp( in GetSyncNotificationEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_setting_test.cpp147 …EXPECT_EQ(ERR_ANS_PERMISSION_DENIED, NotificationHelper::GetSyncNotificationEnabledWithoutApp(USER…
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Ddistributed.h112 napi_value GetSyncNotificationEnabledWithoutApp(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp512 ErrCode NotificationHelper::GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enable… in GetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::NotificationHelper
514 return DelayedSingleton<AnsNotification>::GetInstance()->GetSyncNotificationEnabledWithoutApp( in GetSyncNotificationEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h984 static ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1067 ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled);
H A Dans_manager_interface.h821 virtual ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) = 0;
H A Dans_manager_proxy.h808 ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) override;
H A Dans_manager_stub.h810 …virtual ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp1014 ASSERT_EQ(advancedNotificationService_->GetSyncNotificationEnabledWithoutApp(
1033 ASSERT_EQ(advancedNotificationService_->GetSyncNotificationEnabledWithoutApp(
H A Dadvanced_notification_service_test.cpp1555 …ASSERT_EQ(advancedNotificationService_->GetSyncNotificationEnabledWithoutApp(userId, enable), ERR_…
3334 ret = advancedNotificationService_->GetSyncNotificationEnabledWithoutApp(1, enable);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp580 ErrCode AnsManagerStub::GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1786 ErrCode AnsNotification::GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsNotification
1799 return proxy->GetSyncNotificationEnabledWithoutApp(userId, enabled); in GetSyncNotificationEnabledWithoutApp()
H A Dans_manager_proxy.cpp1925 ErrCode AnsManagerProxy::GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsManagerProxy
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp649 ErrCode AnsManagerProxy::GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsManagerProxy
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed.cpp551 … asynccallbackinfo->info.errorCode = NotificationHelper::GetSyncNotificationEnabledWithoutApp( in NapiGetSyncNotificationEnabledWithoutApp()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp499 ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) override in GetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp422 ansManagerStub.GetSyncNotificationEnabledWithoutApp(userId, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1041 ErrCode ret3 = ans_->GetSyncNotificationEnabledWithoutApp(userId, enabled);
1043 ErrCode ret4 = ans_->GetSyncNotificationEnabledWithoutApp(userId1, enabled);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1056 ErrCode ret = notificationHelper.GetSyncNotificationEnabledWithoutApp(userId, enabled);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h880 ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, 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.cpp1284 ASSERT_EQ(advancedNotificationService.GetSyncNotificationEnabledWithoutApp(userId, enabled),
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp7343 int32_t result = proxy->GetSyncNotificationEnabledWithoutApp(0, enabled);
7366 int32_t result = proxy->GetSyncNotificationEnabledWithoutApp(0, enabled);
7388 int32_t result = proxy->GetSyncNotificationEnabledWithoutApp(0, enabled);
7410 int32_t result = proxy->GetSyncNotificationEnabledWithoutApp(0, enabled);
7432 int32_t result = proxy->GetSyncNotificationEnabledWithoutApp(0, enabled);

12