Home
last modified time | relevance | path

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

12

/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/
Dcancelgroup_fuzzer.cpp42 Notification::NotificationHelper::DoesSupportDoNotDisturbMode(enabled); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/
Dansmanagerstubannexthree_fuzzer.cpp54 ansManagerStub.DoesSupportDoNotDisturbMode(allow); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_helper.h563 static ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp297 ErrCode NotificationHelper::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::NotificationHelper
299 … return DelayedSingleton<AnsNotification>::GetInstance()->DoesSupportDoNotDisturbMode(doesSupport); in DoesSupportDoNotDisturbMode()
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
Dadvancednotificationservice_fuzzer.cpp102 advancedNotificationService.DoesSupportDoNotDisturbMode(doesSupport); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h562 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
Dans_manager_interface.h444 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) = 0;
Dans_manager_proxy.h433 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
Dans_manager_stub.h452 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_disturb_mode.cpp222 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in NapiSupportDoNotDisturbMode()
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
Dansmanagerstub_fuzzer.cpp168 ansManagerStub.DoesSupportDoNotDisturbMode(doesSupport); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/services/ans/test/unittest/
Dadvanced_notification_service_branch_test.cpp805 …EXPECT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_NON_SYST…
821 …EXPECT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_PERMISSI…
Dadvanced_notification_service_test.cpp1876 EXPECT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), (int)ERR_OK);
2434 EXPECT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(enable), ERR_OK);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
Dans_notification_branch_test.cpp280 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override in DoesSupportDoNotDisturbMode() function in OHOS::Notification::MockAnsManagerInterface
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Ddisturb_mode.cpp372 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in SupportDoNotDisturbMode()
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp750 ErrCode AnsNotification::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AnsNotification
757 return ansManagerProxy_->DoesSupportDoNotDisturbMode(doesSupport); in DoesSupportDoNotDisturbMode()
Dans_manager_stub.cpp680 ErrCode result = DoesSupportDoNotDisturbMode(support); in HandleDoesSupportDoNotDisturbMode()
2084 ErrCode AnsManagerStub::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AnsManagerStub
Dans_manager_proxy.cpp1636 ErrCode AnsManagerProxy::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AnsManagerProxy
/base/notification/distributed_notification_service/services/ans/include/
Dadvanced_notification_service.h461 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp733 ErrCode ret = notificationHelper.DoesSupportDoNotDisturbMode(doesSupport);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp524 ErrCode ret3 = ans_->DoesSupportDoNotDisturbMode(doesSupport);
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/
Dnotification_subscriber_manager_branch_test.cpp1053 …EXPECT_EQ(advancedNotificationService.DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_NON_SYSTEM…
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
Dans_manager_proxy_unit_test.cpp5121 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5144 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5166 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5188 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
5210 int32_t result = proxy->DoesSupportDoNotDisturbMode(doesSupport);
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dans_fw_module_test.cpp1500 EXPECT_EQ(NotificationHelper::DoesSupportDoNotDisturbMode(isSupport), ERR_OK);
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
Dans_manager_stub_test.cpp3825 ErrCode result = ansManagerStub_->DoesSupportDoNotDisturbMode(doesSupport);

12