/ohos5.0/base/notification/distributed_notification_service/interfaces/ndk/src/ |
H A D | notification.cpp | 28 int32_t result = OHOS::Notification::NotificationHelper::IsAllowedNotifySelf(isEnable); in OH_Notification_IsNotificationEnabled()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/ |
H A D | getbundleimportance_fuzzer.cpp | 35 Notification::NotificationHelper::IsAllowedNotifySelf(allowed); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 51 ansManagerStub.IsAllowedNotifySelf(allow); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_enable_notification.cpp | 160 asynccallbackinfo->info.errorCode = NotificationHelper::IsAllowedNotifySelf( in NapiIsNotificationEnabled() 214 NotificationHelper::IsAllowedNotifySelf(asynccallbackinfo->allowed); in NapiIsNotificationEnabledSelf() 505 NotificationHelper::IsAllowedNotifySelf(allowed); in NapiIsNotificationEnabledSync()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_reminder_service.cpp | 102 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in PublishReminder()
|
H A D | advanced_notification_publish_service.cpp | 888 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in RequestEnableNotification() 1082 ErrCode AdvancedNotificationService::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf() function in OHOS::Notification::AdvancedNotificationService 1090 return IsAllowedNotifySelf(bundleOption, allowed); in IsAllowedNotifySelf() 1109 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in CanPopEnableNotificationDialog() 1186 ErrCode AdvancedNotificationService::IsAllowedNotifySelf(const sptr<NotificationBundleOption> &bund… in IsAllowedNotifySelf() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 167 ErrCode NotificationHelper::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf() function in OHOS::Notification::NotificationHelper 169 return DelayedSingleton<AnsNotification>::GetInstance()->IsAllowedNotifySelf(allowed); in IsAllowedNotifySelf()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 304 static ErrCode IsAllowedNotifySelf(bool &allowed);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 304 ErrCode IsAllowedNotifySelf(bool &allowed);
|
H A D | ans_manager_interface.h | 512 virtual ErrCode IsAllowedNotifySelf(bool &allowed) = 0;
|
H A D | ans_manager_proxy.h | 500 ErrCode IsAllowedNotifySelf(bool &allowed) override;
|
H A D | ans_manager_stub.h | 499 virtual ErrCode IsAllowedNotifySelf(bool &allowed) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | enable_notification.cpp | 321 NotificationHelper::IsAllowedNotifySelf(asynccallbackinfo->allowed); in IsNotificationEnabledSelf()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 554 ErrCode IsAllowedNotifySelf(bool &allowed) override; 1270 ErrCode IsAllowedNotifySelf(const sptr<NotificationBundleOption> &bundleOption, bool &allowed);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 347 ErrCode AnsManagerStub::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 484 ErrCode AnsNotification::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf() function in OHOS::Notification::AnsNotification 492 return proxy->IsAllowedNotifySelf(allowed); in IsAllowedNotifySelf()
|
H A D | ans_manager_proxy.cpp | 1293 ErrCode AnsManagerProxy::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 1644 ErrCode result = IsAllowedNotifySelf(allowed); in HandleIsAllowedNotifySelf()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_impl.cpp | 686 errorCode = NotificationHelper::IsAllowedNotifySelf(allowed); in IsNotificationEnabled()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 416 ErrCode AnsManagerProxy::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf() function in OHOS::Notification::AnsManagerProxy
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 304 ErrCode IsAllowedNotifySelf(bool &allowed) override in IsAllowedNotifySelf() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 422 ErrCode ret = notificationHelper.IsAllowedNotifySelf(allowed);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 757 ASSERT_EQ((int)advancedNotificationService_->IsAllowedNotifySelf(allowed), (int)ERR_OK); 1425 ASSERT_EQ(advancedNotificationService_->IsAllowedNotifySelf(needPop), ERR_ANS_INVALID_BUNDLE); 1427 …ASSERT_EQ(advancedNotificationService_->IsAllowedNotifySelf(bundleOption, needPop), ERR_ANS_INVALI…
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 632 ErrCode ret2 = ans_->IsAllowedNotifySelf(allowed);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 4982 int32_t result = proxy->IsAllowedNotifySelf(allowed); 5005 int32_t result = proxy->IsAllowedNotifySelf(allowed); 5027 int32_t result = proxy->IsAllowedNotifySelf(allowed); 5049 int32_t result = proxy->IsAllowedNotifySelf(allowed); 5071 int32_t result = proxy->IsAllowedNotifySelf(allowed);
|