Home
last modified time | relevance | path

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

12

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/
H A Dcancelgroup_fuzzer.cpp42 Notification::NotificationHelper::DoesSupportDoNotDisturbMode(enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
H A Dansmanagerstubannexthree_fuzzer.cpp55 ansManagerStub.DoesSupportDoNotDisturbMode(allow); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp406 ErrCode NotificationHelper::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::NotificationHelper
408 … return DelayedSingleton<AnsNotification>::GetInstance()->DoesSupportDoNotDisturbMode(doesSupport); in DoesSupportDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h774 static ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h794 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
H A Dans_manager_interface.h577 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) = 0;
H A Dans_manager_proxy.h565 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
H A Dans_manager_stub.h565 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_disturb.cpp163 ErrCode AnsManagerProxy::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub_invalid.cpp409 ErrCode AnsManagerStub::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp1197 ErrCode AnsNotification::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AnsNotification
1205 return proxy->DoesSupportDoNotDisturbMode(doesSupport); in DoesSupportDoNotDisturbMode()
H A Dans_manager_stub.cpp1034 ErrCode result = DoesSupportDoNotDisturbMode(support); in HandleDoesSupportDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_branch_test.cpp794 …ASSERT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_NON_SYST…
809 …ASSERT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_PERMISSI…
H A Dadvanced_notification_service_test.cpp1073 ASSERT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), (int)ERR_OK);
1526 ASSERT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(enable), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_disturb_mode.cpp298 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in NapiSupportDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisturb_mode.cpp518 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in SupportDoNotDisturbMode()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp345 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override in DoesSupportDoNotDisturbMode() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp387 ansManagerStub.DoesSupportDoNotDisturbMode(doesSupport); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp760 ErrCode ret = notificationHelper.DoesSupportDoNotDisturbMode(doesSupport);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h621 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
H A Dnotification_subscriber_manager_branch_test.cpp975 …ASSERT_EQ(advancedNotificationService.DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_NON_SYSTEM…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp820 ErrCode ret3 = ans_->DoesSupportDoNotDisturbMode(doesSupport);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp5581 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5604 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5626 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5648 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5670 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp888 ErrCode AdvancedNotificationService::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp1507 EXPECT_EQ(NotificationHelper::DoesSupportDoNotDisturbMode(isSupport), ERR_OK);

12