/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setdonotdisturbdate_fuzzer/ |
H A D | setdonotdisturbdate_fuzzer.cpp | 50 Notification::NotificationHelper::GetSyncNotificationEnabledWithoutApp(userId, enabled); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | init.cpp | 85 …ECLARE_NAPI_FUNCTION("getSyncNotificationEnabledWithoutApp", GetSyncNotificationEnabledWithoutApp), in NotificationInit()
|
H A D | distributed.cpp | 752 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 D | ans_innerkits_module_setting_test.cpp | 147 …EXPECT_EQ(ERR_ANS_PERMISSION_DENIED, NotificationHelper::GetSyncNotificationEnabledWithoutApp(USER…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | distributed.h | 112 napi_value GetSyncNotificationEnabledWithoutApp(napi_env env, napi_callback_info info);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 512 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 D | notification_helper.h | 984 static ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1067 ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled);
|
H A D | ans_manager_interface.h | 821 virtual ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) = 0;
|
H A D | ans_manager_proxy.h | 808 ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) override;
|
H A D | ans_manager_stub.h | 810 …virtual ErrCode GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) override;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 1014 ASSERT_EQ(advancedNotificationService_->GetSyncNotificationEnabledWithoutApp( 1033 ASSERT_EQ(advancedNotificationService_->GetSyncNotificationEnabledWithoutApp(
|
H A D | advanced_notification_service_test.cpp | 1555 …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 D | ans_manager_stub_invalid.cpp | 580 ErrCode AnsManagerStub::GetSyncNotificationEnabledWithoutApp(const int32_t userId, bool &enabled) in GetSyncNotificationEnabledWithoutApp() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 1786 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 D | ans_manager_proxy.cpp | 1925 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 D | ans_manager_proxy_bundle.cpp | 649 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 D | napi_distributed.cpp | 551 … asynccallbackinfo->info.errorCode = NotificationHelper::GetSyncNotificationEnabledWithoutApp( in NapiGetSyncNotificationEnabledWithoutApp()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 499 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 D | ansmanagerstub_fuzzer.cpp | 422 ansManagerStub.GetSyncNotificationEnabledWithoutApp(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 | 1041 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 D | notification_helper_test.cpp | 1056 ErrCode ret = notificationHelper.GetSyncNotificationEnabledWithoutApp(userId, enabled);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 880 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 D | notification_subscriber_manager_branch_test.cpp | 1284 ASSERT_EQ(advancedNotificationService.GetSyncNotificationEnabledWithoutApp(userId, enabled),
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 7343 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);
|