Home
last modified time | relevance | path

Searched refs:IsAllowedNotifySelf (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/interfaces/ndk/src/
H A Dnotification.cpp28 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 Dgetbundleimportance_fuzzer.cpp35 Notification::NotificationHelper::IsAllowedNotifySelf(allowed); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp51 ansManagerStub.IsAllowedNotifySelf(allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_enable_notification.cpp160 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 Dadvanced_notification_reminder_service.cpp102 result = IsAllowedNotifySelf(bundleOption, allowedNotify); in PublishReminder()
H A Dadvanced_notification_publish_service.cpp888 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 Dnotification_helper.cpp167 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 Dnotification_helper.h304 static ErrCode IsAllowedNotifySelf(bool &allowed);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h304 ErrCode IsAllowedNotifySelf(bool &allowed);
H A Dans_manager_interface.h512 virtual ErrCode IsAllowedNotifySelf(bool &allowed) = 0;
H A Dans_manager_proxy.h500 ErrCode IsAllowedNotifySelf(bool &allowed) override;
H A Dans_manager_stub.h499 virtual ErrCode IsAllowedNotifySelf(bool &allowed) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Denable_notification.cpp321 NotificationHelper::IsAllowedNotifySelf(asynccallbackinfo->allowed); in IsNotificationEnabledSelf()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h554 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 Dans_manager_stub_invalid.cpp347 ErrCode AnsManagerStub::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp484 ErrCode AnsNotification::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf() function in OHOS::Notification::AnsNotification
492 return proxy->IsAllowedNotifySelf(allowed); in IsAllowedNotifySelf()
H A Dans_manager_proxy.cpp1293 ErrCode AnsManagerProxy::IsAllowedNotifySelf(bool &allowed) in IsAllowedNotifySelf() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1644 ErrCode result = IsAllowedNotifySelf(allowed); in HandleIsAllowedNotifySelf()
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_impl.cpp686 errorCode = NotificationHelper::IsAllowedNotifySelf(allowed); in IsNotificationEnabled()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp416 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 Dans_notification_branch_test.cpp304 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 Dnotification_helper_test.cpp422 ErrCode ret = notificationHelper.IsAllowedNotifySelf(allowed);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp757 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 Dans_notification_unit_test.cpp632 ErrCode ret2 = ans_->IsAllowedNotifySelf(allowed);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp4982 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);

12