/base/notification/distributed_notification_service/test/fuzztest/cancelgroup_fuzzer/ |
D | cancelgroup_fuzzer.cpp | 42 Notification::NotificationHelper::DoesSupportDoNotDisturbMode(enabled); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
D | ansmanagerstubannexthree_fuzzer.cpp | 54 ansManagerStub.DoesSupportDoNotDisturbMode(allow); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
D | notification_helper.h | 563 static ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_helper.cpp | 297 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/ |
D | advancednotificationservice_fuzzer.cpp | 102 advancedNotificationService.DoesSupportDoNotDisturbMode(doesSupport); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
D | ans_notification.h | 562 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport);
|
D | ans_manager_interface.h | 444 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) = 0;
|
D | ans_manager_proxy.h | 433 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
|
D | ans_manager_stub.h | 452 virtual ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
D | napi_disturb_mode.cpp | 222 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in NapiSupportDoNotDisturbMode()
|
/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/ |
D | ansmanagerstub_fuzzer.cpp | 168 ansManagerStub.DoesSupportDoNotDisturbMode(doesSupport); in DoSomethingInterestingWithMyAPI()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
D | advanced_notification_service_branch_test.cpp | 805 …EXPECT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_NON_SYST… 821 …EXPECT_EQ(advancedNotificationService_->DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_PERMISSI…
|
D | advanced_notification_service_test.cpp | 1876 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/ |
D | ans_notification_branch_test.cpp | 280 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override in DoesSupportDoNotDisturbMode() function in OHOS::Notification::MockAnsManagerInterface
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | disturb_mode.cpp | 372 NotificationHelper::DoesSupportDoNotDisturbMode(asynccallbackinfo->isSupported); in SupportDoNotDisturbMode()
|
/base/notification/distributed_notification_service/frameworks/core/src/ |
D | ans_notification.cpp | 750 ErrCode AnsNotification::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AnsNotification 757 return ansManagerProxy_->DoesSupportDoNotDisturbMode(doesSupport); in DoesSupportDoNotDisturbMode()
|
D | ans_manager_stub.cpp | 680 ErrCode result = DoesSupportDoNotDisturbMode(support); in HandleDoesSupportDoNotDisturbMode() 2084 ErrCode AnsManagerStub::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AnsManagerStub
|
D | ans_manager_proxy.cpp | 1636 ErrCode AnsManagerProxy::DoesSupportDoNotDisturbMode(bool &doesSupport) in DoesSupportDoNotDisturbMode() function in OHOS::Notification::AnsManagerProxy
|
/base/notification/distributed_notification_service/services/ans/include/ |
D | advanced_notification_service.h | 461 ErrCode DoesSupportDoNotDisturbMode(bool &doesSupport) override;
|
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_helper_test.cpp | 733 ErrCode ret = notificationHelper.DoesSupportDoNotDisturbMode(doesSupport);
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
D | ans_notification_unit_test.cpp | 524 ErrCode ret3 = ans_->DoesSupportDoNotDisturbMode(doesSupport);
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
D | notification_subscriber_manager_branch_test.cpp | 1053 …EXPECT_EQ(advancedNotificationService.DoesSupportDoNotDisturbMode(doesSupport), ERR_ANS_NON_SYSTEM…
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
D | ans_manager_proxy_unit_test.cpp | 5121 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/ |
D | ans_fw_module_test.cpp | 1500 EXPECT_EQ(NotificationHelper::DoesSupportDoNotDisturbMode(isSupport), ERR_OK);
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
D | ans_manager_stub_test.cpp | 3825 ErrCode result = ansManagerStub_->DoesSupportDoNotDisturbMode(doesSupport);
|